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

Unified Diff: chromecast/browser/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: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index c3524a7265c0e557e3e598417363572c8e7c2ef5..6561fa49e8c457ded3ebf85a78f059f02e003044 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//chromecast/chromecast.gni")
-import("//media/media_options.gni")
import("//testing/test.gni")
import("//build/config/ui.gni")
@@ -118,14 +117,6 @@ source_set("browser") {
]
}
- if (enable_mojo_media != "none") {
- configs += [ "//media/mojo/services:enable_mojo_media_config" ]
- }
-
- if (enable_mojo_media == "utility") {
- deps += [ "//media/mojo/services:application" ]
- }
-
if (use_ozone) {
deps += [ "//ui/ozone" ]
}

Powered by Google App Engine
This is Rietveld 408576698