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

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

Issue 2879703003: [chromecast] Moves CastAudioOutputStream::Backend to CMA thread. (Closed)
Patch Set: addressed comments Created 3 years, 7 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 | « chromecast/media/cma/BUILD.gn ('k') | chromecast/media/cma/backend/media_pipeline_backend_factory.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 4d096dddd6a830bacdeb3d851cb83fb55e2b2bd6..5016ccaa817dbc317952412b0fae0fe14ff98747 100644
--- a/chromecast/media/cma/backend/BUILD.gn
+++ b/chromecast/media/cma/backend/BUILD.gn
@@ -8,8 +8,9 @@ import("//media/media_options.gni")
source_set("backend") {
sources = [
- "media_pipeline_backend_factory.cc",
"media_pipeline_backend_factory.h",
+ "media_pipeline_backend_factory_impl.cc",
+ "media_pipeline_backend_factory_impl.h",
"media_pipeline_backend_manager.cc",
"media_pipeline_backend_manager.h",
"media_pipeline_backend_wrapper.cc",
« no previous file with comments | « chromecast/media/cma/BUILD.gn ('k') | chromecast/media/cma/backend/media_pipeline_backend_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698