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

Unified Diff: ppapi/ppapi_proxy_untrusted.gypi

Issue 10412014: Get PPB_Audio interface building as untrusted code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « base/sync_socket_nacl.cc ('k') | ppapi/proxy/ppb_audio_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « base/sync_socket_nacl.cc ('k') | ppapi/proxy/ppb_audio_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698