Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6000)

Unified Diff: chrome/chrome_watcher/BUILD.gn

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Fix chromecast Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698