Chromium Code Reviews| Index: tools/gn/functions.cc |
| diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc |
| index fb02fa8bf9b8a6e4cfc371d248775f0095e5cda2..37b3401c33ad757477e17a63923bafaf15a7e0a5 100644 |
| --- a/tools/gn/functions.cc |
| +++ b/tools/gn/functions.cc |
| @@ -803,6 +803,7 @@ struct FunctionInfoInitializer { |
| INSERT_FUNCTION(Action, true) |
| INSERT_FUNCTION(ActionForEach, true) |
| + INSERT_FUNCTION(BundleData, true) |
| INSERT_FUNCTION(Copy, true) |
| INSERT_FUNCTION(Executable, true) |
| INSERT_FUNCTION(Group, true) |