Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index e6d41562f76a6bc9e13699e594147122ef704884..0ade8a0303c55f097201c712cef35170e7db8c30 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -369,6 +369,16 @@ |
], |
}, |
{ |
+ 'target_name': 'ppapi_example_touch_event_latency_tracing', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/input/touch_event_latency_tracing.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'ppapi_example_post_message', |
'dependencies': [ |
'ppapi_example_skeleton', |