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

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: Renamed datadeps to data_deps to reflect recent change. 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 | « content/shell/android/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 21f8148f00f8b06779d0f94864da75caa006d396..562ca45f90feeee13dd71e1963acbba171625f59 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)
@@ -658,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.
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698