Index: tools/gn/functions_target.cc |
diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc |
index 9b47cf74cabf9cc7caaa6a0504940caf12328d84..50f940b67ac8bf9efc19af34c3b2966830a656c3 100644 |
--- a/tools/gn/functions_target.cc |
+++ b/tools/gn/functions_target.cc |
@@ -17,7 +17,7 @@ |
#define DEPS_VARS \ |
" Deps: data, datadeps, deps, forward_dependent_configs_from, hard_dep\n" |
#define GENERAL_TARGET_VARS \ |
- " General: configs, external, source_prereqs, sources\n" |
+ " General: configs, source_prereqs, sources\n" |
namespace functions { |
@@ -350,7 +350,6 @@ const char kGroup_Help[] = |
"\n" |
DEPS_VARS |
DEPENDENT_CONFIG_VARS |
- " Other variables: external\n" |
"\n" |
"Example\n" |
"\n" |