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

Unified Diff: content/common/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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 13f3059351565b96d72fbd441f5a151caea61b10..337acfeedee9ae66f3f003341aee8c5c82249230 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -374,7 +374,7 @@ source_set("common") {
}
if (enable_mojo_media == "gpu") {
- deps += [ "//media/mojo/services:application" ]
+ deps += [ "//media/mojo/services:cdm_service" ]
xhwang 2016/02/02 20:25:16 Thanks! This path is a bit hacky since we need to
alokp 2016/02/02 20:37:00 Acknowledged.
}
}

Powered by Google App Engine
This is Rietveld 408576698