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

Unified Diff: content/shell/BUILD.gn

Issue 1968833002: media: Make media mojo services a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn tweak Created 4 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index dc04ca39ab0211c863193c8f2c95d986fec4177c..bf7ee55c3cc90e7c215961ad96c1f14f44c7e4e3 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -233,7 +233,6 @@ static_library("content_shell_lib") {
"//gpu",
"//ipc",
"//media",
- "//media/mojo/services:application_factory",
"//net",
"//net:net_resources",
"//skia",
@@ -266,7 +265,7 @@ static_library("content_shell_lib") {
]
}
if (mojo_media_host == "browser") {
- deps += [ "//media/mojo/services:application_factory" ]
+ deps += [ "//media/mojo/services" ]
}
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698