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

Unified Diff: chromecast/common/media/BUILD.gn

Issue 2156193003: [Chromecast] Add a custom CastMediaClient for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codecs
Patch Set: rebase Created 4 years, 5 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/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 = [
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.h » ('j') | chromecast/public/media/media_capabilities_shlib.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698