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', |