Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: tools/idl_parser/idl_lexer.py

Issue 1295083004: Support FrozenArray in idl_parser.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/idl_parser/idl_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/idl_parser/idl_lexer.py
diff --git a/tools/idl_parser/idl_lexer.py b/tools/idl_parser/idl_lexer.py
index abbed37abd920dd3f082e1fb63ef3da15042d4ad..1f186d722d9e5921061d1862b604b3cfef4da907 100755
--- a/tools/idl_parser/idl_lexer.py
+++ b/tools/idl_parser/idl_lexer.py
@@ -80,6 +80,7 @@ class IDLLexer(object):
'exception' : 'EXCEPTION',
'false' : 'FALSE',
'float' : 'FLOAT',
+ 'FrozenArray' : 'FROZENARRAY',
haraken 2015/08/19 01:14:18 Nit: This dictionary should be alphabetically sort
bashi 2015/08/19 01:19:04 Yeah, but this dict seems to use case-insensitive
'getter': 'GETTER',
'implements' : 'IMPLEMENTS',
'Infinity' : 'INFINITY',
« no previous file with comments | « no previous file | tools/idl_parser/idl_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698