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

Unified Diff: media/BUILD.gn

Issue 2066943002: Fix media_perftests to run on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typos. Created 4 years, 6 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 | « no previous file | media/base/BUILD.gn » ('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 23b18a730ac5c6c9a523d629218fd6705a685cdd..de0824e21658e46f4ab41e4ba9978cdfb5ff2603 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -732,15 +732,16 @@ test("media_perftests") {
"//third_party/widevine/cdm:version_h",
"//ui/gfx:test_support",
]
- if (is_android) {
- deps += [ "//ui/gl" ]
- }
if (media_use_ffmpeg) {
deps += [ "//third_party/ffmpeg" ] # Direct dependency required to inherit config.
}
# This target should not require the Chrome executable to run.
assert_no_deps = [ "//chrome" ]
+
+ data = [
+ "test/data/",
+ ]
}
# For running the subset of media_unittests that might require audio hardware
« no previous file with comments | « no previous file | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698