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

Unified Diff: libyuv_test.gyp

Issue 2001173003: Roll chromium_revision 1d144ca7f86..2a818f5413 (375480:395512) (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Restored license headers for gflag build configs Created 4 years, 7 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 | « DEPS ('k') | setup_links.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv_test.gyp
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index 7188e763320f614132a2d314898bd3d0a1ee6109..27b330f65df972e773949667a28debe79f667b47 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -191,15 +191,25 @@
# These are used to configure java_apk.gypi included below.
'test_type': 'gtest',
'apk_name': 'libyuv_unittest',
+ 'test_suite_name': 'libyuv_unittest',
'intermediate_dir': '<(PRODUCT_DIR)/libyuv_unittest_apk',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)libyuv_unittest<(SHARED_LIB_SUFFIX)',
'final_apk_path': '<(intermediate_dir)/libyuv_unittest-debug.apk',
'java_in_dir': '<(DEPTH)/testing/android/native_test/java',
+ 'test_runner_path': '<(DEPTH)/util/android/test_runner.py',
'native_lib_target': 'libyuv_unittest',
'gyp_managed_install': 0,
},
- 'includes': [ 'build/java_apk.gypi' ],
+ 'includes': [
+ 'build/android/test_runner.gypi',
+ 'build/java_apk.gypi',
+ ],
'dependencies': [
'<(DEPTH)/base/base.gyp:base_java',
+ # TODO(kjellander): Figure out why base_build_config_gen is needed
+ # here. It really shouldn't since it's a dependency of base_java
+ # above, but there's always 0 tests run if it's missing.
+ '<(DEPTH)/base/base.gyp:base_build_config_gen',
'<(DEPTH)/build/android/pylib/device/commands/commands.gyp:chromium_commands',
'<(DEPTH)/build/android/pylib/remote/device/dummy/dummy.gyp:remote_device_dummy_apk',
'<(DEPTH)/testing/android/appurify_support.gyp:appurify_support_java',
« no previous file with comments | « DEPS ('k') | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698