| 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,
|
|
|