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

Unified Diff: chromecast/media/media.gyp

Issue 1308153005: [Chromecast] Plumbs raw audio through CMA backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed cast_shell compile error Created 5 years, 3 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/audio/cast_audio_output_stream_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 6237af1f178f4b960cb28903cff4429d49702189..0ae56ac4b8177d48e4810410c71ad18aa238dae5 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -23,6 +23,21 @@
'sources': ['empty.cc'],
},
{
+ 'target_name': 'media_audio',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../media/media.gyp:media',
+ ],
+ 'sources': [
+ 'audio/cast_audio_manager.cc',
+ 'audio/cast_audio_manager.h',
+ 'audio/cast_audio_manager_factory.cc',
+ 'audio/cast_audio_manager_factory.h',
+ 'audio/cast_audio_output_stream.cc',
+ 'audio/cast_audio_output_stream.h',
+ ],
+ },
+ {
'target_name': 'media_base',
'type': '<(component)',
'dependencies': [
@@ -118,7 +133,7 @@
'cma/base/media_task_runner.cc',
'cma/base/media_task_runner.h',
'cma/base/simple_media_task_runner.cc',
- 'cma/base/simple_media_task_runner.h',
+ 'cma/base/simple_media_task_runner.h',
],
},
{
@@ -252,6 +267,7 @@
'cma_ipc_streamer',
'cma_pipeline',
'default_cma_backend',
+ 'media_audio',
'media_cdm',
],
},
@@ -272,6 +288,7 @@
'../../ui/gfx/gfx.gyp:gfx_test_support',
],
'sources': [
+ 'audio/cast_audio_output_stream_unittest.cc',
'cdm/chromecast_init_data_unittest.cc',
'cma/backend/audio_video_pipeline_device_unittest.cc',
'cma/base/balanced_media_task_runner_unittest.cc',
« no previous file with comments | « chromecast/media/audio/cast_audio_output_stream_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698