| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index e863459caaee56c0e0cc81fd5fb8d1d264e554c4..d4caba48a9987fcfd056330277e0df2b2c86ed9d 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -438,8 +438,7 @@
|
| # Recommend precompiled headers for targets with more than 50 .cc files.
|
| config("precompiled_headers") {
|
| if (!is_official_build && !use_goma && !disable_precompiled_headers) {
|
| - # TODO(thakis): Reenable on clang after https://crbug.com/605570 is fixed.
|
| - if (is_win && !is_clang) {
|
| + if (is_win) {
|
| # This is a string rather than a file GN knows about. It has to match
|
| # exactly what's in the /FI flag below, and what might appear in the
|
| # source code in quotes for an #include directive.
|
|
|