| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |