| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 ['win_use_allocator_shim==1', { | 450 ['win_use_allocator_shim==1', { |
| 451 'dependencies': [ | 451 'dependencies': [ |
| 452 '../base/allocator/allocator.gyp:allocator', | 452 '../base/allocator/allocator.gyp:allocator', |
| 453 ], | 453 ], |
| 454 }], | 454 }], |
| 455 ], | 455 ], |
| 456 'configurations': { | 456 'configurations': { |
| 457 'Debug_Base': { | 457 'Debug_Base': { |
| 458 'msvs_settings': { | 458 'msvs_settings': { |
| 459 'VCLinkerTool': { | 459 'VCLinkerTool': { |
| 460 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 460 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 461 }, | 461 }, |
| 462 }, | 462 }, |
| 463 }, | 463 }, |
| 464 }, # configurations | 464 }, # configurations |
| 465 }], # OS=="win" | 465 }], # OS=="win" |
| 466 ], # conditions | 466 ], # conditions |
| 467 }, | 467 }, |
| 468 { | 468 { |
| 469 'target_name': 'ui_tests', | 469 'target_name': 'ui_tests', |
| 470 'type': 'executable', | 470 'type': 'executable', |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 ], | 881 ], |
| 882 'link_settings': { | 882 'link_settings': { |
| 883 'libraries': [ | 883 'libraries': [ |
| 884 '-lOleAcc.lib', | 884 '-lOleAcc.lib', |
| 885 ], | 885 ], |
| 886 }, | 886 }, |
| 887 'configurations': { | 887 'configurations': { |
| 888 'Debug_Base': { | 888 'Debug_Base': { |
| 889 'msvs_settings': { | 889 'msvs_settings': { |
| 890 'VCLinkerTool': { | 890 'VCLinkerTool': { |
| 891 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 891 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 892 }, | 892 }, |
| 893 }, | 893 }, |
| 894 }, | 894 }, |
| 895 }, | 895 }, |
| 896 }], | 896 }], |
| 897 ['OS=="mac"', { | 897 ['OS=="mac"', { |
| 898 'dependencies': [ | 898 'dependencies': [ |
| 899 'nacl_security_tests', # run time dependency | 899 'nacl_security_tests', # run time dependency |
| 900 ], | 900 ], |
| 901 }], | 901 }], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 ], | 947 ], |
| 948 'link_settings': { | 948 'link_settings': { |
| 949 'libraries': [ | 949 'libraries': [ |
| 950 '-lOleAcc.lib', | 950 '-lOleAcc.lib', |
| 951 ], | 951 ], |
| 952 }, | 952 }, |
| 953 'configurations': { | 953 'configurations': { |
| 954 'Debug_Base': { | 954 'Debug_Base': { |
| 955 'msvs_settings': { | 955 'msvs_settings': { |
| 956 'VCLinkerTool': { | 956 'VCLinkerTool': { |
| 957 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 957 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 958 }, | 958 }, |
| 959 }, | 959 }, |
| 960 }, | 960 }, |
| 961 }, | 961 }, |
| 962 }], | 962 }], |
| 963 ['toolkit_views==1', { | 963 ['toolkit_views==1', { |
| 964 'dependencies': [ | 964 'dependencies': [ |
| 965 '../views/views.gyp:views', | 965 '../views/views.gyp:views', |
| 966 ], | 966 ], |
| 967 }], | 967 }], |
| (...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2247 ['win_use_allocator_shim==1', { | 2247 ['win_use_allocator_shim==1', { |
| 2248 'dependencies': [ | 2248 'dependencies': [ |
| 2249 '<(allocator_target)', | 2249 '<(allocator_target)', |
| 2250 ], | 2250 ], |
| 2251 }], | 2251 }], |
| 2252 ], | 2252 ], |
| 2253 'configurations': { | 2253 'configurations': { |
| 2254 'Debug_Base': { | 2254 'Debug_Base': { |
| 2255 'msvs_settings': { | 2255 'msvs_settings': { |
| 2256 'VCLinkerTool': { | 2256 'VCLinkerTool': { |
| 2257 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2257 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 2258 }, | 2258 }, |
| 2259 }, | 2259 }, |
| 2260 }, | 2260 }, |
| 2261 } | 2261 } |
| 2262 }, { # else: OS != "win" | 2262 }, { # else: OS != "win" |
| 2263 'sources!': [ | 2263 'sources!': [ |
| 2264 'app/chrome_command_ids.h', | 2264 'app/chrome_command_ids.h', |
| 2265 'app/chrome_dll.rc', | 2265 'app/chrome_dll.rc', |
| 2266 'app/chrome_dll_resource.h', | 2266 'app/chrome_dll_resource.h', |
| 2267 'app/chrome_dll_version.rc.version', | 2267 'app/chrome_dll_version.rc.version', |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2961 ['win_use_allocator_shim==1', { | 2961 ['win_use_allocator_shim==1', { |
| 2962 'dependencies': [ | 2962 'dependencies': [ |
| 2963 '<(allocator_target)', | 2963 '<(allocator_target)', |
| 2964 ], | 2964 ], |
| 2965 }], | 2965 }], |
| 2966 ], | 2966 ], |
| 2967 'configurations': { | 2967 'configurations': { |
| 2968 'Debug': { | 2968 'Debug': { |
| 2969 'msvs_settings': { | 2969 'msvs_settings': { |
| 2970 'VCLinkerTool': { | 2970 'VCLinkerTool': { |
| 2971 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2971 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 2972 }, | 2972 }, |
| 2973 }, | 2973 }, |
| 2974 }, | 2974 }, |
| 2975 }, | 2975 }, |
| 2976 }, { # else: OS != "win" | 2976 }, { # else: OS != "win" |
| 2977 'sources!': [ | 2977 'sources!': [ |
| 2978 'app/chrome_dll.rc', | 2978 'app/chrome_dll.rc', |
| 2979 'app/chrome_dll_version.rc.version', | 2979 'app/chrome_dll_version.rc.version', |
| 2980 'test/data/resource.rc', | 2980 'test/data/resource.rc', |
| 2981 ], | 2981 ], |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3639 ] | 3639 ] |
| 3640 }], # 'coverage!=0' | 3640 }], # 'coverage!=0' |
| 3641 ], # 'conditions' | 3641 ], # 'conditions' |
| 3642 } | 3642 } |
| 3643 | 3643 |
| 3644 # Local Variables: | 3644 # Local Variables: |
| 3645 # tab-width:2 | 3645 # tab-width:2 |
| 3646 # indent-tabs-mode:nil | 3646 # indent-tabs-mode:nil |
| 3647 # End: | 3647 # End: |
| 3648 # vim: set expandtab tabstop=2 shiftwidth=2: | 3648 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |