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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 8574029: Microphone support for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MessageLoop -> base::MessageLoopProxy Created 9 years, 1 month 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: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 9684560f040519ee900f93c7ae00697d54f98657..bb42744c316d0da93f3cc8255af36c2ec2b2d046 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -34,6 +34,8 @@
'shared_impl/audio_config_impl.h',
'shared_impl/audio_impl.cc',
'shared_impl/audio_impl.h',
+ 'shared_impl/audio_input_impl.cc',
+ 'shared_impl/audio_input_impl.h',
'shared_impl/char_set_impl.cc',
'shared_impl/char_set_impl.h',
'shared_impl/crypto_impl.cc',
@@ -97,6 +99,9 @@
'thunk/ppb_audio_api.h',
'thunk/ppb_audio_config_api.h',
'thunk/ppb_audio_config_thunk.cc',
+ 'thunk/ppb_audio_input_api.h',
+ 'thunk/ppb_audio_input_thunk.cc',
+ 'thunk/ppb_audio_input_trusted_thunk.cc',
'thunk/ppb_audio_thunk.cc',
'thunk/ppb_audio_trusted_thunk.cc',
'thunk/ppb_broker_api.h',

Powered by Google App Engine
This is Rietveld 408576698