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