| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 55654d1f60a1f7440fd179b679391eb52f073338..77c26dfdade1e4483a37d9d08468f45352bc3125 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -413,7 +413,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
|
|
|