| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 3109d77ba870fe1c67aa33cdb8785431a5e5b7f4..00134166531e0c70778268bf80a83a556eba4a08 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -329,12 +329,10 @@ if (is_mac || is_win) {
|
| #deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
|
| }
|
|
|
| - if (!is_component_build) {
|
| - # This is a large module that can't do incremental linking in some cases.
|
| - configs -= [ "//build/config/win:default_incremental_linking" ]
|
| - configs +=
|
| - [ "//build/config/win:default_large_module_incremental_linking" ]
|
| - }
|
| + # This is a large module that can't do incremental linking in some cases.
|
| + configs -= [ "//build/config/win:default_incremental_linking" ]
|
| + configs +=
|
| + [ "//build/config/win:default_large_module_incremental_linking" ]
|
| }
|
|
|
| if (use_aura) {
|
|
|