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

Unified Diff: tools/gn/function_read_file.cc

Issue 129043005: GN: Add the ability to trim whitespace from script results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « tools/gn/function_exec_script.cc ('k') | tools/gn/input_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_read_file.cc
diff --git a/tools/gn/function_read_file.cc b/tools/gn/function_read_file.cc
index 83973d312462d02fd23045230cb29aa11b443074..17197f53482f44bf8d9b5e885bf492ce9554bcb3 100644
--- a/tools/gn/function_read_file.cc
+++ b/tools/gn/function_read_file.cc
@@ -20,7 +20,7 @@ const char kReadFile[] = "read_file";
const char kReadFile_Help[] =
"read_file: Read a file into a variable.\n"
"\n"
- " read_file(filename, how_to_read)\n"
+ " read_file(filename, input_conversion)\n"
"\n"
" Whitespace will be trimmed from the end of the file. Throws an error\n"
" if the file can not be opened.\n"
« no previous file with comments | « tools/gn/function_exec_script.cc ('k') | tools/gn/input_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698