Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: ppapi/ppapi.gyp

Issue 5340003: Make a new test to enforce the sizes of all structs and enums in the C API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi.gyp
===================================================================
--- ppapi/ppapi.gyp (revision 67297)
+++ ppapi/ppapi.gyp (working copy)
@@ -423,9 +423,11 @@
'tests/testing_instance.h',
# Test cases.
+ 'tests/all_c_includes.h',
+ 'tests/all_cc_includes.h',
'tests/test_buffer.cc',
'tests/test_buffer.h',
- 'tests/test_c_includes.c',
+ 'tests/test_c_sizes.c',
'tests/test_cc_includes.cc',
'tests/test_char_set.cc',
'tests/test_char_set.h',

Powered by Google App Engine
This is Rietveld 408576698