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

Unified Diff: content/gpu/BUILD.gn

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 91600f1db7d267d0b44069730fdb7e8f6b998800..40cc0c96db4a00d1dfeb534b84378501c83833a9 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -53,10 +53,6 @@ source_set("gpu_sources") {
"//content/common:mojo_bindings",
]
- if (enable_mojo_media == "gpu") {
- deps += [ "//media/mojo/services:application" ]
- }
xhwang 2016/02/02 00:12:27 Why are you making this change? Wondering how will
alokp 2016/02/02 00:40:44 Please see my comment against content/browser/BUIL
-
if (is_win) {
configs += [
"//third_party/khronos:khronos_headers",

Powered by Google App Engine
This is Rietveld 408576698