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

Unified Diff: chromecast/chromecast.gyp

Issue 1105803002: Exposes a shlib interface for media/audio path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out streaming test until the default implementation is improved. Created 5 years, 5 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/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 778decdf64bca7c5a120e4a3fc7845555170e910..dacbfcf79283fc6fe45adfd07a226d69d08b4a43 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -43,6 +43,8 @@
'public/chromecast_export.h',
'public/graphics_properties_shlib.h',
'public/graphics_types.h',
+ 'public/media/cast_audio_output_device.h',
+ 'public/media/cast_audio_output_stream.h',
'public/media/decoder_config.h',
'public/media/stream_id.h',
'public/osd_plane.h',
@@ -76,7 +78,9 @@
'base/process_utils.cc',
'base/process_utils.h',
'base/serializers.cc',
- 'base/serializers.h'
+ 'base/serializers.h',
+ 'base/task_runner_impl.cc',
+ 'base/task_runner_impl.h',
],
'conditions': [
['OS=="android"', {

Powered by Google App Engine
This is Rietveld 408576698