Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py |
| index 156d7401f7035e2c65eb52e11c691fae9ab27035..35e7288cdfba8dee29a5eb46e4741cfc0cb68dc1 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py |
| @@ -12,7 +12,7 @@ from webkitpy.w3c.chromium_finder import absolute_chromium_dir |
| WPT_DEST_NAME = 'wpt' |
| CSS_DEST_NAME = 'csswg-test' |
| -WPT_GH_REPO_URL = 'git@github.com:w3c/web-platform-tests.git' |
| +WPT_GH_REPO_URL = 'https://github.com/w3c/web-platform-tests.git' |
|
jeffcarp
2017/02/27 21:19:44
The result of this is that `git push` in local_wpt
|
| # TODO(qyearsley): This directory should be able to be constructed with |
| # WebKitFinder and WPT_DEST_NAME, plus the string "external". |