Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 6f915d61b46e15626e3e8ebb251fb81f7c4b6ff7..afaf2006aad7e9b9d4e279f8f9d95729eb015701 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -396,5 +396,15 @@ |
'examples/video_capture/video_capture.cc', |
], |
}, |
+ { |
+ 'target_name': 'ppapi_example_flash_topmost', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/flash_topmost/flash_topmost.cc', |
+ ], |
+ }, |
], |
} |