Index: tools/gn/gn.gyp |
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp |
index fca6943fd91ec82157b31023cc3e7b9e775e59d8..bfd28f2e1c5772f92a5ac4d8b3bfa5eb744ad7e4 100644 |
--- a/tools/gn/gn.gyp |
+++ b/tools/gn/gn.gyp |
@@ -128,6 +128,8 @@ |
'path_output.h', |
'pattern.cc', |
'pattern.h', |
+ 'runtime_deps.cc', |
+ 'runtime_deps.h', |
'scheduler.cc', |
'scheduler.h', |
'scope.cc', |
@@ -235,6 +237,7 @@ |
'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', |