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

Unified Diff: content/browser/BUILD.gn

Issue 2882813002: media: Convert mojo media defines to buildflags (Closed)
Patch Set: rebase Created 3 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 | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index f87748465db77dbba99ab07aeac921bde7a1a66f..705f5f5df426a8542f8955fe546b3917d5332182 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -93,6 +93,7 @@ source_set("browser") {
"//media/gpu/ipc/client",
"//media/midi",
"//media/midi:mojo",
+ "//media/mojo:features",
"//media/mojo/interfaces",
"//media/mojo/services",
"//mojo/common",
@@ -2114,10 +2115,6 @@ source_set("browser") {
deps += [ "//third_party/boringssl" ]
}
- if (enable_mojo_media) {
- configs += [ "//media/mojo/services:mojo_media_config" ]
- }
-
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698