| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 33449ef780019ae8baedfba2dc4e95648f2e8e42..d806a1763a4e2cb35513d9834ace1dcc99c92ab7 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -80,7 +80,7 @@ declare_args() {
|
| # TODO(brettw) remove this flag (and therefore enable linking all targets) on
|
| # Windows when we have sufficient bot capacity. In the meantime, you can
|
| # enable linking for local compiles.
|
| - link_chrome_on_windows = false
|
| + link_chrome_on_windows = true
|
| }
|
|
|
| # =============================================================================
|
|
|