diff options
author | dmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 21:46:38 +0000 |
---|---|---|
committer | dmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 21:46:38 +0000 |
commit | e6651eeb40b684a72ee104313cf00e39f3156d70 (patch) | |
tree | b0dbf9409c42fa493332fb8d6cc2bc92a244ec59 /ppapi/tests | |
parent | 76b0b09da453e43c258201ac42f9febf48b8ed7b (diff) | |
download | chromium_src-e6651eeb40b684a72ee104313cf00e39f3156d70.zip chromium_src-e6651eeb40b684a72ee104313cf00e39f3156d70.tar.gz chromium_src-e6651eeb40b684a72ee104313cf00e39f3156d70.tar.bz2 |
Add some files to the C compilation test, and fix the stuff that wasn't C compatible.
TEST=test_c_includes.c compiles successfully
BUG=None
Review URL: http://codereview.chromium.org/6542064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests')
-rw-r--r-- | ppapi/tests/all_c_includes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ppapi/tests/all_c_includes.h b/ppapi/tests/all_c_includes.h index 208c362..86c2925 100644 --- a/ppapi/tests/all_c_includes.h +++ b/ppapi/tests/all_c_includes.h @@ -16,6 +16,7 @@ #include "ppapi/c/dev/ppb_buffer_dev.h" #include "ppapi/c/dev/ppb_char_set_dev.h" #include "ppapi/c/dev/ppb_context_3d_dev.h" +#include "ppapi/c/dev/ppb_context_3d_trusted_dev.h" #include "ppapi/c/dev/ppb_cursor_control_dev.h" #include "ppapi/c/dev/ppb_directory_reader_dev.h" #include "ppapi/c/dev/ppb_file_chooser_dev.h" @@ -74,6 +75,10 @@ #include "ppapi/c/ppb_var.h" #include "ppapi/c/ppp.h" #include "ppapi/c/ppp_instance.h" +#include "ppapi/c/private/ppb_flash.h" +#include "ppapi/c/private/ppb_flash_menu.h" +#include "ppapi/c/private/ppb_nacl_private.h" +#include "ppapi/c/private/ppb_pdf.h" #include "ppapi/c/trusted/ppb_audio_trusted.h" #include "ppapi/c/trusted/ppb_image_data_trusted.h" #include "ppapi/c/trusted/ppb_url_loader_trusted.h" |