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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_audio_buffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 766e017ab6b61840385e1041e1706c322d17c5ac..223e7c27aaeff06610d219c39b5e0cafe219fbe1 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -18,8 +18,8 @@
# ppapi/cpp
'array_output.cc',
'audio.cc',
+ 'audio_buffer.cc',
'audio_config.cc',
- 'audio_frame.cc',
'core.cc',
'directory_entry.cc',
'file_io.cc',
@@ -112,8 +112,8 @@
{
'FILES': [
'array_output.h',
+ 'audio_buffer.h',
'audio_config.h',
- 'audio_frame.h',
'audio.h',
'completion_callback.h',
'core.h',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_audio_buffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698