Index: tools/gn/gn.gyp |
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp |
index 7ed031ab6aa55739f81542701f62607e113ede1e..2e1fe1012afcdad4d58ae1d219e5c70efe03d497 100644 |
--- a/tools/gn/gn.gyp |
+++ b/tools/gn/gn.gyp |
@@ -140,6 +140,8 @@ |
'target.h', |
'target_generator.cc', |
'target_generator.h', |
+ 'template.cc', |
+ 'template.h', |
'token.cc', |
'token.h', |
'tokenizer.cc', |
@@ -177,6 +179,7 @@ |
'filesystem_utils_unittest.cc', |
'file_template_unittest.cc', |
'function_rebase_path_unittest.cc', |
+ 'functions_unittest.cc', |
'gyp_action_target_writer_unittest.cc', |
'gyp_binary_target_writer_unittest.cc', |
'input_conversion_unittest.cc', |