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

Unified Diff: src/shared/ppapi_proxy/nacl.scons

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 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 | « src/shared/ppapi_proxy/input_event_data.cc ('k') | src/shared/ppapi_proxy/plugin_globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/nacl.scons
diff --git a/src/shared/ppapi_proxy/nacl.scons b/src/shared/ppapi_proxy/nacl.scons
index 11f9d15d34142b23ce4ca2b5ccb3105000546925..a92fe6499bb02cafa8e57ebf42a80b3cf7dffa3f 100644
--- a/src/shared/ppapi_proxy/nacl.scons
+++ b/src/shared/ppapi_proxy/nacl.scons
@@ -30,6 +30,7 @@ env.UntrustedSrpc(is_client=False,
'ppp.srpc',
'ppp_audio.srpc',
'ppp_find.srpc',
+ 'ppp_input_event.srpc',
'ppp_instance.srpc',
'ppp_messaging.srpc',
'ppp_printing.srpc',
@@ -57,6 +58,7 @@ env.UntrustedSrpc(is_client=True,
'ppb_graphics_2d.srpc',
'ppb_graphics_3d.srpc',
'ppb_image_data.srpc',
+ 'ppb_input_event.srpc',
'ppb_instance.srpc',
'ppb_messaging.srpc',
'ppb_pdf.srpc',
@@ -102,6 +104,7 @@ command_buffer_srcs = command_buffer_common_srcs + command_buffer_client_srcs;
env.NaClSdkLibrary('ppruntime',
['command_buffer_nacl.cc',
+ 'input_event_data.cc',
'object_serialize.cc',
'plugin_callback.cc',
'plugin_context_3d.cc',
@@ -123,6 +126,7 @@ env.NaClSdkLibrary('ppruntime',
'plugin_ppb_font.cc',
'plugin_ppb_graphics_2d.cc',
'plugin_ppb_image_data.cc',
+ 'plugin_ppb_input_event.cc',
'plugin_ppb_instance.cc',
'plugin_ppb_memory.cc',
'plugin_ppb_messaging.cc',
@@ -136,6 +140,7 @@ env.NaClSdkLibrary('ppruntime',
'plugin_ppb_widget.cc',
'plugin_ppb_zoom.cc',
'plugin_ppp_find_rpc_server.cc',
+ 'plugin_ppp_input_event_rpc_server.cc',
'plugin_ppp_instance_rpc_server.cc',
'plugin_ppp_messaging_rpc_server.cc',
'plugin_ppp_printing_rpc_server.cc',
« no previous file with comments | « src/shared/ppapi_proxy/input_event_data.cc ('k') | src/shared/ppapi_proxy/plugin_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698