| Index: trunk/Tools/Scripts/webkitpy/bindings/main.py
|
| ===================================================================
|
| --- trunk/Tools/Scripts/webkitpy/bindings/main.py (revision 170423)
|
| +++ trunk/Tools/Scripts/webkitpy/bindings/main.py (working copy)
|
| @@ -54,14 +54,12 @@
|
| 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',
|
| ])
|
|
|
|
|
|
|