Chromium Code Reviews| Index: tools/gn/command_ls.cc |
| diff --git a/tools/gn/command_ls.cc b/tools/gn/command_ls.cc |
| index 676ff579a166734144acfe1a0f375a6d7fd72916..58b9c8759513accb5da5ba6f143560a3a3474773 100644 |
| --- a/tools/gn/command_ls.cc |
| +++ b/tools/gn/command_ls.cc |
| @@ -74,7 +74,6 @@ int RunLs(const std::vector<std::string>& args) { |
| } |
| Setup* setup = new Setup; |
| - setup->build_settings().set_check_for_bad_items(false); |
| if (!setup->DoSetup(args[0], false) || !setup->Run()) |
| return 1; |