Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 6c1d95c90a7d3e016337434fa4e7a778d37543b9..5600d6845bff41c43086146be143c1b95f03fd6e 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -412,6 +412,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', |