Chromium Code Reviews| Index: mojo/public/tools/bindings/pylib/mojom/parse/lexer.py |
| diff --git a/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py b/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py |
| index 49c6f5eb6527c9bc87252179631c19fb8ed44717..beceabcce7771f40ab0a8169cea9a1f2352e9fa8 100644 |
| --- a/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py |
| +++ b/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py |
| @@ -67,6 +67,7 @@ class Lexer(object): |
| 'STRUCT', |
| 'INTERFACE', |
| 'ENUM', |
| + 'CONST', |
| ) |
| keyword_map = {} |