Index: chromecast/media/BUILD.gn |
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn |
index 249823ac0cf642cb4fabccffcbf893fae41fe7f6..e737d473c0a0000c634922881f35da12ef15f289 100644 |
--- a/chromecast/media/BUILD.gn |
+++ b/chromecast/media/BUILD.gn |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//chromecast/chromecast.gni") |
import("//testing/test.gni") |
group("media") { |
@@ -57,6 +58,18 @@ test("cast_media_unittests") { |
] |
} |
+group("libcast_media") { |
+ if (use_default_cast_media) { |
+ public_deps = [ |
+ "//chromecast/media/base:libcast_media_default", |
+ ] |
+ } else { |
+ public_deps = [ |
+ "$libcast_media_path:libcast_media_1.0", |
+ ] |
+ } |
+} |
+ |
# TODO(gunsch): delete this target once Chromecast M44/earlier is obsolete. |
# See: b/21639416 |
shared_library("libffmpegsumo") { |