Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: setup_links.py

Issue 1426483008: Cleanup a few symlinks in setup_links.py (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: .gitignore changes Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698