| Index: Tools/Scripts/webkitpy/bindings/main.py
|
| diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
|
| index 4fc0e49c576ca97398a82e61bc61af1aa53a1c2a..d96fa3287a08972b5478b5ad09a999f174fe29b5 100644
|
| --- a/Tools/Scripts/webkitpy/bindings/main.py
|
| +++ b/Tools/Scripts/webkitpy/bindings/main.py
|
| @@ -133,6 +133,9 @@ def generate_interface_dependencies(output_directory):
|
| # To avoid this issue, we need to clear relative_dir here.
|
| for value in info['interfaces_info'].itervalues():
|
| value['relative_dir'] = ''
|
| + # Merge component-wide information.
|
| + component_wide_info = info_collector.get_component_wide_info_as_dict()
|
| + info.update(component_wide_info)
|
| return info
|
|
|
| # We compute interfaces info for *all* IDL files, not just test IDL
|
|
|