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

Unified Diff: build/util/process_version.gni

Issue 2350953006: gn: Point to process_version_rc_template() from process_version()'s docs (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/process_version.gni
diff --git a/build/util/process_version.gni b/build/util/process_version.gni
index 100699cab8e6308d0ab306ad6eaeb27eebb79629..e27346e6f0f9a2cb544b4abcb97c01a2ee2eaa09 100644
--- a/build/util/process_version.gni
+++ b/build/util/process_version.gni
@@ -25,8 +25,9 @@
# "_version.rc" to the end. But in GN you need to specify the full name.
#
# template_file (optional):
-# Template file to use (not a list). Most Windows uses for generating
-# resources will want to use process_version_rc_template() instead.
+# Template file to use (not a list). Most Windows users that want to use
+# this to process a .rc template should use process_version_rc_template(),
+# defined in //chrome/process_version_rc_template.gni, instead.
#
# extra_args (optional):
# Extra arguments to pass to version.py. Any "-f <filename>" args should
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698