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

Unified Diff: tools/gn/function_exec_script.cc

Issue 164773005: Pull GN @ 252040, update calls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: long line Created 6 years, 10 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/bin/win/gn.exe.sha1 ('k') | tools/gn/secondary/chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_exec_script.cc
diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
index 2109522da1d1fb39484e855b02eec80c518337e9..41789254b890447dddb78844620c73a6174609af 100644
--- a/tools/gn/function_exec_script.cc
+++ b/tools/gn/function_exec_script.cc
@@ -278,9 +278,9 @@ const char kExecScript_Help[] =
"\n"
"Example:\n"
"\n"
- " all_lines = exec_script(\"myscript.py\", [some_input], \"list lines\",\n"
- " [ rebase_path(\"data_file.txt\", \".\","
- " root_build_dir) ])\n"
+ " all_lines = exec_script(\n"
+ " \"myscript.py\", [some_input], \"list lines\",\n"
+ " [ rebase_path(\"data_file.txt\", root_build_dir) ])\n"
"\n"
" # This example just calls the script with no arguments and discards\n"
" # the result.\n"
« no previous file with comments | « tools/gn/bin/win/gn.exe.sha1 ('k') | tools/gn/secondary/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698