| 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",
|
|
|