| Index: tools/gn/commands.h
|
| diff --git a/tools/gn/commands.h b/tools/gn/commands.h
|
| index ca4b0f2168b7778690a5b07317423d159e1cbffe..9d8af5cb7d0d9f4182fd56bd216cd6432a65ef2e 100644
|
| --- a/tools/gn/commands.h
|
| +++ b/tools/gn/commands.h
|
| @@ -176,6 +176,9 @@ void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets);
|
| void FilterAndPrintTargetSet(bool indent,
|
| const std::set<const Target*>& targets);
|
|
|
| +// Extra help from command_check.cc
|
| +extern const char kNoGnCheck_Help[];
|
| +
|
| } // namespace commands
|
|
|
| #endif // TOOLS_GN_COMMANDS_H_
|
|
|