| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index e54689213a1fb65e9bbb3096a5152721a099dca0..07f92ee85296ffa197288b7c1953b6177f642835 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -36,6 +36,7 @@ DIRECTORIES = [
|
| 'third_party/afl',
|
| 'third_party/binutils',
|
| 'third_party/boringssl',
|
| + 'third_party/catapult',
|
| 'third_party/closure_compiler',
|
| 'third_party/colorama',
|
| 'third_party/expat',
|
| @@ -65,6 +66,7 @@ DIRECTORIES = [
|
| 'third_party/zlib',
|
| 'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629.
|
| 'tools/clang',
|
| + 'tools/clang_format_merge_driver',
|
| 'tools/determinism',
|
| 'tools/generate_library_loader',
|
| 'tools/generate_stubs',
|
| @@ -96,14 +98,15 @@ if 'android' in target_os:
|
| 'third_party/ashmem',
|
| 'third_party/bouncycastle',
|
| 'third_party/byte_buddy',
|
| - 'third_party/catapult',
|
| 'third_party/ced',
|
| + 'third_party/espresso',
|
| 'third_party/guava',
|
| 'third_party/hamcrest',
|
| 'third_party/icu',
|
| 'third_party/icu4j',
|
| 'third_party/ijar',
|
| 'third_party/intellij',
|
| + 'third_party/javax_inject',
|
| 'third_party/jsr-305',
|
| 'third_party/junit',
|
| 'third_party/libxml',
|
|
|