| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index ba244c98e1bb6abce76f045ed913bc54d70cc71c..0693e7448f18880f976a40135def0e4ace057010 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',
|
|
|