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

Side by Side Diff: ppapi/ppapi.gyp

Issue 6072003: PPB_Class simple test. (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
« no previous file with comments | « no previous file | ppapi/tests/test_class.h » ('j') | ppapi/tests/test_class.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'includes': [ 6 'includes': [
7 '../third_party/mesa/mesa.gypi', 7 '../third_party/mesa/mesa.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, # Use higher warning level. 10 'chromium_code': 1, # Use higher warning level.
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 # Test cases. 478 # Test cases.
479 'tests/all_c_includes.h', 479 'tests/all_c_includes.h',
480 'tests/all_cpp_includes.h', 480 'tests/all_cpp_includes.h',
481 'tests/arch_dependent_sizes_32.h', 481 'tests/arch_dependent_sizes_32.h',
482 'tests/arch_dependent_sizes_64.h', 482 'tests/arch_dependent_sizes_64.h',
483 'tests/test_buffer.cc', 483 'tests/test_buffer.cc',
484 'tests/test_buffer.h', 484 'tests/test_buffer.h',
485 'tests/test_c_includes.c', 485 'tests/test_c_includes.c',
486 'tests/test_char_set.cc', 486 'tests/test_char_set.cc',
487 'tests/test_char_set.h', 487 'tests/test_char_set.h',
488 'tests/test_class.cc',
489 'tests/test_class.h',
488 'tests/test_cpp_includes.cc', 490 'tests/test_cpp_includes.cc',
489 'tests/test_directory_reader.cc', 491 'tests/test_directory_reader.cc',
490 'tests/test_directory_reader.h', 492 'tests/test_directory_reader.h',
491 'tests/test_file_io.cc', 493 'tests/test_file_io.cc',
492 'tests/test_file_io.h', 494 'tests/test_file_io.h',
493 'tests/test_file_ref.cc', 495 'tests/test_file_ref.cc',
494 'tests/test_file_ref.h', 496 'tests/test_file_ref.h',
495 'tests/test_graphics_2d.cc', 497 'tests/test_graphics_2d.cc',
496 'tests/test_graphics_2d.h', 498 'tests/test_graphics_2d.h',
497 'tests/test_image_data.cc', 499 'tests/test_image_data.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 ['OS=="win"', { 671 ['OS=="win"', {
670 }], 672 }],
671 ['OS=="linux"', { 673 ['OS=="linux"', {
672 }], 674 }],
673 ['OS=="mac"', { 675 ['OS=="mac"', {
674 }] 676 }]
675 ], 677 ],
676 }, 678 },
677 ], 679 ],
678 } 680 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/tests/test_class.h » ('j') | ppapi/tests/test_class.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698