diff options
Diffstat (limited to 'tools/gn/functions.cc')
-rw-r--r-- | tools/gn/functions.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc index 35e42d4..96b985d 100644 --- a/tools/gn/functions.cc +++ b/tools/gn/functions.cc @@ -643,14 +643,12 @@ struct FunctionInfoInitializer { INSERT_FUNCTION(Action, true) INSERT_FUNCTION(ActionForEach, true) - INSERT_FUNCTION(Component, true) INSERT_FUNCTION(Copy, true) INSERT_FUNCTION(Executable, true) INSERT_FUNCTION(Group, true) INSERT_FUNCTION(SharedLibrary, true) INSERT_FUNCTION(SourceSet, true) INSERT_FUNCTION(StaticLibrary, true) - INSERT_FUNCTION(Test, true) INSERT_FUNCTION(Assert, false) INSERT_FUNCTION(Config, false) |