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

Unified Diff: content/shell/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 | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 1d48113278f7a26759bbb63bb2496f847dddb212..3a01d2f5c7375c8bdd78aa4bde03b08b2ca62dca 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -198,10 +198,6 @@ static_library("content_shell_lib") {
"//build/config/compiler:no_size_t_to_int_warning",
]
- if (enable_mojo_media) {
- configs += [ "//media/mojo/services:mojo_media_config" ]
- }
-
defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
public_deps = [
@@ -246,6 +242,7 @@ static_library("content_shell_lib") {
"//gpu",
"//media",
"//media/capture",
+ "//media/mojo:features",
"//mojo/edk/js",
"//net",
"//net:net_resources",
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698