Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: tools/gn/commands.h

Issue 1820493002: Add more documentation for GN header checking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/docs/reference.md » ('j') | tools/gn/variables.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698