Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index f1104b969744b0d1bdc2f94ec7fe33c632b37ae0..a9e5a76a2c53cf1b3ac3a0baa66c6fdf2aa2c784 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -47,7 +47,9 @@ |
'c/ppb_url_request_info.h', |
'c/ppb_url_response_info.h', |
'c/ppb_var.h', |
+ 'c/ppb_var_array.h', |
'c/ppb_var_array_buffer.h', |
+ 'c/ppb_var_dictionary.h', |
'c/ppb_view.h', |
'c/ppb_websocket.h', |
'c/ppp.h', |
@@ -76,8 +78,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_array_dev.h', |
- 'c/dev/ppb_var_dictionary_dev.h', |
'c/dev/ppb_video_decoder_dev.h', |
'c/dev/ppb_widget_dev.h', |
'c/dev/ppb_zoom_dev.h', |
@@ -199,8 +199,12 @@ |
'cpp/url_response_info.h', |
'cpp/var.cc', |
'cpp/var.h', |
+ 'cpp/var_array.cc', |
+ 'cpp/var_array.h', |
'cpp/var_array_buffer.cc', |
'cpp/var_array_buffer.h', |
+ 'cpp/var_dictionary.cc', |
+ 'cpp/var_dictionary.h', |
'cpp/view.cc', |
'cpp/view.h', |
'cpp/websocket.cc', |
@@ -243,10 +247,6 @@ |
'cpp/dev/truetype_font_dev.h', |
'cpp/dev/url_util_dev.cc', |
'cpp/dev/url_util_dev.h', |
- 'cpp/dev/var_array_dev.cc', |
- 'cpp/dev/var_array_dev.h', |
- 'cpp/dev/var_dictionary_dev.cc', |
- 'cpp/dev/var_dictionary_dev.h', |
'cpp/dev/video_capture_client_dev.cc', |
'cpp/dev/video_capture_client_dev.h', |
'cpp/dev/video_capture_dev.cc', |