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

Unified Diff: setup_links.py

Issue 2524673002: DEPS: Specify WebRTC hooks and add a few dependencies (Closed)
Patch Set: Restored check_root_dir.py and added comments Created 4 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 | « DEPS ('k') | sync_chromium.py » ('j') | 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 e54689213a1fb65e9bbb3096a5152721a099dca0..07f92ee85296ffa197288b7c1953b6177f642835 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/catapult',
'third_party/closure_compiler',
'third_party/colorama',
'third_party/expat',
@@ -65,6 +66,7 @@ DIRECTORIES = [
'third_party/zlib',
'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629.
'tools/clang',
+ 'tools/clang_format_merge_driver',
'tools/determinism',
'tools/generate_library_loader',
'tools/generate_stubs',
@@ -96,14 +98,15 @@ if 'android' in target_os:
'third_party/ashmem',
'third_party/bouncycastle',
'third_party/byte_buddy',
- 'third_party/catapult',
'third_party/ced',
+ 'third_party/espresso',
'third_party/guava',
'third_party/hamcrest',
'third_party/icu',
'third_party/icu4j',
'third_party/ijar',
'third_party/intellij',
+ 'third_party/javax_inject',
'third_party/jsr-305',
'third_party/junit',
'third_party/libxml',
« no previous file with comments | « DEPS ('k') | sync_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698