| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 6d780383deed0ea892af5c0554d9f6461915d237..50c517fb7b0eb254f3fa215d61e8a2558a7ef74a 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -62,6 +62,7 @@
|
| 'c/ppb_var_array.h',
|
| 'c/ppb_var_array_buffer.h',
|
| 'c/ppb_var_dictionary.h',
|
| + 'c/ppb_var_resource.h',
|
| 'c/ppb_video_frame.h',
|
| 'c/ppb_view.h',
|
| 'c/ppb_websocket.h',
|
| @@ -91,7 +92,6 @@
|
| 'c/dev/ppb_text_input_dev.h',
|
| 'c/dev/ppb_truetype_font_dev.h',
|
| 'c/dev/ppb_url_util_dev.h',
|
| - 'c/dev/ppb_var_resource_dev.h',
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| 'c/dev/ppb_widget_dev.h',
|
| 'c/dev/ppb_zoom_dev.h',
|
| @@ -240,6 +240,8 @@
|
| 'cpp/var_array_buffer.h',
|
| 'cpp/var_dictionary.cc',
|
| 'cpp/var_dictionary.h',
|
| + 'cpp/var_resource.cc',
|
| + 'cpp/var_resource.h',
|
| 'cpp/video_frame.cc',
|
| 'cpp/video_frame.h',
|
| 'cpp/view.cc',
|
| @@ -291,8 +293,6 @@
|
| 'cpp/dev/truetype_font_dev.h',
|
| 'cpp/dev/url_util_dev.cc',
|
| 'cpp/dev/url_util_dev.h',
|
| - 'cpp/dev/var_resource_dev.cc',
|
| - 'cpp/dev/var_resource_dev.h',
|
| 'cpp/dev/video_capture_client_dev.cc',
|
| 'cpp/dev/video_capture_client_dev.h',
|
| 'cpp/dev/video_capture_dev.cc',
|
|
|