| 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;
|
|
|