| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |