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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 1128023009: ppapi: define PPB_AudioEncoder API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bbudge's nits & api release bump Created 5 years, 3 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index c27ad18330c0ad8b443f4ab3e0e36bee16091135..55e1ff24bc9195d597db6ab6547eea69af87abec 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',
@@ -151,6 +153,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',

Powered by Google App Engine
This is Rietveld 408576698