| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'debug/debugger_unittest.cc', | 485 'debug/debugger_unittest.cc', |
| 486 'debug/leak_tracker_unittest.cc', | 486 'debug/leak_tracker_unittest.cc', |
| 487 'debug/proc_maps_linux_unittest.cc', | 487 'debug/proc_maps_linux_unittest.cc', |
| 488 'debug/stack_trace_unittest.cc', | 488 'debug/stack_trace_unittest.cc', |
| 489 'debug/task_annotator_unittest.cc', | 489 'debug/task_annotator_unittest.cc', |
| 490 'deferred_sequenced_task_runner_unittest.cc', | 490 'deferred_sequenced_task_runner_unittest.cc', |
| 491 'environment_unittest.cc', | 491 'environment_unittest.cc', |
| 492 'file_version_info_unittest.cc', | 492 'file_version_info_unittest.cc', |
| 493 'files/dir_reader_posix_unittest.cc', | 493 'files/dir_reader_posix_unittest.cc', |
| 494 'files/file_path_unittest.cc', | 494 'files/file_path_unittest.cc', |
| 495 'files/file_path_watcher_unittest.cc', |
| 495 'files/file_proxy_unittest.cc', | 496 'files/file_proxy_unittest.cc', |
| 496 'files/file_unittest.cc', | 497 'files/file_unittest.cc', |
| 497 'files/file_util_proxy_unittest.cc', | 498 'files/file_util_proxy_unittest.cc', |
| 498 'files/file_util_unittest.cc', | 499 'files/file_util_unittest.cc', |
| 499 'files/important_file_writer_unittest.cc', | 500 'files/important_file_writer_unittest.cc', |
| 500 'files/memory_mapped_file_unittest.cc', | 501 'files/memory_mapped_file_unittest.cc', |
| 501 'files/scoped_temp_dir_unittest.cc', | 502 'files/scoped_temp_dir_unittest.cc', |
| 502 'gmock_unittest.cc', | 503 'gmock_unittest.cc', |
| 503 'guid_unittest.cc', | 504 'guid_unittest.cc', |
| 504 'hash_unittest.cc', | 505 'hash_unittest.cc', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 ['include', '^mac/bind_objc_block_unittest\\.mm$'], | 821 ['include', '^mac/bind_objc_block_unittest\\.mm$'], |
| 821 ['include', '^mac/foundation_util_unittest\\.mm$',], | 822 ['include', '^mac/foundation_util_unittest\\.mm$',], |
| 822 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], | 823 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], |
| 823 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], | 824 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], |
| 824 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], | 825 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], |
| 825 ], | 826 ], |
| 826 }], | 827 }], |
| 827 ['OS == "android"', { | 828 ['OS == "android"', { |
| 828 'sources/': [ | 829 'sources/': [ |
| 829 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], | 830 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], |
| 831 ['exclude', '^files/file_path_watcher_unittest\\.cc$'], |
| 830 ], | 832 ], |
| 831 }], | 833 }], |
| 832 # Enable more direct string conversions on platforms with native utf8 | 834 # Enable more direct string conversions on platforms with native utf8 |
| 833 # strings | 835 # strings |
| 834 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', { | 836 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', { |
| 835 'defines': ['SYSTEM_NATIVE_UTF8'], | 837 'defines': ['SYSTEM_NATIVE_UTF8'], |
| 836 }], | 838 }], |
| 837 ], # target_conditions | 839 ], # target_conditions |
| 838 }, | 840 }, |
| 839 { | 841 { |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 'dependencies': [ | 1601 'dependencies': [ |
| 1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1601 ], | 1603 ], |
| 1602 }], | 1604 }], |
| 1603 ], | 1605 ], |
| 1604 }, | 1606 }, |
| 1605 ], | 1607 ], |
| 1606 }], | 1608 }], |
| 1607 ], | 1609 ], |
| 1608 } | 1610 } |
| OLD | NEW |