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

Unified Diff: ppapi/ppapi_sources.gypi

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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 3ec8c27f4292b492d74748c1052b8345e71f6748..67243b051edc0ba5cf20e2050bf442905e23c213 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -37,6 +37,7 @@
'c/ppb_input_event.h',
'c/ppb_instance.h',
'c/ppb_messaging.h',
+ 'c/ppb_mouse_cursor.h',
'c/ppb_mouse_lock.h',
'c/ppb_opengles2.h',
'c/ppb_url_loader.h',
@@ -165,6 +166,8 @@
'cpp/module.cc',
'cpp/module.h',
'cpp/module_impl.h',
+ 'cpp/mouse_cursor.cc',
+ 'cpp/mouse_cursor.h',
'cpp/mouse_lock.cc',
'cpp/mouse_lock.h',
'cpp/output_traits.h',
@@ -348,6 +351,7 @@
'tests/test_graphics_2d.cc',
'tests/test_image_data.cc',
'tests/test_memory.cc',
+ 'tests/test_mouse_cursor.cc',
'tests/test_paint_aggregator.cc',
'tests/test_post_message.cc',
'tests/test_scrollbar.cc',
@@ -413,6 +417,7 @@
'tests/test_input_event.h',
'tests/test_memory.cc',
'tests/test_memory.h',
+ 'tests/test_mouse_cursor.cc',
'tests/test_net_address_private.cc',
'tests/test_net_address_private.h',
'tests/test_network_monitor_private.cc',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698