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

Unified Diff: content/test/BUILD.gn

Issue 2805553004: Wire up MediaCapabilities is_supported to MimeUtil (Closed)
Patch Set: Remove test for theora - not supported on android Created 3 years, 8 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/renderer/media_recorder/media_recorder_handler.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 6338a696ffb50cd940375faaff73ff4ebfbc848c..42fe77776c759b9ff412d72a155bad434da8c7e7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -633,6 +633,7 @@ test("content_browsertests") {
"../browser/media/media_browsertest.cc",
"../browser/media/media_browsertest.h",
"../browser/media/media_canplaytype_browsertest.cc",
+ "../browser/media/media_capabilities_browsertest.cc",
"../browser/media/media_color_browsertest.cc",
"../browser/media/media_redirect_browsertest.cc",
"../browser/media/media_source_browsertest.cc",
@@ -929,8 +930,8 @@ test("content_browsertests") {
"../browser/webrtc/webrtc_webcam_browsertest.h",
]
deps += [
- "//testing/perf",
"//content/public/common:features",
+ "//testing/perf",
]
}
« no previous file with comments | « content/renderer/media_recorder/media_recorder_handler.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698