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

Unified Diff: chrome/browser/BUILD.gn

Issue 1425113003: media: Register MojoMediaApplication to run in Utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 530e0526d3939f54c5f6efe2cf249f2218f2904e..ab4b295ac92351a6937d52ba40adae99f3f57ce9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -885,6 +885,14 @@ source_set("browser") {
if (enable_media_router) {
deps += [ "//chrome/browser/media/router" ]
}
+
+ if (enable_mojo_media != "none") {
Lei Zhang 2015/10/29 21:23:52 No equivalent GYP change?
xhwang 2015/10/29 21:25:47 Good question. The MojoMediaApplication currently
+ configs += [ "//media/mojo/services:enable_mojo_media_config" ]
+ }
+
+ if (enable_mojo_media == "utility") {
+ deps += [ "//media/mojo/services:application" ]
+ }
}
if (is_android) {
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | chromecast/browser/cast_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698