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

Unified Diff: content/shell/BUILD.gn

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed link error for enable_mojo_media=utility config Created 4 years, 11 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 078c7e21ba5863fa61e7db28af971c2c92fb21e5..e86fcd44a4af82933f5402db5fa39d8808b303aa 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -244,6 +244,9 @@ static_library("content_shell_lib") {
"//ppapi:blink_test_plugin",
]
}
+ if (enable_mojo_media != "none") {
+ deps += [ "//media/mojo/services:default_application" ]
+ }
if (is_win) {
#'LinkIncremental': '<(msvs_large_module_debug_link_mode)', TODO(GYP)

Powered by Google App Engine
This is Rietveld 408576698