diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 16:37:51 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 16:37:51 +0000 |
commit | f1b6f9913b28729da36b4d683a2689ec9c5e4191 (patch) | |
tree | 955256eef9640e9be8a398fc2ac26373b0fbf84d /build | |
parent | 1ac9f0e6875089ea84e1e1e1d13310b22790d73e (diff) | |
download | chromium_src-f1b6f9913b28729da36b4d683a2689ec9c5e4191.zip chromium_src-f1b6f9913b28729da36b4d683a2689ec9c5e4191.tar.gz chromium_src-f1b6f9913b28729da36b4d683a2689ec9c5e4191.tar.bz2 |
Mostly automatic incremental link enabling
Patch and tool to make turning on incremental linking on Windows easy.
BUG=94837
TEST=No link errors
Review URL: http://codereview.chromium.org/8059024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 94afd8c..bd7956e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -436,7 +436,7 @@ # Turn on Use Library Dependency Inputs for linking chrome.dll on Windows # to get incremental linking to be faster in debug builds. - 'incremental_chrome_dll%': 0, + 'incremental_chrome_dll%': '<!(python <(DEPTH)/tools/win/supalink/check_installed.py)', # This is the location of the sandbox binary. Chrome looks for this before # running the zygote process. If found, and SUID, it will be used to |