Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: ppapi/ppapi_sources.gypi

Issue 156863005: [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@frame_to_buffer
Patch Set: Update Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/audio_buffer_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/audio_buffer_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698