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

Unified Diff: setup_links.py

Issue 1398383003: Add libyuv_unittest_apk target to run tests on Android (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years, 2 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 | « libyuv_test.gyp ('k') | util/android/test_runner.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 188c51f808562091b2fe4c3a8e78dfe1d28635c2..99b526076c738065a1ff1cfce85e173da496d46a 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -49,13 +49,15 @@ DIRECTORIES = [
'third_party/libjpeg_turbo',
'third_party/libsrtp',
'third_party/libudev',
- 'third_party/libvpx',
+ 'third_party/libvpx_new',
'third_party/libyuv',
'third_party/llvm-build',
+ 'third_party/lss',
'third_party/nss',
'third_party/ocmock',
'third_party/openmax_dl',
'third_party/opus',
+ 'third_party/proguard',
'third_party/protobuf',
'third_party/sqlite',
'third_party/syzygy',
@@ -81,9 +83,11 @@ if 'android' in target_os:
DIRECTORIES += [
'base',
'third_party/android_platform',
+ 'third_party/android_testrunner',
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',
'third_party/libevent',
@@ -101,6 +105,7 @@ if 'ios' in target_os:
FILES = {
'tools/find_depot_tools.py': None,
+ 'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}
« no previous file with comments | « libyuv_test.gyp ('k') | util/android/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698