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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 ['include', '^mac/bind_objc_block_unittest\\.mm$'], | 821 ['include', '^mac/bind_objc_block_unittest\\.mm$'], |
822 ['include', '^mac/foundation_util_unittest\\.mm$',], | 822 ['include', '^mac/foundation_util_unittest\\.mm$',], |
823 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], | 823 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], |
824 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], | 824 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], |
825 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], | 825 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], |
826 ], | 826 ], |
827 }], | 827 }], |
828 ['OS == "android"', { | 828 ['OS == "android"', { |
829 'sources/': [ | 829 'sources/': [ |
830 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], | 830 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], |
831 ['exclude', '^files/file_path_watcher_unittest\\.cc$'], | |
832 ], | 831 ], |
833 }], | 832 }], |
834 # Enable more direct string conversions on platforms with native utf8 | 833 # Enable more direct string conversions on platforms with native utf8 |
835 # strings | 834 # strings |
836 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', { | 835 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', { |
837 'defines': ['SYSTEM_NATIVE_UTF8'], | 836 'defines': ['SYSTEM_NATIVE_UTF8'], |
838 }], | 837 }], |
839 ], # target_conditions | 838 ], # target_conditions |
840 }, | 839 }, |
841 { | 840 { |
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1601 'dependencies': [ | 1600 'dependencies': [ |
1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1601 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1603 ], | 1602 ], |
1604 }], | 1603 }], |
1605 ], | 1604 ], |
1606 }, | 1605 }, |
1607 ], | 1606 ], |
1608 }], | 1607 }], |
1609 ], | 1608 ], |
1610 } | 1609 } |
OLD | NEW |