| Index: tools/gn/command_gen.cc
|
| diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
|
| index 5e6e724852af054f0be1f11ef6d0ee8e75a1249a..6ce87a5ac43bbe6e595f4b8577be1e9f31381da5 100644
|
| --- a/tools/gn/command_gen.cc
|
| +++ b/tools/gn/command_gen.cc
|
| @@ -77,7 +77,7 @@ int RunGen(const std::vector<std::string>& args) {
|
|
|
| // Deliberately leaked to avoid expensive process teardown.
|
| Setup* setup = new Setup();
|
| - if (!setup->DoSetup(args[0]))
|
| + if (!setup->DoSetup(args[0], true))
|
| return 1;
|
|
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(kSwitchCheck))
|
|
|