Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 13b333f6de728221fb08206faca6cc219ee14b36..74f7567e47aa618071f62e929e030b66ec31ff3e 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -63,6 +63,7 @@ |
'c/dev/ppb_fullscreen_dev.h', |
'c/dev/ppb_ime_input_event_dev.h', |
'c/dev/ppb_memory_dev.h', |
+ 'c/dev/ppb_resource_array_dev.h', |
'c/dev/ppb_scrollbar_dev.h', |
'c/dev/ppb_testing_dev.h', |
'c/dev/ppb_url_util_dev.h', |
@@ -196,6 +197,8 @@ |
'cpp/dev/memory_dev.h', |
'cpp/dev/printing_dev.cc', |
'cpp/dev/printing_dev.h', |
+ 'cpp/dev/resource_array_dev.cc', |
+ 'cpp/dev/resource_array_dev.h', |
'cpp/dev/scrollbar_dev.cc', |
'cpp/dev/scrollbar_dev.h', |
'cpp/dev/selection_dev.cc', |
@@ -358,6 +361,8 @@ |
'tests/test_paint_aggregator.h', |
'tests/test_post_message.cc', |
'tests/test_post_message.h', |
+ 'tests/test_resource_array.cc', |
+ 'tests/test_resource_array.h', |
'tests/test_scrollbar.cc', |
'tests/test_scrollbar.h', |
'tests/test_struct_sizes.c', |