Chromium Code Reviews| Index: Source/build/scripts/make_names.py |
| diff --git a/Source/build/scripts/make_names.py b/Source/build/scripts/make_names.py |
| index d88e263208333bf9d7fab8bdb534c8f4780239c1..6d970b136e0f76a8557c01b5f0df6d2dd1dde0d3 100755 |
| --- a/Source/build/scripts/make_names.py |
| +++ b/Source/build/scripts/make_names.py |
| @@ -61,6 +61,7 @@ class MakeNamesWriter(in_generator.Writer): |
| 'script_name': name_utilities.script_name, |
| 'symbol': _symbol, |
| 'to_macro_style': name_utilities.to_macro_style, |
| + 'enable_conditional': name_utilities.enable_conditional_if_endif, |
|
Nils Barth (inactive)
2014/06/16 06:27:52
alpha
|
| } |
| def __init__(self, in_file_path): |