| Index: third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| index efc2d35ba2764ef6f558817bf22d1e38ca14b3ec..fd2acb9488a16c69459433ec53d5ebcd7224b918 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| @@ -256,10 +256,6 @@ def bindings_tests(output_directory, verbose):
|
| def no_excess_files(output_files):
|
| generated_files = set([os.path.relpath(path, output_directory)
|
| for path in output_files])
|
| - # Add subversion working copy directories in core and modules.
|
| - for component in COMPONENT_DIRECTORY:
|
| - generated_files.add(os.path.join(component, '.svn'))
|
| -
|
| excess_files = []
|
| for path in list_files(REFERENCE_DIRECTORY):
|
| relpath = os.path.relpath(path, REFERENCE_DIRECTORY)
|
|
|