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

Unified Diff: chrome/installer/gcapi/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/installer/gcapi/BUILD.gn
diff --git a/chrome/installer/gcapi/BUILD.gn b/chrome/installer/gcapi/BUILD.gn
index f8bad02b44ec6add4fc264d89c04c71684b27a54..4aa77cb9432294fc6df444ab109ccef879c388d8 100644
--- a/chrome/installer/gcapi/BUILD.gn
+++ b/chrome/installer/gcapi/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")
assert(is_win)
@@ -34,7 +34,7 @@ copy("copy_gcapi_header") {
]
}
-process_version("gcapi_dll_version") {
+process_version_rc_template("gcapi_dll_version") {
template_file = "gcapi_dll_version.rc.version"
output = "$target_gen_dir/gcapi_dll_version.rc"
}

Powered by Google App Engine
This is Rietveld 408576698