Chromium Code Reviews| Index: ppapi/ppapi_sources.gypi |
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
| index bc8865449c9a3ece5869cd18b8477cee97bc3895..697d1b21913eeb72ecb5fed2b0e90867edc24daf 100644 |
| --- a/ppapi/ppapi_sources.gypi |
| +++ b/ppapi/ppapi_sources.gypi |
| @@ -23,6 +23,7 @@ |
| 'c/pp_time.h', |
| 'c/pp_touch_point.h', |
| 'c/pp_var.h', |
| + 'c/pp_media_codec.h', |
| 'c/ppb.h', |
| 'c/ppb_audio.h', |
| 'c/ppb_audio_buffer.h', |
| @@ -63,6 +64,7 @@ |
| 'c/ppb_var_array_buffer.h', |
| 'c/ppb_var_dictionary.h', |
| 'c/ppb_video_frame.h', |
| + 'c/ppb_media_codec_video_decoder.h', |
|
dmichael (off chromium)
2014/04/17 20:23:26
This and others seem out of order in this file.
bbudge
2014/04/18 17:03:17
The names changed during the course of this. Done.
|
| 'c/ppb_view.h', |
| 'c/ppb_websocket.h', |
| 'c/ppp.h', |
| @@ -241,6 +243,8 @@ |
| 'cpp/var_dictionary.h', |
| 'cpp/video_frame.cc', |
| 'cpp/video_frame.h', |
| + 'cpp/media_codec_video_decoder.cc', |
| + 'cpp/media_codec_video_decoder.h', |
| 'cpp/view.cc', |
| 'cpp/view.h', |
| 'cpp/websocket.cc', |