| Index: chrome/chrome_watcher/BUILD.gn
|
| diff --git a/chrome/chrome_watcher/BUILD.gn b/chrome/chrome_watcher/BUILD.gn
|
| index 8a3e48a931d97228f6f061bc1a5b90a3c9a7dd3e..39cc38d3716c0a84ee77233966657e0090ae9d85 100644
|
| --- a/chrome/chrome_watcher/BUILD.gn
|
| +++ b/chrome/chrome_watcher/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")
|
|
|
| source_set("client") {
|
| @@ -47,8 +47,7 @@ group("kasko_util") {
|
| ]
|
| }
|
|
|
| -process_version("chrome_watcher_resources") {
|
| - template_file = chrome_version_rc_template
|
| +process_version_rc_template("chrome_watcher_resources") {
|
| sources = [
|
| "chrome_watcher.ver",
|
| ]
|
|
|