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

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

Issue 2112133002: Greatly simplify buildbot module and remove usage of master name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 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/common/net/buildbot.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/common/config/urls.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py
index ed96acf2a4d4d8cbe2b1a614ef530a52e74565e8..e6c06ed1b4e37386e98ffc74a404651f2c532f4e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py
@@ -41,19 +41,5 @@ def chromium_results_url_base_for_builder(builder_name):
return '%s/%s' % (chromium_results_url_base(), re.sub('[ .()]', '_', builder_name))
-def chromium_results_zip_url(builder_name):
- return chromium_results_url_base_for_builder(builder_name) + '/results/layout-test-results.zip'
-
-
def chromium_accumulated_results_url_base_for_builder(builder_name):
return chromium_results_url_base_for_builder(builder_name) + "/results/layout-test-results"
-
-
-def chromium_buildbot_url(master_name):
- return "http://build.chromium.org/p/%s" % master_name
-
-
-chromium_lkgr_url = "http://chromium-status.appspot.com/lkgr"
-contribution_guidelines = "http://webkit.org/coding/contributing.html"
-chromium_webkit_sheriff_url = "http://build.chromium.org/p/chromium.webkit/sheriff_webkit.js"
-omahaproxy_url = "http://omahaproxy.appspot.com/"
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698