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

Unified Diff: media/BUILD.gn

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, 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b01ad89b1c8e1182b659d49d5d982fe95200eb1a..a4f8e1c9b356fe9a5c4030d70bcc711c53663b17 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -566,6 +566,8 @@ test("media_unittests") {
"//url",
]
+ isolate_file = "media_unittests.isolate"
+
if (is_android) {
deps += [
"//media/base/android",
@@ -658,6 +660,7 @@ test("media_perftests") {
]
if (is_android) {
deps += [ "//ui/gl" ]
+ isolate_file = "media_perftests.isolate"
}
if (media_use_ffmpeg) {
deps += [ "//third_party/ffmpeg" ] # Direct dependency required to inherit config.

Powered by Google App Engine
This is Rietveld 408576698