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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 1151973003: ppapi: implement PPB_AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Windows fixes in proxy code Created 5 years, 6 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/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 506ecd84bcec21e8a10a8c5baae9db4375b99375..ae40b5a7e9cc3852eb0aa62b628f6a80aa2bfccb 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -28,6 +28,7 @@
'c/ppb_audio.h',
'c/ppb_audio_buffer.h',
'c/ppb_audio_config.h',
+ 'c/ppb_audio_encoder.h',
'c/ppb_compositor.h',
'c/ppb_console.h',
'c/ppb_core.h',
@@ -64,6 +65,7 @@
'c/ppb_var_array_buffer.h',
'c/ppb_var_dictionary.h',
'c/ppb_video_decoder.h',
+ 'c/ppb_video_encoder.h',
'c/ppb_video_frame.h',
'c/ppb_view.h',
'c/ppb_websocket.h',
@@ -152,6 +154,8 @@
'cpp/audio_buffer.h',
'cpp/audio_config.cc',
'cpp/audio_config.h',
+ 'cpp/audio_encoder.cc',
+ 'cpp/audio_encoder.h',
'cpp/completion_callback.h',
'cpp/compositor.cc',
'cpp/compositor.h',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698