| Index: chromecast/common/media/BUILD.gn
|
| diff --git a/chromecast/common/media/BUILD.gn b/chromecast/common/media/BUILD.gn
|
| index 4c58e361caca4a243c55ae5c89c7f840e595bcb6..8c2965706d73cb07e7945cfe4ac256aea4b7f4d7 100644
|
| --- a/chromecast/common/media/BUILD.gn
|
| +++ b/chromecast/common/media/BUILD.gn
|
| @@ -10,13 +10,18 @@ enable_cma = !is_android
|
| # GYP target: chromecast.gyp:cast_shell_media
|
| source_set("media") {
|
| sources = [
|
| + "cast_media_client.cc",
|
| + "cast_media_client.h",
|
| "shared_memory_chunk.cc",
|
| "shared_memory_chunk.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//chromecast/media/base",
|
| "//chromecast/media/cma/ipc",
|
| + "//chromecast/public:public",
|
| + "//media",
|
| ]
|
|
|
| public_deps = [
|
|
|