| Index: tools/js2c.py
|
| diff --git a/tools/js2c.py b/tools/js2c.py
|
| index bd50692bb8dde1eb55b50b7b62426e1fc41a5301..4725d6bc06420b7a5450e5fc7649759df916bddf 100755
|
| --- a/tools/js2c.py
|
| +++ b/tools/js2c.py
|
| @@ -417,7 +417,7 @@ def PrepareSources(source_files, native_type, emit_js):
|
| message_template_file = message_template_files[0]
|
|
|
| filters = None
|
| - if native_type == "EXTRAS":
|
| + if native_type in ("EXTRAS", "EXPERIMENTAL_EXTRAS"):
|
| filters = BuildExtraFilterChain()
|
| else:
|
| filters = BuildFilterChain(macro_file, message_template_file)
|
|
|