setup_links: Remove mojo and WebKit links.

BUG=webrtc:5629
NOTRY=True

Review-Url: https://codereview.webrtc.org/2573603002
Cr-Commit-Position: refs/heads/master@{#15564}
This commit is contained in:
kjellander
2016-12-13 01:52:14 -08:00
committed by Commit bot
parent 8f2309478d
commit 4b9ff416b4

View File

@ -31,7 +31,6 @@ import textwrap
DIRECTORIES = [
'build',
'buildtools',
'mojo', # TODO(kjellander): Remove, see webrtc:5629.
'testing',
'third_party/afl',
'third_party/binutils',
@ -64,7 +63,6 @@ DIRECTORIES = [
'third_party/usrsctp',
'third_party/yasm',
'third_party/zlib',
'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629.
'tools/clang',
'tools/clang_format_merge_driver',
'tools/determinism',