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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 1343273005: ppapi: add AudioEncode example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl-audio-encoder
Patch Set: last nits Created 5 years 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_encode/audio_encode.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 e0c21fb73cbcca6c2c2d9b2e2d32348c20ccfa2e..a6f90c9d959bfbffa6ebbe79c143d1d4aa95990f 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -351,6 +351,16 @@
],
},
{
+ 'target_name': 'ppapi_example_audio_encode',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/audio_encode/audio_encode.cc',
+ ],
+ },
+ {
# GN version: //ppapi/examples/audio_input
'target_name': 'ppapi_example_audio_input',
'dependencies': [
« no previous file with comments | « ppapi/examples/audio_encode/audio_encode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698