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

Unified Diff: setup_links.py

Issue 2595483002: setup_links.py: Always link to base + cleanup. (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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 6856ec617fd0e084e41484db8a35c2ff8f38d28b..3f6b0b9e168b5980e391ff170b0db42ebcfd7a9a 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -29,6 +29,7 @@ import textwrap
DIRECTORIES = [
+ 'base',
'build',
'buildtools',
'testing',
@@ -82,7 +83,6 @@ from sync_chromium import get_target_os_list
target_os = get_target_os_list()
if 'android' in target_os:
DIRECTORIES += [
- 'base',
'third_party/accessibility_test_framework',
'third_party/android_platform',
'third_party/android_support_test_runner',
@@ -113,18 +113,9 @@ if 'android' in target_os:
'third_party/sqlite4java',
'third_party/tcmalloc',
'tools/android',
- 'tools/telemetry',
]
-else:
- DIRECTORIES += [
- 'base/third_party/libevent',
- ]
-
-if 'ios' in target_os:
- DIRECTORIES.append('third_party/class-dump')
FILES = {
- 'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698