| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| index 0a44b47b6a991d924c1a17e1a5bd4ee3db945990..bd7ac7a83a55f06f4944e42bf20b3d1cc7b31093 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| @@ -422,11 +422,6 @@ class TestPort(Port):
|
| if self._operating_system == 'linux' and self._version != 'linux32':
|
| self._architecture = 'x86_64'
|
|
|
| - def repository_paths(self):
|
| - """Returns a list of (repository_name, repository_path) tuples of its depending code base."""
|
| - # FIXME: We override this just to keep the perf tests happy.
|
| - return [('blink', self.layout_tests_dir())]
|
| -
|
| def buildbot_archives_baselines(self):
|
| return self._name != 'test-win-xp'
|
|
|
|
|