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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 7863003: Mouse lock implementation, including the renderer side and the Windows version of the browser side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove two tab chars. Created 9 years, 3 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
old mode 100644
new mode 100755
index 1f889b44eb33f98d66ae8ee04656704ed200b2f0..6d344419676a2f605735cf687710b76a9414111c
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -277,6 +277,16 @@
],
},
{
+ 'target_name': 'ppapi_example_mouse_lock',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/mouse_lock/mouse_lock.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_file_chooser',
'dependencies': [
'ppapi_example_skeleton',

Powered by Google App Engine
This is Rietveld 408576698