| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index ee7b3b8a8b41116f0ce2bb074690904f883c2660..59058d3e989da3592988694f99bb6173f882de5b 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -52,6 +52,7 @@ static_library("gn_lib") {
|
| "functions.h",
|
| "functions_target.cc",
|
| "function_exec_script.cc",
|
| + "function_get_label_info.cc",
|
| "function_get_target_outputs.cc",
|
| "function_process_file_template.cc",
|
| "function_read_file.cc",
|
| @@ -178,6 +179,7 @@ test("gn_unittests") {
|
| "escape_unittest.cc",
|
| "filesystem_utils_unittest.cc",
|
| "file_template_unittest.cc",
|
| + "function_get_label_info_unittest.cc",
|
| "function_get_target_outputs_unittest.cc",
|
| "function_rebase_path_unittest.cc",
|
| "functions_unittest.cc",
|
|
|