Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index e7b869c8ba4abfca22533e06abdfc72448a7d7a5..3f69a6cc016d6269057d609513bffbd0bae6dac4 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', |
@@ -70,7 +71,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', |
@@ -169,6 +169,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', |
@@ -209,8 +211,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', |