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

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: fix gn style 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/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 63d8adf13dea5b688b294cc35f35ac918db2ba66..ba1a4a4c54591817dece098b116df4642be2fb70 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",
xhwang 2016/05/12 06:32:25 +brettw: This was added in https://codereview.chro
"//services/shell/public/interfaces",
"//skia",
"//ui/events/ipc",
@@ -66,7 +65,7 @@ source_set("gpu_sources") {
]
if (mojo_media_host == "gpu") {
- deps += [ "//media/mojo/services:application_factory" ]
+ deps += [ "//media/mojo/services" ]
ddorwin 2016/05/11 23:02:27 This was previously always included. Was that inco
xhwang 2016/05/16 05:41:20 We should either only always include, or only cond
if (is_android) {
deps += [ "//media/base/android" ]
}

Powered by Google App Engine
This is Rietveld 408576698