Chromium Code Reviews| Index: ppapi/ppapi_sources.gypi |
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
| index 6d780383deed0ea892af5c0554d9f6461915d237..032875b0e5b050d5faef18830753ce29e6286cca 100644 |
| --- a/ppapi/ppapi_sources.gypi |
| +++ b/ppapi/ppapi_sources.gypi |
| @@ -25,8 +25,8 @@ |
| 'c/pp_var.h', |
| 'c/ppb.h', |
| 'c/ppb_audio.h', |
| + 'c/ppb_audio_buffer.h', |
| 'c/ppb_audio_config.h', |
| - 'c/ppb_audio_frame.h', |
| 'c/ppb_console.h', |
| 'c/ppb_core.h', |
| 'c/ppb_file_io.h', |
| @@ -157,10 +157,10 @@ |
| 'cpp/array_output.h', |
| 'cpp/audio.cc', |
| 'cpp/audio.h', |
| + 'cpp/audio_buffer.cc', |
| + 'cpp/audio_buffer.h', |
| 'cpp/audio_config.cc', |
| 'cpp/audio_config.h', |
| - 'cpp/audio_frame.cc', |
| - 'cpp/audio_frame.h', |
| 'cpp/completion_callback.h', |
| 'cpp/core.cc', |
| 'cpp/core.h', |