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

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 cjhopman's comments. 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..6e9b7fc7ab3366360f3a1a9f59008dff651e6399 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -565,6 +565,8 @@ test("media_unittests") {
"//url",
]
+ isolate_file = "media_unittests.isolate"
ddorwin 2015/05/21 02:55:49 This applies to all platforms unlike the GYP chang
mikecase (-- gone --) 2015/05/21 18:46:45 Thanks for the catch. Since this variable wouldn't
+
if (is_android) {
deps += [
"//media/base/android",
@@ -657,6 +659,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