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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 142023008: [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 926dc02f9fddd80084af55fd20a374fc49cd098a..ae002bc7a8e97a8b8db081c2e1ffe5dc425d923a 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -39,9 +39,9 @@
'shared_impl/host_resource.h',
'shared_impl/id_assignment.cc',
'shared_impl/id_assignment.h',
- 'shared_impl/media_stream_frame.h',
- 'shared_impl/media_stream_frame_buffer.cc',
- 'shared_impl/media_stream_frame_buffer.h',
+ 'shared_impl/media_stream_buffer.h',
+ 'shared_impl/media_stream_buffer_manager.cc',
+ 'shared_impl/media_stream_buffer_manager.h',
'shared_impl/platform_file.cc',
'shared_impl/platform_file.h',
'shared_impl/ppapi_globals.cc',

Powered by Google App Engine
This is Rietveld 408576698