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

Unified Diff: content/utility/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/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 8bb058aeb1227c57b20a32b6645925b338ef0a9f..3a048e8cf50053cd6aed0bf6b532ba23c18fbec8 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -30,8 +30,4 @@ source_set("utility") {
"//third_party/WebKit/public:blink_headers",
"//url",
]
-
- if (enable_mojo_media == "utility") {
- deps += [ "//media/mojo/services:application" ]
- }
xhwang 2016/02/02 00:12:27 ditto
alokp 2016/02/02 00:40:44 ditto
}

Powered by Google App Engine
This is Rietveld 408576698