| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 99860d6ae6e90685a14b6725983887ebbafe59ee..d033b88e5da16e26f27707b8d3aaf734eb1985cc 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -411,6 +411,16 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ppapi_example_enumerate_devices',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + ],
|
| + 'sources': [
|
| + 'examples/enumerate_devices/enumerate_devices.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ppapi_example_flash_topmost',
|
| 'dependencies': [
|
| 'ppapi_example_skeleton',
|
|
|