Chromium Code Reviews| Index: tools/gn/toolchain.cc |
| diff --git a/tools/gn/toolchain.cc b/tools/gn/toolchain.cc |
| index 1171c593b6978a805b748c938741b6ba92459b91..74978dad3f3914277e0685ec89369e711068fc71 100644 |
| --- a/tools/gn/toolchain.cc |
| +++ b/tools/gn/toolchain.cc |
| @@ -24,6 +24,7 @@ const char* Toolchain::kToolCopy = "copy"; |
| Toolchain::Toolchain(const Settings* settings, const Label& label) |
| : Item(settings, label), |
| + concurrent_links_(4), |
|
scottmg
2014/08/26 22:41:49
I think 0 might be a better hardcoded default (I t
|
| setup_complete_(false) { |
| } |