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

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

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/media/cma/pipeline/BUILD.gn
diff --git a/chromecast/media/cma/pipeline/BUILD.gn b/chromecast/media/cma/pipeline/BUILD.gn
index f82a8d9a3f68321a29ddcffe3a49ea1445a3d74c..caa8e49739dd904907fc015585e7b203f0f565b6 100644
--- a/chromecast/media/cma/pipeline/BUILD.gn
+++ b/chromecast/media/cma/pipeline/BUILD.gn
@@ -14,7 +14,11 @@ source_set("pipeline") {
"av_pipeline_impl.h",
"decrypt_util.cc",
"decrypt_util.h",
+ "frame_status_cb_impl.cc",
+ "frame_status_cb_impl.h",
"load_type.h",
+ "media_component_device_client_impl.cc",
+ "media_component_device_client_impl.h",
"media_pipeline.h",
"media_pipeline_client.cc",
"media_pipeline_client.h",
@@ -24,6 +28,8 @@ source_set("pipeline") {
"video_pipeline.h",
"video_pipeline_client.cc",
"video_pipeline_client.h",
+ "video_pipeline_device_client_impl.cc",
+ "video_pipeline_device_client_impl.h",
"video_pipeline_impl.cc",
"video_pipeline_impl.h",
]

Powered by Google App Engine
This is Rietveld 408576698