| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index 567f1e9ffd39d5ff0563f03c78724311f7350ba6..7e93a8446de1c8105c541d0fb494167d1c6ca7bf 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -69,6 +69,8 @@ static_library("gn_lib") {
|
| "gyp_binary_target_writer.h",
|
| "gyp_helper.cc",
|
| "gyp_helper.h",
|
| + "gyp_script_target_writer.cc",
|
| + "gyp_script_target_writer.h",
|
| "gyp_target_writer.cc",
|
| "gyp_target_writer.h",
|
| "import_manager.cc",
|
| @@ -186,6 +188,7 @@ test("gn_unittests") {
|
| "file_template_unittest.cc",
|
| "filesystem_utils_unittest.cc",
|
| "function_rebase_path_unittest.cc",
|
| + "gyp_script_target_writer_unittest.cc",
|
| "input_conversion_unittest.cc",
|
| "label_unittest.cc",
|
| "loader_unittest.cc",
|
|
|