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