Chromium Code Reviews| Index: tools/json_schema_compiler/idl_schema.py |
| diff --git a/tools/json_schema_compiler/idl_schema.py b/tools/json_schema_compiler/idl_schema.py |
| index 991b1c6bb9d060ce44ca842555b345fd2dc509e6..c7764c7d04083a35e8434b5a1a91d69d71c20928 100644 |
| --- a/tools/json_schema_compiler/idl_schema.py |
| +++ b/tools/json_schema_compiler/idl_schema.py |
| @@ -438,6 +438,8 @@ class IDLSchema(object): |
| platforms = list(node.value) |
| elif node.name == 'implemented_in': |
| compiler_options = {'implemented_in': node.value} |
| + elif node.name == 'camel_case_enum_to_string': |
| + compiler_options = {'camel_case_enum_to_string': node.value} |
|
not at google - send to devlin
2014/05/13 18:36:35
this means that an API can't specify more than one
David Tseng
2014/05/13 20:10:17
Done.
|
| elif node.name == 'deprecated': |
| deprecated = str(node.value) |
| else: |