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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py

Issue 2703663005: [WPT Export] Use github remote, not origin (Closed)
Patch Set: Simplify to only rely on origin, remove git remote check Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17b8b893a7296bc920fb464b0633cb5d1dbf3238..156d7401f7035e2c65eb52e11c691fae9ab27035 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
@@ -12,6 +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'
# TODO(qyearsley): This directory should be able to be constructed with
# WebKitFinder and WPT_DEST_NAME, plus the string "external".
@@ -21,6 +22,7 @@ CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/external/wpt/'
WPT_REPO_URL = 'https://chromium.googlesource.com/external/w3c/web-platform-tests.git'
CSS_REPO_URL = 'https://chromium.googlesource.com/external/w3c/csswg-test.git'
+
_log = logging.getLogger(__name__)
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698