| 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',
|
|
|