| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index eb3c74726507c8701e92a29d290b61d05ed13317..8a6bcca4248354868b0356b493c68e422dc3a823 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -893,6 +893,9 @@
|
| # to get incremental linking to be faster in debug builds.
|
| 'incremental_chrome_dll%': '0',
|
|
|
| + # Experimental split of chrome.dll into two separate subparts on Windows.
|
| + 'chrome_split_dll%': '0',
|
| +
|
| # The default settings for third party code for treating
|
| # warnings-as-errors. Ideally, this would not be required, however there
|
| # is some third party code that takes a long time to fix/roll. So, this
|
|
|