aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup_links.py b/setup_links.py
index 9aeb1e8764..492c38b70e 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -34,17 +34,16 @@ import textwrap
DIRECTORIES = [
'build',
'buildtools',
- 'google_apis', # Needed by build/common.gypi.
- 'net',
'testing',
'third_party/binutils',
'third_party/boringssl',
'third_party/colorama',
'third_party/drmemory',
'third_party/expat',
- 'third_party/icu',
+ 'third_party/ffmpeg',
'third_party/instrumented_libraries',
'third_party/jsoncpp',
+ 'third_party/libc++-static',
'third_party/libjpeg',
'third_party/libjpeg_turbo',
'third_party/libsrtp',
@@ -55,6 +54,7 @@ DIRECTORIES = [
'third_party/lss',
'third_party/nss',
'third_party/ocmock',
+ 'third_party/openh264',
'third_party/openmax_dl',
'third_party/opus',
'third_party/proguard',
@@ -84,10 +84,11 @@ if 'android' in target_os:
DIRECTORIES += [
'base',
'third_party/android_platform',
- 'third_party/android_testrunner',
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/catapult',
+ 'third_party/icu',
'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',
@@ -99,13 +100,12 @@ if 'android' in target_os:
'third_party/robolectric',
'tools/android',
'tools/grit',
- 'tools/relocation_packer'
+ 'tools/telemetry',
]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')
FILES = {
- 'tools/find_depot_tools.py': None,
'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}