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. |