| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index f985e80f14a984f671eee352be6d5e0f6aa9ae8f..4ef40ead0aa4de7509120cec43d1dbf2d1e2eb16 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -85,6 +85,7 @@ if 'android' in target_os:
|
| 'third_party/android_tools',
|
| 'third_party/appurify-python',
|
| 'third_party/ashmem',
|
| + 'third_party/catapult',
|
| 'third_party/icu',
|
| 'third_party/ijar',
|
| 'third_party/jsr-305',
|
| @@ -97,6 +98,7 @@ if 'android' in target_os:
|
| 'third_party/robolectric',
|
| 'tools/android',
|
| 'tools/grit',
|
| + 'tools/telemetry',
|
| ]
|
| if 'ios' in target_os:
|
| DIRECTORIES.append('third_party/class-dump')
|
|
|