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

Unified Diff: tools/gn/commands.h

Issue 1130423006: Add a "gn path" command for finding deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 239c07b511ef43cba665896a65508e26dbe3fcb9..3d26dba26ce5189519455ebfc19ec5626491920e 100644
--- a/tools/gn/commands.h
+++ b/tools/gn/commands.h
@@ -68,6 +68,11 @@ extern const char kLs_HelpShort[];
extern const char kLs_Help[];
int RunLs(const std::vector<std::string>& args);
+extern const char kPath[];
+extern const char kPath_HelpShort[];
+extern const char kPath_Help[];
+int RunPath(const std::vector<std::string>& args);
+
extern const char kRefs[];
extern const char kRefs_HelpShort[];
extern const char kRefs_Help[];
« tools/gn/command_path.cc ('K') | « tools/gn/command_path.cc ('k') | tools/gn/commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698