| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index 5c980c595a3c22cb6079a86fa74f894cf462b8a6..56071c2db19925bc7bbcb7e05dbdbeba985cd8a1 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -34,8 +34,6 @@ import textwrap
|
| DIRECTORIES = [
|
| 'build',
|
| 'buildtools',
|
| - 'google_apis', # Needed by build/common.gypi.
|
| - 'net',
|
| 'testing',
|
| 'third_party/binutils',
|
| 'third_party/boringssl',
|
| @@ -84,7 +82,6 @@ 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',
|
| @@ -99,7 +96,6 @@ if 'android' in target_os:
|
| 'third_party/robolectric',
|
| 'tools/android',
|
| 'tools/grit',
|
| - 'tools/relocation_packer'
|
| ]
|
| if 'ios' in target_os:
|
| DIRECTORIES.append('third_party/class-dump')
|
|
|