diff options
author | dmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 18:16:15 +0000 |
---|---|---|
committer | dmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 18:16:15 +0000 |
commit | e2b8c6fd5f6dfdfcd03da1ee4a9030960ac9538a (patch) | |
tree | 646e053b18ed7fc5456aeb76771a8faede60e050 /ppapi/ppapi.gyp | |
parent | ae4da5152e5c30ce4bc9e9e49f6c4680be9bdbd1 (diff) | |
download | chromium_src-e2b8c6fd5f6dfdfcd03da1ee4a9030960ac9538a.zip chromium_src-e2b8c6fd5f6dfdfcd03da1ee4a9030960ac9538a.tar.gz chromium_src-e2b8c6fd5f6dfdfcd03da1ee4a9030960ac9538a.tar.bz2 |
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
Diffstat (limited to 'ppapi/ppapi.gyp')
-rw-r--r-- | ppapi/ppapi.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
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', |