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 |