Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index a2c688404fbfa2adc0e63dff1809da01cb34ff37..84e1080a034e3d56f44589d252d60e39a21ba2e6 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -41,6 +41,7 @@ |
'c/ppb_url_request_info.h', |
'c/ppb_url_response_info.h', |
'c/ppb_var.h', |
+ 'c/ppb_var_array_buffer.h', |
'c/ppb_view.h', |
'c/ppp.h', |
'c/ppp_graphics_3d.h', |
@@ -68,7 +69,6 @@ |
'c/dev/ppb_scrollbar_dev.h', |
'c/dev/ppb_testing_dev.h', |
'c/dev/ppb_url_util_dev.h', |
- 'c/dev/ppb_var_array_buffer_dev.h', |
'c/dev/ppb_video_decoder_dev.h', |
'c/dev/ppb_websocket_dev.h', |
'c/dev/ppb_widget_dev.h', |
@@ -167,6 +167,8 @@ |
'cpp/url_response_info.h', |
'cpp/var.cc', |
'cpp/var.h', |
+ 'cpp/var_array_buffer.cc', |
+ 'cpp/var_array_buffer.h', |
'cpp/view.cc', |
'cpp/view.h', |
@@ -203,8 +205,6 @@ |
'cpp/dev/text_input_dev.h', |
'cpp/dev/url_util_dev.cc', |
'cpp/dev/url_util_dev.h', |
- 'cpp/dev/var_array_buffer_dev.cc', |
- 'cpp/dev/var_array_buffer_dev.h', |
'cpp/dev/video_capture_client_dev.cc', |
'cpp/dev/video_capture_client_dev.h', |
'cpp/dev/video_capture_dev.cc', |