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

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

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix end_to_end test + address slan comments Created 5 years, 2 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/renderer/media/BUILD.gn
diff --git a/chromecast/renderer/media/BUILD.gn b/chromecast/renderer/media/BUILD.gn
index 6bbba526ff1d76b2abb0498224eb0c1c0a4ae297..a404237ff9164a99914e204dcff31803b54a6e3e 100644
--- a/chromecast/renderer/media/BUILD.gn
+++ b/chromecast/renderer/media/BUILD.gn
@@ -4,6 +4,8 @@
source_set("media") {
sources = [
+ "audio_pipeline.cc",
+ "audio_pipeline.h",
"audio_pipeline_proxy.cc",
"audio_pipeline_proxy.h",
"capabilities_message_filter.cc",
@@ -16,6 +18,9 @@ source_set("media") {
"media_channel_proxy.h",
"media_pipeline_proxy.cc",
"media_pipeline_proxy.h",
+ "renderer_media_pipeline.h",
+ "video_pipeline.cc",
+ "video_pipeline.h",
"video_pipeline_proxy.cc",
"video_pipeline_proxy.h",
]

Powered by Google App Engine
This is Rietveld 408576698