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

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: Updates to interfacesa and impls to coordinate with CMA CL 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..b68669781ae08f36a83de5795db6ad07b1111f59 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -36,6 +36,8 @@
'target_name': 'cast_public_api',
'type': '<(component)',
'sources': [
+ 'public/cast_audio_output_device.h',
+ 'public/cast_audio_output_stream.h',
'public/cast_egl_platform.h',
'public/cast_egl_platform_shlib.h',
'public/cast_media_shlib.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