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

Unified Diff: content/gpu/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
« no previous file with comments | « chromecast/browser/media/BUILD.gn ('k') | content/gpu/gpu_process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 1b3aa771f486dc230945e00838eb3abb1fee5827..593136eebcc7ffef311308b57161b6cb8a94852f 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -57,7 +57,6 @@ source_set("gpu_sources") {
"//ipc",
"//media/gpu",
"//media/gpu/ipc/service",
- "//media/mojo/services:application_factory",
"//services/shell/public/interfaces",
"//skia",
"//ui/events/ipc",
@@ -67,7 +66,7 @@ source_set("gpu_sources") {
]
if (mojo_media_host == "gpu") {
- deps += [ "//media/mojo/services:application_factory" ]
+ deps += [ "//media/mojo/services" ]
if (is_android) {
deps += [ "//media/base/android" ]
}
« no previous file with comments | « chromecast/browser/media/BUILD.gn ('k') | content/gpu/gpu_process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698