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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 8662020: Pepper: Add an example/test plugin for audio input (a.k.a. microphone). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 9 years, 1 month 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/audio_input/audio_input.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 acc187088b8a4059c9d658b005bf6c6d22f93c1e..6e645a236ce457ca0893f6348dbad3fce9e380a5 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -309,6 +309,16 @@
],
},
{
+ 'target_name': 'ppapi_example_audio_input',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/audio_input/audio_input.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_file_chooser',
'dependencies': [
'ppapi_example_skeleton',
« no previous file with comments | « ppapi/examples/audio_input/audio_input.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698