Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 6d780383deed0ea892af5c0554d9f6461915d237..653fff5d65d2efdfe8a2fd04ac43c38b3dc06ed3 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -26,7 +26,7 @@ |
'c/ppb.h', |
'c/ppb_audio.h', |
'c/ppb_audio_config.h', |
- 'c/ppb_audio_frame.h', |
+ 'c/ppb_audio_buffer.h', |
yzshen1
2014/02/07 20:16:53
reorder, please.
Peng
2014/02/07 20:43:34
Done.
|
'c/ppb_console.h', |
'c/ppb_core.h', |
'c/ppb_file_io.h', |
@@ -159,8 +159,8 @@ |
'cpp/audio.h', |
'cpp/audio_config.cc', |
'cpp/audio_config.h', |
- 'cpp/audio_frame.cc', |
- 'cpp/audio_frame.h', |
+ 'cpp/audio_buffer.cc', |
yzshen1
2014/02/07 20:16:53
ditto
Peng
2014/02/07 20:43:34
Done.
|
+ 'cpp/audio_buffer.h', |
'cpp/completion_callback.h', |
'cpp/core.cc', |
'cpp/core.h', |