| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index a3f48067b53de2a7ccb954190c88ea350d76ad23..93d9f617ce09e6dd7a9f1363e10379c5b8813422 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',
|
|
|