Chromium Code Reviews| Index: Source/build/scripts/make_element_type_helpers.py |
| diff --git a/Source/build/scripts/make_element_type_helpers.py b/Source/build/scripts/make_element_type_helpers.py |
| index d92ade5d6e5c8851e81670e8fedf0e28b0977e0e..7ecd36593f5325f8ef799a61768c4928ce68d30a 100755 |
| --- a/Source/build/scripts/make_element_type_helpers.py |
| +++ b/Source/build/scripts/make_element_type_helpers.py |
| @@ -33,6 +33,7 @@ class MakeElementTypeHelpersWriter(in_generator.Writer): |
| 'interfaceName': None, |
| 'noConstructor': None, |
| 'runtimeEnabled': None, |
| + 'Conditional': None, |
|
Nils Barth (inactive)
2014/06/16 06:27:52
alpha
(could you alphabetize the earlier interface
|
| } |
| default_parameters = { |
| 'attrsNullNamespace': None, |
| @@ -45,6 +46,7 @@ class MakeElementTypeHelpersWriter(in_generator.Writer): |
| filters = { |
| 'hash': hasher.hash, |
| 'symbol': _symbol, |
| + 'enable_conditional': name_utilities.enable_conditional_if_endif, |
|
Nils Barth (inactive)
2014/06/16 06:27:52
alpha
|
| } |
| def __init__(self, in_file_path): |