| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index e7782d73bd7c81293cdc76574f3018b44d0fa207..e3d1b46f6336536eee9af8c851941b265d5a7686 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -683,10 +683,7 @@ const char kDeps_Help[] =
|
| " A list of target labels.\n"
|
| "\n"
|
| " Specifies private dependencies of a target. Shared and dynamic\n"
|
| - " libraries will be linked into the current target. Other target types\n"
|
| - " that can't be linked (like actions and groups) listed in \"deps\" will\n"
|
| - " be treated as \"data_deps\". Likewise, if the current target isn't\n"
|
| - " linkable, then all deps will be treated as \"data_deps\".\n"
|
| + " libraries will be linked into the current target.\n"
|
| "\n"
|
| " These dependencies are private in that it does not grant dependent\n"
|
| " targets the ability to include headers from the dependency, and direct\n"
|
|
|