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

Unified Diff: media/tools/layout_tests/layouttests.py

Issue 2471733003: Update or remove any remaining references to viewvc/blink. (Closed)
Patch Set: Created 4 years, 1 month 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: media/tools/layout_tests/layouttests.py
diff --git a/media/tools/layout_tests/layouttests.py b/media/tools/layout_tests/layouttests.py
index 8d3003815bb30ac1b09ef82c59fa966bdd7ebbab..37b550402df4772ce75d193f1ce31a33de8eab00 100644
--- a/media/tools/layout_tests/layouttests.py
+++ b/media/tools/layout_tests/layouttests.py
@@ -17,12 +17,9 @@ import urllib2
import pysvn
-# LayoutTests SVN root location.
DEFAULT_LAYOUTTEST_LOCATION = (
- 'http://src.chromium.org/blink/trunk/LayoutTests/')
-# LayoutTests SVN view link
-DEFAULT_LAYOUTTEST_SVN_VIEW_LOCATION = (
- 'http://src.chromium.org/viewvc/blink/trunk/LayoutTests/')
+ 'https://chromium.googlesource.com/chromium/src/'
+ '+/master/third_party/WebKit/LayoutTests/')
# When parsing the test HTML file and finding the test description,

Powered by Google App Engine
This is Rietveld 408576698