diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 16:54:55 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 16:54:55 +0000 |
commit | a3f99af364ffec8c47948fb0f5eeacf97e77908b (patch) | |
tree | e4d984a04aacdc1b1411f9d46a892f1900139edd /chrome/chrome_tests.gypi | |
parent | 66e6560ac35f03ce51f020024d91acc40c6ce7a2 (diff) | |
download | chromium_src-a3f99af364ffec8c47948fb0f5eeacf97e77908b.zip chromium_src-a3f99af364ffec8c47948fb0f5eeacf97e77908b.tar.gz chromium_src-a3f99af364ffec8c47948fb0f5eeacf97e77908b.tar.bz2 |
Disable incremental linking for startup_tests. A trybot could not link this binary anymore after I added some shutdown tests.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1569022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 1d4b84f..cb73e8e 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1425,6 +1425,15 @@ 'dependencies': [ '<(allocator_target)', ], + 'configurations': { + 'Debug_Base': { + 'msvs_settings': { + 'VCLinkerTool': { + 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', + }, + }, + }, + }, },], ['OS=="linux" or OS=="freebsd"', { 'conditions': [ |