Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 1205f09fd419aa552c113825163c50d8f0db350c..73c73f9a838466f09f2a8412b4aba26b7a4bf5ce 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -46,8 +46,6 @@ |
'shared_impl/ppapi_switches.h', |
'shared_impl/ppb_audio_config_shared.cc', |
'shared_impl/ppb_audio_config_shared.h', |
- 'shared_impl/ppb_audio_input_shared.cc', |
- 'shared_impl/ppb_audio_input_shared.h', |
'shared_impl/ppb_audio_shared.cc', |
'shared_impl/ppb_audio_shared.h', |
'shared_impl/ppb_crypto_shared.cc', |
@@ -137,7 +135,6 @@ |
'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', |
@@ -256,14 +253,12 @@ |
['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', { |
'sources!': [ |
'shared_impl/flash_clipboard_format_registry.cc', |
- 'shared_impl/ppb_audio_input_shared.cc', |
'shared_impl/ppb_url_util_shared.cc', |
'shared_impl/ppb_video_decoder_shared.cc', |
'shared_impl/ppb_video_capture_shared.cc', |
'shared_impl/private/ppb_browser_font_trusted_shared.cc', |
'shared_impl/private/ppb_char_set_shared.cc', |
'thunk/ppb_audio_input_thunk.cc', |
- 'thunk/ppb_audio_input_trusted_thunk.cc', |
'thunk/ppb_audio_trusted_thunk.cc', |
'thunk/ppb_broker_thunk.cc', |
'thunk/ppb_browser_font_trusted_thunk.cc', |