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', |