summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_c_includes.c
diff options
context:
space:
mode:
authordmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 22:55:00 +0000
committerdmichael@google.com <dmichael@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 22:55:00 +0000
commit227b06711ccc640bb61568ee81a452744ece6f94 (patch)
tree2692ecc706ecf2b28f8d03c576aa4be147dce50c /ppapi/tests/test_c_includes.c
parenta983c1c744fcc936c84128355e5e51cb111ca41c (diff)
downloadchromium_src-227b06711ccc640bb61568ee81a452744ece6f94.zip
chromium_src-227b06711ccc640bb61568ee81a452744ece6f94.tar.gz
chromium_src-227b06711ccc640bb61568ee81a452744ece6f94.tar.bz2
- Add a script which:
--- Checks that all source files are in ppapi.gyp and vice-versa --- Generates test_c_includes.c and test_cc_includes.cc - Removes tests/test_image_data, which appears to be obsolete I want to make the script a gyp action, but it didn't work on Windows last I tried. If desired, I can fix that in this CL, or I can make it automated later. BUG=63527,59791,53451 TEST=None; improves build-time checking Review URL: http://codereview.chromium.org/5190004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_c_includes.c')
-rw-r--r--ppapi/tests/test_c_includes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ppapi/tests/test_c_includes.c b/ppapi/tests/test_c_includes.c
index 05e8899..c54b427 100644
--- a/ppapi/tests/test_c_includes.c
+++ b/ppapi/tests/test_c_includes.c
@@ -1,9 +1,10 @@
+
/* Copyright (c) 2010 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * This test simply includes all the C headers to ensure they compile with a
- * C compiler. If it compiles, it passes.
+ * This test simply includes all the C headers to ensure they compile with a C
+ * compiler. If it compiles, it passes.
*/
#include "ppapi/c/dev/deprecated_bool.h"
#include "ppapi/c/dev/pp_cursor_type_dev.h"