summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index ba244c9..0693e74 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -302,6 +302,16 @@
],
},
{
+ 'target_name': 'ppapi_example_input',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/input/pointer_event_input.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_post_message',
'dependencies': [
'ppapi_example_skeleton',