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

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: 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 13f3059351565b96d72fbd441f5a151caea61b10..ad12d3904852093ee7c967cdaad65613df3e376e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -372,10 +372,6 @@ source_set("common") {
"gpu/media/android_video_encode_accelerator.h",
]
}
-
- if (enable_mojo_media == "gpu") {
- deps += [ "//media/mojo/services:application" ]
- }
}
if (is_chromeos) {

Powered by Google App Engine
This is Rietveld 408576698