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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/build.scons

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: ppapi/native_client/src/shared/ppapi_proxy/build.scons
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/build.scons b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
index 83b7d2de8734edf75eb410b5cdfe58332d082018..9fa70681b63d6081011544cb47870fff5b8b6300 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/build.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
@@ -39,7 +39,6 @@ env.DualLibrary('ppapi_browser',
'browser_ppb_audio_rpc_server.cc',
'browser_ppb_audio_config_rpc_server.cc',
'browser_ppb_core_rpc_server.cc',
- 'browser_ppb_cursor_control_rpc_server.cc',
'browser_ppb_file_io_rpc_server.cc',
'browser_ppb_file_ref_rpc_server.cc',
'browser_ppb_file_system_rpc_server.cc',
@@ -54,6 +53,7 @@ env.DualLibrary('ppapi_browser',
'browser_ppb_input_event_rpc_server.cc',
'browser_ppb_instance_rpc_server.cc',
'browser_ppb_messaging_rpc_server.cc',
+ 'browser_ppb_mouse_cursor_rpc_server.cc',
'browser_ppb_mouse_lock_rpc_server.cc',
'browser_ppb_net_address_private_rpc_server.cc',
'browser_ppb_pdf_rpc_server.cc',

Powered by Google App Engine
This is Rietveld 408576698