Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py

Issue 1379493002: Use chromium revision instead of blink svn revision when rebaselining layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove multiple repo support Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'

Powered by Google App Engine
This is Rietveld 408576698