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

Unified Diff: content/shell/BUILD.gn

Issue 1697233002: Reland of land "media: Refactor MojoMediaClient" with fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/media/mojo/cast_mojo_media_client.cc ('k') | media/mojo/services/BUILD.gn » ('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 e18c0b953bdfd90bcf2552a0c6313ab1bf528d85..4847abdf2f99a3d8c1e667d66a8855f414003382 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -245,8 +245,8 @@
"//ppapi:blink_test_plugin",
]
}
- if (enable_mojo_media != "none") {
- deps += [ "//media/mojo/services:default_application" ]
+ if (enable_mojo_media == "browser") {
+ deps += [ "//media/mojo/services:application" ]
}
if (is_win) {
« no previous file with comments | « chromecast/media/mojo/cast_mojo_media_client.cc ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698