Chromium Code Reviews| Index: tools/gn/functions.cc |
| diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc |
| index 3a19dfb8d2fb735c6c436152b85f6d2755689601..cf1e38f609303876d66ed203d211d8176686fccd 100644 |
| --- a/tools/gn/functions.cc |
| +++ b/tools/gn/functions.cc |
| @@ -647,7 +647,7 @@ struct FunctionInfoInitializer { |
| INSERT_FUNCTION(Assert, false) |
| INSERT_FUNCTION(Config, false) |
| - INSERT_FUNCTION(Copy, false) |
| + INSERT_FUNCTION(Copy, true) |
|
cjhopman
2014/05/07 20:19:18
nit: Move this up into the group of other target f
|
| INSERT_FUNCTION(DeclareArgs, false) |
| INSERT_FUNCTION(Defined, false) |
| INSERT_FUNCTION(ExecScript, false) |