Index: Tools/Scripts/webkitpy/bindings/main.py |
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py |
index 04e11e52affbb19d1de8d725e392d53819c298d1..a61184a8d1c4d4992ded7aa1b7346d96659b3034 100644 |
--- a/Tools/Scripts/webkitpy/bindings/main.py |
+++ b/Tools/Scripts/webkitpy/bindings/main.py |
@@ -199,6 +199,7 @@ def bindings_tests(output_directory, verbose): |
# Dependencies aren't built |
# (they are used by the dependent) |
filename not in DEPENDENCY_IDL_FILES)] |
+ idl_basenames = ['TestExposedInterface.idl'] |
Peter Beverloo
2014/07/30 16:03:45
Disregard this for now please.
|
for idl_basename in idl_basenames: |
idl_path = os.path.realpath( |
os.path.join(test_input_directory, idl_basename)) |