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

Unified Diff: content/utility/BUILD.gn

Issue 1968833002: media: Make media mojo services a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only 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/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 1c3334bfcf140a82f593281ab7558b6d19a6c253..957fb43f01a8a50e8d36266a1b155a63676f67cb 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -25,7 +25,6 @@ source_set("utility") {
"//content/public/child:child_sources",
"//content/public/common:common_sources",
"//courgette:courgette_lib",
- "//media/mojo/services:application_factory",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/shell",
@@ -37,7 +36,7 @@ source_set("utility") {
]
if (mojo_media_host == "utility") {
- deps += [ "//media/mojo/services:application_factory" ]
+ deps += [ "//media/mojo/services" ]
}
}
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/utility/utility_process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698