Index: tools/gn/BUILD.gn |
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn |
index a90456c8c82ffffee359c9ff5dd86c48e350d775..38a37568c9be840c901179827e46f916fda3e875 100644 |
--- a/tools/gn/BUILD.gn |
+++ b/tools/gn/BUILD.gn |
@@ -126,6 +126,8 @@ static_library("gn_lib") { |
"path_output.h", |
"pattern.cc", |
"pattern.h", |
+ "runtime_deps.cc", |
+ "runtime_deps.h", |
"scheduler.cc", |
"scheduler.h", |
"scope.cc", |
@@ -258,6 +260,7 @@ test("gn_unittests") { |
"parser_unittest.cc", |
"path_output_unittest.cc", |
"pattern_unittest.cc", |
+ "runtime_deps_unittest.cc", |
"scope_per_file_provider_unittest.cc", |
"scope_unittest.cc", |
"source_dir_unittest.cc", |