| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 5c9c241d4eb15ddfd6f2bb8003c55382605bc50e..622ce47cd71561c0661898409a53b060599cfc35 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -240,12 +240,12 @@ static_library("common") {
|
| import("//chrome/version.gni")
|
| process_version("version") {
|
| visibility = [ ":common" ]
|
| - source = "chrome_version_info_values.h.version"
|
| + template_file = "chrome_version_info_values.h.version"
|
| output = "$target_gen_dir/chrome_version_info_values.h"
|
| }
|
|
|
| process_version("make_chrome_version") {
|
| - source = "chrome_version.cc.version"
|
| + template_file = "chrome_version.cc.version"
|
| output = "$target_gen_dir/chrome_version.cc"
|
| }
|
|
|
|
|