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

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: Polinas comments and lint. Created 9 years, 11 months 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') | no next file with comments »
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 # Test cases. 485 # Test cases.
486 'tests/all_c_includes.h', 486 'tests/all_c_includes.h',
487 'tests/all_cpp_includes.h', 487 'tests/all_cpp_includes.h',
488 'tests/arch_dependent_sizes_32.h', 488 'tests/arch_dependent_sizes_32.h',
489 'tests/arch_dependent_sizes_64.h', 489 'tests/arch_dependent_sizes_64.h',
490 'tests/test_buffer.cc', 490 'tests/test_buffer.cc',
491 'tests/test_buffer.h', 491 'tests/test_buffer.h',
492 'tests/test_c_includes.c', 492 'tests/test_c_includes.c',
493 'tests/test_char_set.cc', 493 'tests/test_char_set.cc',
494 'tests/test_char_set.h', 494 'tests/test_char_set.h',
495 'tests/test_class.cc',
496 'tests/test_class.h',
495 'tests/test_cpp_includes.cc', 497 'tests/test_cpp_includes.cc',
496 'tests/test_directory_reader.cc', 498 'tests/test_directory_reader.cc',
497 'tests/test_directory_reader.h', 499 'tests/test_directory_reader.h',
498 'tests/test_file_io.cc', 500 'tests/test_file_io.cc',
499 'tests/test_file_io.h', 501 'tests/test_file_io.h',
500 'tests/test_file_ref.cc', 502 'tests/test_file_ref.cc',
501 'tests/test_file_ref.h', 503 'tests/test_file_ref.h',
502 'tests/test_graphics_2d.cc', 504 'tests/test_graphics_2d.cc',
503 'tests/test_graphics_2d.h', 505 'tests/test_graphics_2d.h',
504 'tests/test_image_data.cc', 506 'tests/test_image_data.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 ['OS=="win"', { 678 ['OS=="win"', {
677 }], 679 }],
678 ['OS=="linux"', { 680 ['OS=="linux"', {
679 }], 681 }],
680 ['OS=="mac"', { 682 ['OS=="mac"', {
681 }] 683 }]
682 ], 684 ],
683 }, 685 },
684 ], 686 ],
685 } 687 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/tests/test_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698