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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, # Use higher warning level. 8 'chromium_code': 1, # Use higher warning level.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'target_name': 'ppapi_tests', 416 'target_name': 'ppapi_tests',
417 'type': 'loadable_module', 417 'type': 'loadable_module',
418 'sources': [ 418 'sources': [
419 # Common test files. 419 # Common test files.
420 'tests/test_case.cc', 420 'tests/test_case.cc',
421 'tests/test_case.h', 421 'tests/test_case.h',
422 'tests/testing_instance.cc', 422 'tests/testing_instance.cc',
423 'tests/testing_instance.h', 423 'tests/testing_instance.h',
424 424
425 # Test cases. 425 # Test cases.
426 'tests/all_c_includes.h',
427 'tests/all_cc_includes.h',
426 'tests/test_buffer.cc', 428 'tests/test_buffer.cc',
427 'tests/test_buffer.h', 429 'tests/test_buffer.h',
428 'tests/test_c_includes.c', 430 'tests/test_c_sizes.c',
429 'tests/test_cc_includes.cc', 431 'tests/test_cc_includes.cc',
430 'tests/test_char_set.cc', 432 'tests/test_char_set.cc',
431 'tests/test_char_set.h', 433 'tests/test_char_set.h',
432 'tests/test_directory_reader.cc', 434 'tests/test_directory_reader.cc',
433 'tests/test_directory_reader.h', 435 'tests/test_directory_reader.h',
434 'tests/test_file_io.cc', 436 'tests/test_file_io.cc',
435 'tests/test_file_io.h', 437 'tests/test_file_io.h',
436 'tests/test_file_ref.cc', 438 'tests/test_file_ref.cc',
437 'tests/test_file_ref.h', 439 'tests/test_file_ref.h',
438 'tests/test_graphics_2d.cc', 440 'tests/test_graphics_2d.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 ['OS=="win"', { 586 ['OS=="win"', {
585 }], 587 }],
586 ['OS=="linux"', { 588 ['OS=="linux"', {
587 }], 589 }],
588 ['OS=="mac"', { 590 ['OS=="mac"', {
589 }] 591 }]
590 ], 592 ],
591 }, 593 },
592 ], 594 ],
593 } 595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698