| Index: build/common.gypi
 | 
| diff --git a/build/common.gypi b/build/common.gypi
 | 
| index 1b73dcd310bea7fbf3d54405554f158c319ed162..e164fde2aef63f99c1c865b1e2679689e18ee618 100644
 | 
| --- a/build/common.gypi
 | 
| +++ b/build/common.gypi
 | 
| @@ -702,7 +702,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
 | 
| 
 |