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

Unified Diff: tools/gn/BUILD.gn

Issue 591373002: gn: start of format command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-comment-stuff
Patch Set: ignore blockcomment in list eval 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 | « no previous file | tools/gn/command_format.cc » ('j') | tools/gn/command_format.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index c3fe6f0d764c342c923719b52d02cce96a4d3a1a..a849b47658677ef3d203a8626fdf42bf04587a47 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -26,6 +26,7 @@ static_library("gn_lib") {
"command_check.cc",
"command_desc.cc",
"command_gen.cc",
+ "command_format.cc",
"command_help.cc",
"command_ls.cc",
"command_refs.cc",
@@ -211,6 +212,7 @@ test("gn_unittests") {
"action_target_generator_unittest.cc",
"builder_unittest.cc",
"c_include_iterator_unittest.cc",
+ "command_format_unittest.cc",
"config_values_extractors_unittest.cc",
"escape_unittest.cc",
"filesystem_utils_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/command_format.cc » ('j') | tools/gn/command_format.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698