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

Unified Diff: ppapi/ppapi_tests.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, 9 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/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 96d914f8767d333bdb4d20499d786612f38c1b55..56f9c6665481f3708c7072e886cc16944dcc9d91 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -224,6 +224,16 @@
},
},
{
+ 'target_name': 'ppapi_example_mouse_cursor',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/mouse_cursor/mouse_cursor.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_mouse_lock',
'dependencies': [
'ppapi_example_skeleton',

Powered by Google App Engine
This is Rietveld 408576698