| Index: chrome/installer/setup/BUILD.gn
|
| diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
|
| index c6f947034b132025fc260ea353b278be64348a96..1668b2a8e4f87cae7268f931208c33b06b3f94c0 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/process_version_rc_template.gni")
|
| +import("//chrome/version.gni")
|
| import("//testing/test.gni")
|
|
|
| if (is_win) {
|
| @@ -78,7 +78,7 @@
|
| ]
|
| }
|
|
|
| - process_version_rc_template("setup_exe_version") {
|
| + process_version("setup_exe_version") {
|
| template_file = "setup_exe_version.rc.version"
|
| output = "$target_gen_dir/setup_exe_version.rc"
|
| }
|
|
|