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

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: 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index de0e04fbc5d5631f0582ec61b3a9907762ba60f0..8723184d2731a5ea550af385fdc046d150af8af8 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -566,6 +566,7 @@ test("media_unittests") {
]
if (is_android) {
+ isolate_file = "media_unittests.isolate"
deps += [
"//media/base/android",
# TODO(GYP)
@@ -657,6 +658,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.
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | media/media.gyp » ('j') | media/midi/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698