| Index: ppapi/ppapi.gyp
|
| ===================================================================
|
| --- ppapi/ppapi.gyp (revision 66667)
|
| +++ ppapi/ppapi.gyp (working copy)
|
| @@ -91,6 +91,7 @@
|
| 'c/dev/ppb_transport_dev.h',
|
| 'c/dev/ppb_url_util_dev.h',
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| + 'c/dev/ppb_widget_dev.h',
|
| 'c/dev/ppb_zoom_dev.h',
|
| 'c/dev/ppp_cursor_control_dev.h',
|
| 'c/dev/ppp_find_dev.h',
|
| @@ -135,6 +136,7 @@
|
| 'cpp/module.cc',
|
| 'cpp/module.h',
|
| 'cpp/module_impl.h',
|
| + 'cpp/non_thread_safe_ref_count.h',
|
| 'cpp/paint_aggregator.cc',
|
| 'cpp/paint_aggregator.h',
|
| 'cpp/paint_manager.cc',
|
| @@ -424,6 +426,7 @@
|
| 'tests/test_buffer.cc',
|
| 'tests/test_buffer.h',
|
| 'tests/test_c_includes.c',
|
| + 'tests/test_cc_includes.cc',
|
| 'tests/test_char_set.cc',
|
| 'tests/test_char_set.h',
|
| 'tests/test_directory_reader.cc',
|
|
|