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

Unified Diff: setup_links.py

Issue 2268343002: Add missing dependencies to setup_links. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated .gitignore. 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 | « .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 612778aea6e232b382ce811cd48ab8e29835f696..5705eaa4a81d96e7da7030fbe638068dc03b8850 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -93,6 +93,7 @@ if 'android' in target_os:
'third_party/appurify-python',
'third_party/ashmem',
'third_party/bouncycastle',
+ 'third_party/byte_buddy',
'third_party/catapult',
'third_party/ced',
'third_party/closure_compiler',
@@ -107,6 +108,7 @@ if 'android' in target_os:
'third_party/libxml',
'third_party/mockito',
'third_party/modp_b64',
+ 'third_party/objenesis',
'third_party/ow2_asm',
'third_party/requests',
'third_party/robolectric',
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698