| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index 1e9391fb3e802d56490229986b48bec0af51e7a4..bcea3db532583dc78bd7c2711924b5b38fd1a0aa 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -27,6 +27,7 @@ static_library("gn_lib") {
|
| "command_desc.cc",
|
| "command_gen.cc",
|
| "command_help.cc",
|
| + "command_ls.cc",
|
| "command_refs.cc",
|
| "commands.cc",
|
| "commands.h",
|
| @@ -78,6 +79,8 @@ static_library("gn_lib") {
|
| "item.h",
|
| "label.cc",
|
| "label.h",
|
| + "label_pattern.cc",
|
| + "label_pattern.h",
|
| "label_ptr.h",
|
| "loader.cc",
|
| "loader.h",
|
| @@ -220,6 +223,7 @@ test("gn_unittests") {
|
| "functions_unittest.cc",
|
| "header_checker_unittest.cc",
|
| "input_conversion_unittest.cc",
|
| + "label_pattern_unittest.cc",
|
| "label_unittest.cc",
|
| "loader_unittest.cc",
|
| "ninja_action_target_writer_unittest.cc",
|
|
|