| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 48b9163577e514bf5d1859d34b386ee4e9dcc9fb..f8482716ec8bda90c6140750c5ce6a70a41de40b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -395,6 +395,10 @@
|
| # Needed for some of the largest modules.
|
| 'msvs_debug_link_nonincremental%': '1',
|
|
|
| + # 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,
|
| +
|
| # 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
|
| # sandbox the zygote process and, thus, all renderer processes.
|
|
|