| 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 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2120 'xcode_settings': { | 2120 'xcode_settings': { |
| 2121 'OTHER_LDFLAGS': [ | 2121 'OTHER_LDFLAGS': [ |
| 2122 '-Wl,-ObjC', | 2122 '-Wl,-ObjC', |
| 2123 ], | 2123 ], |
| 2124 }, | 2124 }, |
| 2125 # See the comment in this section of the unit_tests target for an | 2125 # See the comment in this section of the unit_tests target for an |
| 2126 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 2126 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
| 2127 'dependencies+++': [ | 2127 'dependencies+++': [ |
| 2128 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 2128 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 2129 ], | 2129 ], |
| 2130 'sources': [ |
| 2131 'renderer/external_popup_menu_unittest.cc', |
| 2132 ], |
| 2130 }, { # else: OS != "mac" | 2133 }, { # else: OS != "mac" |
| 2131 'sources!': [ | 2134 'sources!': [ |
| 2132 'browser/extensions/browser_action_test_util_mac.mm', | 2135 'browser/extensions/browser_action_test_util_mac.mm', |
| 2133 ], | 2136 ], |
| 2134 }], | 2137 }], |
| 2135 ['OS=="linux" or OS=="freebsd"', { | 2138 ['OS=="linux" or OS=="freebsd"', { |
| 2136 'conditions': [ | 2139 'conditions': [ |
| 2137 ['linux_use_tcmalloc==1', { | 2140 ['linux_use_tcmalloc==1', { |
| 2138 'dependencies': [ | 2141 'dependencies': [ |
| 2139 '../base/allocator/allocator.gyp:allocator', | 2142 '../base/allocator/allocator.gyp:allocator', |
| (...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3247 ] | 3250 ] |
| 3248 }], # 'coverage!=0' | 3251 }], # 'coverage!=0' |
| 3249 ], # 'conditions' | 3252 ], # 'conditions' |
| 3250 } | 3253 } |
| 3251 | 3254 |
| 3252 # Local Variables: | 3255 # Local Variables: |
| 3253 # tab-width:2 | 3256 # tab-width:2 |
| 3254 # indent-tabs-mode:nil | 3257 # indent-tabs-mode:nil |
| 3255 # End: | 3258 # End: |
| 3256 # vim: set expandtab tabstop=2 shiftwidth=2: | 3259 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |