diff options
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 |