Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3528017: Change some link tricks for safe_browsing_tests on Mac to make it run. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: resync Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 'configurations': { 2192 'configurations': {
2193 'Debug_Base': { 2193 'Debug_Base': {
2194 'msvs_settings': { 2194 'msvs_settings': {
2195 'VCLinkerTool': { 2195 'VCLinkerTool': {
2196 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2196 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2197 }, 2197 },
2198 }, 2198 },
2199 }, 2199 },
2200 }, 2200 },
2201 }], 2201 }],
2202 ['OS=="mac"', {
2203 # See crbug.com/43791 - libwebcore.a is too large to mmap on Mac.
2204 'dependencies+++': [
2205 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
2206 ],
2207 # These flags are needed to run the test on Mac.
2208 # Search for comments about "xcode_settings" elsewhere in this file.
2209 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2210 }],
2202 ], 2211 ],
2203 }, # target safe_browsing_tests 2212 }, # target safe_browsing_tests
2204 { 2213 {
2205 'target_name': 'startup_tests', 2214 'target_name': 'startup_tests',
2206 'type': 'executable', 2215 'type': 'executable',
2207 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', 2216 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C',
2208 'dependencies': [ 2217 'dependencies': [
2209 'chrome', 2218 'chrome',
2210 'browser', 2219 'browser',
2211 'common', 2220 'common',
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 ] 3229 ]
3221 }], # 'coverage!=0' 3230 }], # 'coverage!=0'
3222 ], # 'conditions' 3231 ], # 'conditions'
3223 } 3232 }
3224 3233
3225 # Local Variables: 3234 # Local Variables:
3226 # tab-width:2 3235 # tab-width:2
3227 # indent-tabs-mode:nil 3236 # indent-tabs-mode:nil
3228 # End: 3237 # End:
3229 # vim: set expandtab tabstop=2 shiftwidth=2: 3238 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698