| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index cc7f7e4ec5a5986424052c000c3a656e652d9658..830fa5bbece3f563b7f3cd07863e1614872b44b4 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -130,6 +130,7 @@ static_library("gn_lib") {
|
| "path_output.h",
|
| "pattern.cc",
|
| "pattern.h",
|
| + "pointer_set.h",
|
| "runtime_deps.cc",
|
| "runtime_deps.h",
|
| "scheduler.cc",
|
| @@ -281,6 +282,7 @@ test("gn_unittests") {
|
| "parser_unittest.cc",
|
| "path_output_unittest.cc",
|
| "pattern_unittest.cc",
|
| + "pointer_set_unittest.cc",
|
| "runtime_deps_unittest.cc",
|
| "scope_per_file_provider_unittest.cc",
|
| "scope_unittest.cc",
|
|
|