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

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: Addressed comments from thestig and ddorwin. Created 5 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 | « media/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | media/midi/BUILD.gn » ('J')
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 312f4267a1d6c76ae1cf79f9f001e2cbc200b7b9..bfb565385ce24442626fd1dd77d577761020ded3 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1676,6 +1676,7 @@
],
'variables': {
'test_suite_name': 'media_unittests',
+ 'isolate_file': 'media_unittests.isolate',
},
'includes': ['../build/apk_test.gypi'],
},
@@ -1689,6 +1690,7 @@
],
'variables': {
'test_suite_name': 'media_perftests',
+ 'isolate_file': 'media_perftests.isolate',
},
'includes': ['../build/apk_test.gypi'],
},
« no previous file with comments | « media/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | media/midi/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698