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 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2967 }, | 2967 }, |
2968 }, | 2968 }, |
2969 }], | 2969 }], |
2970 ['OS=="mac"', { | 2970 ['OS=="mac"', { |
2971 # See the comment in this section of the unit_tests target for an | 2971 # See the comment in this section of the unit_tests target for an |
2972 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 2972 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
2973 'dependencies+++': [ | 2973 'dependencies+++': [ |
2974 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 2974 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
2975 ], | 2975 ], |
2976 }], | 2976 }], |
2977 ['OS=="linux"', { | 2977 ['toolkit_uses_gtk == 1', { |
2978 'dependencies': [ | 2978 'dependencies': [ |
2979 '../build/linux/system.gyp:gtk', | 2979 '../build/linux/system.gyp:gtk', |
2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2981 ], | 2981 ], |
2982 }], | 2982 }], |
2983 ['os_posix == 1 and OS != "mac"', { | 2983 ['os_posix == 1 and OS != "mac"', { |
2984 'conditions': [ | 2984 'conditions': [ |
2985 ['linux_use_tcmalloc==1', { | 2985 ['linux_use_tcmalloc==1', { |
2986 'dependencies': [ | 2986 'dependencies': [ |
2987 '../base/allocator/allocator.gyp:allocator', | 2987 '../base/allocator/allocator.gyp:allocator', |
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4069 ] | 4069 ] |
4070 }], # 'coverage!=0' | 4070 }], # 'coverage!=0' |
4071 ], # 'conditions' | 4071 ], # 'conditions' |
4072 } | 4072 } |
4073 | 4073 |
4074 # Local Variables: | 4074 # Local Variables: |
4075 # tab-width:2 | 4075 # tab-width:2 |
4076 # indent-tabs-mode:nil | 4076 # indent-tabs-mode:nil |
4077 # End: | 4077 # End: |
4078 # vim: set expandtab tabstop=2 shiftwidth=2: | 4078 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |