From e2b8c6fd5f6dfdfcd03da1ee4a9030960ac9538a Mon Sep 17 00:00:00 2001 From: "dmichael@google.com" Date: Fri, 19 Nov 2010 18:16:15 +0000 Subject: Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. Add a simple test to ensure all C++ files compile. Re-sorted the includes in test_c_includes.c that uncovered a problem whereby ppapi headers expect pp_stdint.h to include stddef.h, and it wasn't doing it on Windows. See http://codereview.chromium.org/5190004/ for an attempt at automating the test generation and verification of ppapi.gyp. BUG=66321 TEST=None Review URL: http://codereview.chromium.org/5233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66781 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/ppapi.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ppapi/ppapi.gyp') diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp index bf8d032..ea81f98 100644 --- a/ppapi/ppapi.gyp +++ b/ppapi/ppapi.gyp @@ -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', -- cgit v1.1