| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index add92ce26f065328054c352f482f690f3d860995..f278287bcb9bb196e2d5a9e84962b7bc2f9b74eb 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',
|
| @@ -159,6 +161,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',
|
|
|