| Index: tools/gn/command_desc.cc
|
| diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc
|
| index 2257221aaecd4502637b16570cda9ec16dd8ddc0..9f7f903c986d2edb3ccb307a11b817d1f0f0aa98 100644
|
| --- a/tools/gn/command_desc.cc
|
| +++ b/tools/gn/command_desc.cc
|
| @@ -430,7 +430,6 @@ int RunDesc(const std::vector<std::string>& args) {
|
|
|
| // Deliberately leaked to avoid expensive process teardown.
|
| Setup* setup = new Setup;
|
| - setup->build_settings().set_check_for_bad_items(false);
|
| if (!setup->DoSetup(args[0], false))
|
| return 1;
|
| if (!setup->Run())
|
|
|