| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index 2892fbbf6445d7af4753bd92bf0c75345f096c26..b92f4015da73329252733906656b855bd3df773f 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -145,6 +145,8 @@ static_library("gn_lib") {
|
| "target.h",
|
| "target_generator.cc",
|
| "target_generator.h",
|
| + "template.cc",
|
| + "template.h",
|
| "token.cc",
|
| "token.h",
|
| "tokenizer.cc",
|
| @@ -188,6 +190,7 @@ test("gn_unittests") {
|
| "filesystem_utils_unittest.cc",
|
| "file_template_unittest.cc",
|
| "function_rebase_path_unittest.cc",
|
| + "functions_unittest.cc",
|
| "gyp_action_target_writer_unittest.cc",
|
| "gyp_binary_target_writer_unittest.cc",
|
| "input_conversion_unittest.cc",
|
|
|