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

Unified Diff: media/media.gyp

Issue 62863002: Set media_perftests up for android and to be built by the perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« build/all_android.gyp ('K') | « build/all_android.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d346dac4679b52e67b504dca3a21f8482ee10868..5aac83fcef24212d07ffe4c540c61cc0376bac98 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1385,6 +1385,19 @@
},
'includes': ['../build/apk_test.gypi'],
},
+ {
+ 'target_name': 'media_perftests_apk',
+ 'type': 'none',
+ 'dependencies': [
+ 'media_java',
+ 'media_perftests',
+ ],
+ 'variables': {
+ 'test_suite_name': 'media_perftests',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_perftests<(SHARED_LIB_SUFFIX)',
+ },
+ 'includes': ['../build/apk_test.gypi'],
+ },
],
}],
['OS=="android"', {
« build/all_android.gyp ('K') | « build/all_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698