diff options
| author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 21:49:26 +0000 |
|---|---|---|
| committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 21:49:26 +0000 |
| commit | 8f1da83d80da4d60af4c20410453dbe4acfe4a7e (patch) | |
| tree | 42ac6117e6bee966bb1e36d0162df8ac54edde2e /build/common.gypi | |
| parent | 5825151b9579ce903b7b2b318bd5f07a83dcfdb2 (diff) | |
| download | chromium_src-8f1da83d80da4d60af4c20410453dbe4acfe4a7e.zip chromium_src-8f1da83d80da4d60af4c20410453dbe4acfe4a7e.tar.gz chromium_src-8f1da83d80da4d60af4c20410453dbe4acfe4a7e.tar.bz2 | |
Remove supalink
No longer required with 2010 builds, and not required (and doesn't-work-with)
ninja on 2008.
Deleted references to supalink here:
http://code.google.com/p/chromium/wiki/WindowsIncrementalLinking
R=thakis@chromium.orgo
BUG=140611
Review URL: https://chromiumcodereview.appspot.com/10832161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
| -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 8aae28e..8fe839a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -703,7 +703,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%': '<!(python <(DEPTH)/tools/win/supalink/check_installed.py)', + 'incremental_chrome_dll%': '0', # 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 |
