Add missing dependencies to setup_links.py.

BUG=webrtc:6281
NOTRY=True

Review-Url: https://codereview.webrtc.org/2295123002
Cr-Commit-Position: refs/heads/master@{#13986}
This commit is contained in:
ehmaldonado
2016-08-31 01:58:48 -07:00
committed by Commit bot
parent 08c047ee37
commit 1249ddfa7c

View File

@ -36,6 +36,7 @@ DIRECTORIES = [
'third_party/afl', 'third_party/afl',
'third_party/binutils', 'third_party/binutils',
'third_party/boringssl', 'third_party/boringssl',
'third_party/closure_compiler',
'third_party/colorama', 'third_party/colorama',
'third_party/drmemory', 'third_party/drmemory',
'third_party/expat', 'third_party/expat',
@ -68,6 +69,7 @@ DIRECTORIES = [
'tools/generate_library_loader', 'tools/generate_library_loader',
'tools/generate_stubs', 'tools/generate_stubs',
'tools/gn', 'tools/gn',
'tools/grit',
'tools/gyp', 'tools/gyp',
'tools/luci-go', 'tools/luci-go',
'tools/mb', 'tools/mb',
@ -96,7 +98,6 @@ if 'android' in target_os:
'third_party/byte_buddy', 'third_party/byte_buddy',
'third_party/catapult', 'third_party/catapult',
'third_party/ced', 'third_party/ced',
'third_party/closure_compiler',
'third_party/guava', 'third_party/guava',
'third_party/hamcrest', 'third_party/hamcrest',
'third_party/icu', 'third_party/icu',
@ -115,7 +116,6 @@ if 'android' in target_os:
'third_party/sqlite4java', 'third_party/sqlite4java',
'third_party/tcmalloc', 'third_party/tcmalloc',
'tools/android', 'tools/android',
'tools/grit',
'tools/telemetry', 'tools/telemetry',
] ]
else: else: