Index: ppapi/ppapi_proxy_untrusted.gypi |
=================================================================== |
--- ppapi/ppapi_proxy_untrusted.gypi (revision 137754) |
+++ ppapi/ppapi_proxy_untrusted.gypi (working copy) |
@@ -108,6 +108,7 @@ |
# '../base/sys_info_posix.cc', |
'../base/sys_string_conversions_posix.cc', |
'../base/task_runner.cc', |
+ '../base/thread_task_runner_handle.cc', |
'../base/threading/non_thread_safe_impl.cc', |
'../base/threading/platform_thread_posix.cc', |
'../base/threading/post_task_and_reply_impl.cc', |
@@ -247,9 +248,9 @@ |
'shared_impl/platform_file.cc', |
'shared_impl/ppapi_globals.cc', |
'shared_impl/ppapi_preferences.cc', |
-# 'shared_impl/ppb_audio_config_shared.cc', |
+ 'shared_impl/ppb_audio_config_shared.cc', |
# 'shared_impl/ppb_audio_input_shared.cc', |
-# 'shared_impl/ppb_audio_shared.cc', |
+ 'shared_impl/ppb_audio_shared.cc', |
'shared_impl/ppb_crypto_shared.cc', |
'shared_impl/ppb_device_ref_shared.cc', |
'shared_impl/ppb_file_io_shared.cc', |
@@ -278,10 +279,10 @@ |
'shared_impl/var_tracker.cc', |
'thunk/enter.cc', |
-# 'thunk/ppb_audio_config_thunk.cc', |
+ 'thunk/ppb_audio_config_thunk.cc', |
# 'thunk/ppb_audio_input_thunk.cc', |
# 'thunk/ppb_audio_input_trusted_thunk.cc', |
-# 'thunk/ppb_audio_thunk.cc', |
+ 'thunk/ppb_audio_thunk.cc', |
# 'thunk/ppb_audio_trusted_thunk.cc', |
# 'thunk/ppb_broker_thunk.cc', |
# 'thunk/ppb_browser_font_trusted_thunk.cc', |
@@ -353,7 +354,7 @@ |
'proxy/ppapi_messages.cc', |
'proxy/ppapi_param_traits.cc', |
# 'proxy/ppb_audio_input_proxy.cc', |
-# 'proxy/ppb_audio_proxy.cc', |
+ 'proxy/ppb_audio_proxy.cc', |
# 'proxy/ppb_broker_proxy.cc', |
# 'proxy/ppb_buffer_proxy.cc', |
'proxy/ppb_core_proxy.cc', |