| Index: chromecast/media/BUILD.gn
|
| diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
|
| index 249823ac0cf642cb4fabccffcbf893fae41fe7f6..1ddc82c057a3c8ab25ef14c44ff71461250e28ab 100644
|
| --- a/chromecast/media/BUILD.gn
|
| +++ b/chromecast/media/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//testing/test.gni")
|
|
|
| group("media") {
|
| deps = [
|
| + "//chromecast/media/audio",
|
| "//chromecast/media/base",
|
| "//chromecast/media/cdm",
|
| "//chromecast/media/cma",
|
| @@ -43,6 +44,7 @@ test("cast_media_unittests") {
|
|
|
| deps = [
|
| ":media",
|
| + "//chromecast/media/audio:test_support",
|
| "//base",
|
| "//base:i18n",
|
| "//base/test:test_support",
|
|
|