| Index: tools/gn/functions.cc
|
| diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
|
| index 35e42d44e98a739179ab0a4e474f4c2c64dd97f3..96b985de3d29f2ac673d7183c865232249e33ad1 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)
|
|
|