Index: extensions/shell/BUILD.gn |
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn |
index 89d2d247f98c5a363f92b9a11fe2e5887c086089..cea781fe67bcec200a2d8beb84dea7cc8ad7f6e1 100644 |
--- a/extensions/shell/BUILD.gn |
+++ b/extensions/shell/BUILD.gn |
@@ -183,6 +183,6 @@ test("app_shell_unittests") { |
} |
process_version("version_header") { |
- source = "common/version.h.in" |
+ template_file = "common/version.h.in" |
output = "$target_gen_dir/common/version.h" |
} |