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

Unified Diff: chrome_elf/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_elf/BUILD.gn
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 3de5fb3e83b1697adbb900f5bf83f7cecbad59a4..953633c86bb43495f948ce2bd6bf6dc24f931141 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -6,15 +6,14 @@
# Please don't add dependencies on any other system libraries.
import("//build/config/win/manifest.gni")
-import("//chrome/version.gni")
+import("//build/util/process_version.gni")
import("//testing/test.gni")
##------------------------------------------------------------------------------
## chrome_elf
##------------------------------------------------------------------------------
-process_version("chrome_elf_resources") {
- template_file = chrome_version_rc_template
+process_version_rc_template("chrome_elf_resources") {
sources = [
"chrome_elf.ver",
]

Powered by Google App Engine
This is Rietveld 408576698