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

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 gn check 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index 597033e86c9e00329d90f3268361417b26feca26..6b9c34d8dfeacdbc0d2ad88c68189b14ddb6c163 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")
@@ -132,14 +131,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" ]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698