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

Unified Diff: tools/gn/runtime_deps.cc

Issue 2033443002: Fix doc on "Multiple outputs" for runtime_deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: tools/gn/runtime_deps.cc
diff --git a/tools/gn/runtime_deps.cc b/tools/gn/runtime_deps.cc
index 27225e826968eefcfba14c2bcbed58f958fff447..f350cb78a7c9b503ad7cef61f1c89118eefe65f4 100644
--- a/tools/gn/runtime_deps.cc
+++ b/tools/gn/runtime_deps.cc
@@ -265,8 +265,8 @@ const char kRuntimeDeps_Help[] =
" When a tool produces more than one output, only the first output\n"
" is considered. For example, a shared library target may produce a\n"
" .dll and a .lib file on Windows. Only the .dll file will be considered\n"
- " a runtime dependency. This applies only to linker tools, scripts and\n"
- " copy steps with multiple outputs will also get all outputs listed.\n";
+ " a runtime dependency. This applies only to linker tools. Scripts and\n"
+ " copy steps with multiple outputs will get all outputs listed.\n";
RuntimeDepsVector ComputeRuntimeDeps(const Target* target) {
RuntimeDepsVector result;
« 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