Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: ppapi/ppapi_tests.gypi

Issue 11016007: Implement host side of sync EnumerateVideoCaptureDevices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/enumerate_devices/enumerate_devices.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ppapi/examples/enumerate_devices/enumerate_devices.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698