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

Unified Diff: setup_links.py

Issue 1709193002: synlinks for android launcher (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 10 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 | « .gn ('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 99b526076c738065a1ff1cfce85e173da496d46a..975ef90471489ff07d4c0941ce812cc136d72851 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -87,6 +87,7 @@ if 'android' in target_os:
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/catapult',
'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',
@@ -98,7 +99,8 @@ if 'android' in target_os:
'third_party/robolectric',
'tools/android',
'tools/grit',
- 'tools/relocation_packer'
+ 'tools/relocation_packer',
+ 'tools/telemetry',
]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698