Index: tools/gn/command_refs.cc |
diff --git a/tools/gn/command_refs.cc b/tools/gn/command_refs.cc |
index d00149f372add32a03c9a771fa78796aca362f25..88469ac7d27cc2d46793bbcf09fb8de5ec9f1058 100644 |
--- a/tools/gn/command_refs.cc |
+++ b/tools/gn/command_refs.cc |
@@ -230,7 +230,7 @@ int RunRefs(const std::vector<std::string>& args) { |
Setup* setup = new Setup; |
setup->set_check_for_bad_items(false); |
- if (!setup->DoSetup(args[0]) || !setup->Run()) |
+ if (!setup->DoSetup(args[0], false) || !setup->Run()) |
return 1; |
// Figure out the target or targets that the user is querying. |