| Index: Tools/Scripts/webkitpy/bindings/main.py
|
| diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
|
| index 7a16b561d0c259d1f81b15684c8f980f28a149e7..59eae4eaac6244186c4654c84aaf6367e225aa11 100644
|
| --- a/Tools/Scripts/webkitpy/bindings/main.py
|
| +++ b/Tools/Scripts/webkitpy/bindings/main.py
|
| @@ -54,12 +54,14 @@ NOTRY=true
|
| TBR=(someone in Source/bindings/OWNERS or WATCHLISTS:bindings)
|
| """
|
|
|
| -DEPENDENCY_IDL_FILES = frozenset([
|
| +DEPENDENCY_IDL_FILES = set([
|
| + 'SupportTestPartialInterface.idl',
|
| 'TestImplements.idl',
|
| 'TestImplements2.idl',
|
| 'TestImplements3.idl',
|
| 'TestPartialInterface.idl',
|
| - 'TestPartialInterface2.idl',
|
| + 'TestPartialInterfacePython.idl',
|
| + 'TestPartialInterfacePython2.idl',
|
| ])
|
|
|
|
|
|
|