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

Unified Diff: chromecast/media/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/media/BUILD.gn
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index 832ea6430951166c9d039ae655d392c5a4c5cebb..d57639434924790ed0d7ee97ed053341a5e39e84 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//chromecast/chromecast.gni")
+import("//media/media_options.gni")
import("//testing/test.gni")
group("media") {
@@ -12,6 +13,10 @@ group("media") {
"//chromecast/media/cdm",
"//chromecast/media/cma",
]
+
+ if (enable_mojo_media == "browser") {
+ public_deps += [ "//chromecast/media/mojo" ]
+ }
}
test("cast_media_unittests") {

Powered by Google App Engine
This is Rietveld 408576698