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

Unified Diff: setup_links.py

Issue 2190893002: Add Robolectric dependencies to setup_link directories. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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 861ef719bb3e357916436614ef8faeff6638f364..29b5b6a0aafa93ff4db730e43f02b269b8dcca88 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -86,20 +86,29 @@ 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_tools',
+ 'third_party/apache_velocity',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/bouncycastle',
'third_party/catapult',
+ 'third_party/guava',
+ 'third_party/hamcrest',
'third_party/icu',
+ 'third_party/icu4j',
'third_party/ijar',
+ 'third_party/intellij',
'third_party/jsr-305',
'third_party/junit',
'third_party/libxml',
'third_party/mockito',
'third_party/modp_b64',
+ 'third_party/ow2_asm',
'third_party/requests',
'third_party/robolectric',
+ 'third_party/sqlite4java',
'third_party/tcmalloc',
'tools/android',
'tools/grit',
« 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