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

Unified Diff: chromecast/media/cma/backend/BUILD.gn

Issue 2583213003: [chromecast] Adds MediaSinkDefault. (Closed)
Patch Set: simple sink Created 3 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
« no previous file with comments | « no previous file | chromecast/media/cma/backend/audio_decoder_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/BUILD.gn
diff --git a/chromecast/media/cma/backend/BUILD.gn b/chromecast/media/cma/backend/BUILD.gn
index b0b18ab30ed265a8f1aeeca02fa172f98fd0a93d..26bcf8fe4306d477134d36fd9a4b9ab34e887348 100644
--- a/chromecast/media/cma/backend/BUILD.gn
+++ b/chromecast/media/cma/backend/BUILD.gn
@@ -54,6 +54,8 @@ source_set("default") {
"cast_media_default.cc",
"media_pipeline_backend_default.cc",
"media_pipeline_backend_default.h",
+ "media_sink_default.cc",
+ "media_sink_default.h",
"video_decoder_default.cc",
"video_decoder_default.h",
]
@@ -62,6 +64,7 @@ source_set("default") {
"//base",
"//chromecast/base",
"//chromecast/public/media",
+ "//media",
]
}
« no previous file with comments | « no previous file | chromecast/media/cma/backend/audio_decoder_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698