| Index: chrome/installer/setup/BUILD.gn
|
| diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
|
| index 012de671daeaed680b92f166d70a35d4769330ce..0b8b3c950d92a52691d65f24b2d9d0e87cb6d6e9 100644
|
| --- a/chrome/installer/setup/BUILD.gn
|
| +++ b/chrome/installer/setup/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//chrome/version.gni")
|
| +import("//build/util/process_version.gni")
|
| import("//testing/test.gni")
|
|
|
| if (is_win) {
|
| @@ -76,7 +76,7 @@ if (is_win) {
|
| ]
|
| }
|
|
|
| - process_version("setup_exe_version") {
|
| + process_version_rc_template("setup_exe_version") {
|
| template_file = "setup_exe_version.rc.version"
|
| output = "$target_gen_dir/setup_exe_version.rc"
|
| }
|
|
|