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

Unified Diff: media/media.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index e530e901c273d4fa12e8e68a543185c52b3bb05f..4dff28efa8fc897690c2893704691db731e118b8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1678,6 +1678,7 @@
],
'variables': {
'test_suite_name': 'media_unittests',
+ 'isolate_file': 'media_unittests.isolate',
},
'includes': ['../build/apk_test.gypi'],
},
@@ -1691,6 +1692,7 @@
],
'variables': {
'test_suite_name': 'media_perftests',
+ 'isolate_file': 'media_perftests.isolate',
},
'includes': ['../build/apk_test.gypi'],
},
« build/android/test_runner.gypi ('K') | « content/content_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698