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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 126373003: [PPAPI] API definition for audio media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_track_impl_cl
Patch Set: Update Created 6 years, 11 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index be7627cb62f687cb7ec00c54aee5b927827da164..a105125197ebc7d67b437b88c4e6065d3a403f96 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -26,6 +26,7 @@
'c/ppb.h',
'c/ppb_audio.h',
'c/ppb_audio_config.h',
+ 'c/ppb_audio_frame.h',
'c/ppb_console.h',
'c/ppb_core.h',
'c/ppb_file_io.h',
@@ -39,6 +40,8 @@
'c/ppb_image_data.h',
'c/ppb_input_event.h',
'c/ppb_instance.h',
+ 'c/ppb_media_stream_audio_track.h',
+ 'c/ppb_media_stream_video_track.h',
'c/ppb_message_loop.h',
'c/ppb_messaging.h',
'c/ppb_mouse_cursor.h',
@@ -58,6 +61,7 @@
'c/ppb_var_array.h',
'c/ppb_var_array_buffer.h',
'c/ppb_var_dictionary.h',
+ 'c/ppb_video_frame.h',
bbudge 2014/01/09 19:03:22 Did you mean to add this file with this change?
Peng 2014/01/09 19:47:48 Yeah. I forgot it in video API cl. Probably it is
'c/ppb_view.h',
'c/ppb_websocket.h',
'c/ppp.h',

Powered by Google App Engine
This is Rietveld 408576698