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

Unified Diff: tools/gn/commands.cc

Issue 588813002: gn: beginnings of format command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle line comments at eof Created 6 years, 3 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
« no previous file with comments | « tools/gn/commands.h ('k') | tools/gn/format_test_data/001.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/commands.cc
diff --git a/tools/gn/commands.cc b/tools/gn/commands.cc
index 9598d49e7cd21551b558e5db2e5af7cf913e98f4..6dde4b25cf9c6feedb1807e53c9839a25d523eb7 100644
--- a/tools/gn/commands.cc
+++ b/tools/gn/commands.cc
@@ -39,6 +39,7 @@ const CommandInfoMap& GetCommands() {
INSERT_COMMAND(Check)
INSERT_COMMAND(Desc)
INSERT_COMMAND(Gen)
+ INSERT_COMMAND(Format)
INSERT_COMMAND(Help)
INSERT_COMMAND(Ls)
INSERT_COMMAND(Refs)
« no previous file with comments | « tools/gn/commands.h ('k') | tools/gn/format_test_data/001.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698