summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
diff options
context:
space:
mode:
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 16:01:01 +0000
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 16:01:01 +0000
commit2ae036503e150d97e08d18e3bd70a40ea812659f (patch)
tree59272788c896b71d544167c6852447299dbfea68 /ppapi/ppapi_shared.gypi
parent1e1cfab7e09b67b9972663362e294d26f12c7e73 (diff)
downloadchromium_src-2ae036503e150d97e08d18e3bd70a40ea812659f.zip
chromium_src-2ae036503e150d97e08d18e3bd70a40ea812659f.tar.gz
chromium_src-2ae036503e150d97e08d18e3bd70a40ea812659f.tar.bz2
[PPAPI] Pepper MediaStream API audio thunk implementation
BUG=330851 Review URL: https://codereview.chromium.org/133703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r--ppapi/ppapi_shared.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index e87bf7c..694a9ea 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -133,6 +133,8 @@
'thunk/ppb_audio_api.h',
'thunk/ppb_audio_config_api.h',
'thunk/ppb_audio_config_thunk.cc',
+ 'thunk/ppb_audio_frame_api.h',
+ 'thunk/ppb_audio_frame_thunk.cc',
'thunk/ppb_audio_input_api.h',
'thunk/ppb_audio_input_dev_thunk.cc',
'thunk/ppb_audio_thunk.cc',
@@ -201,6 +203,8 @@
'thunk/ppb_instance_thunk.cc',
'thunk/ppb_isolated_file_system_private_api.h',
'thunk/ppb_isolated_file_system_private_thunk.cc',
+ 'thunk/ppb_media_stream_audio_track_api.h',
+ 'thunk/ppb_media_stream_audio_track_thunk.cc',
'thunk/ppb_media_stream_video_track_api.h',
'thunk/ppb_media_stream_video_track_thunk.cc',
'thunk/ppb_message_loop_api.h',