summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 02:14:11 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 02:14:11 +0000
commitd29171a549b5c20980b9930c07e34da97bcbd13c (patch)
tree0acbe45178f5313cdd704652fc6f866c4255833b /ppapi/ppapi_tests.gypi
parentc0131a39a53f46594e6af35127f8c1b4e3bebd28 (diff)
downloadchromium_src-d29171a549b5c20980b9930c07e34da97bcbd13c.zip
chromium_src-d29171a549b5c20980b9930c07e34da97bcbd13c.tar.gz
chromium_src-d29171a549b5c20980b9930c07e34da97bcbd13c.tar.bz2
Implement host side of sync EnumerateVideoCaptureDevices
This implements the host side of the sync ppapi function EnumerateVideoCaptureDevices. BUG=none TEST=Wrote a sample that runs the sync and non-sync versions. Ran it and compared the outputs. Review URL: https://chromiumcodereview.appspot.com/11016007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 6aa5499..48ae15e 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',