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

Unified Diff: setup_links.py

Issue 2295123002: Add missing dependencies to setup_links.py. (Closed)
Patch Set: Created 4 years, 4 months 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 5705eaa4a81d96e7da7030fbe638068dc03b8850..428c7c1dffdbb833a206ee9b1504f786470f80b7 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/closure_compiler',
'third_party/colorama',
'third_party/drmemory',
'third_party/expat',
@@ -68,6 +69,7 @@ DIRECTORIES = [
'tools/generate_library_loader',
'tools/generate_stubs',
'tools/gn',
+ 'tools/grit',
'tools/gyp',
'tools/luci-go',
'tools/mb',
@@ -96,7 +98,6 @@ if 'android' in target_os:
'third_party/byte_buddy',
'third_party/catapult',
'third_party/ced',
- 'third_party/closure_compiler',
'third_party/guava',
'third_party/hamcrest',
'third_party/icu',
@@ -115,7 +116,6 @@ if 'android' in target_os:
'third_party/sqlite4java',
'third_party/tcmalloc',
'tools/android',
- 'tools/grit',
'tools/telemetry',
]
else:
« 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