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

Unified Diff: tools/gn/gn.gyp

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/format_test_data/003.golden ('k') | tools/gn/header_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 89e5fbf6f7e4678474afc0bc4171e3948267cb1d..34561c34e44f1989c3d5c8b4e3efc90e669e6701 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -30,6 +30,7 @@
'command_check.cc',
'command_desc.cc',
'command_gen.cc',
+ 'command_format.cc',
'command_help.cc',
'command_ls.cc',
'command_refs.cc',
@@ -196,6 +197,7 @@
'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 | « tools/gn/format_test_data/003.golden ('k') | tools/gn/header_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698