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

Unified Diff: masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py

Issue 14440005: Rework how bots get the version of Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix typo in devtools master.cfg Created 7 years, 8 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
Index: masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py
diff --git a/masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py b/masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py
index 2aab95aa37155bdc783e9745ef2fe193f572b0fd..ebe072e4d75bc62d31761eb1bea56ef6f8fcfcc6 100644
--- a/masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py
+++ b/masters/master.chromium.webkit/master_mac_contentshell_latest_cfg.py
@@ -39,7 +39,7 @@ B('WebKit (Content Shell) Mac10.6',
'f_contentshell_mac_rel',
scheduler='s2_contentshell_webkit_rel')
-F('f_contentshell_mac_rel', mac().ChromiumWebkitLatestFactory(
+F('f_contentshell_mac_rel', mac().ChromiumFactory(
target='Release',
tests=[
'webkit',
@@ -66,6 +66,7 @@ F('f_contentshell_mac_rel', mac().ChromiumWebkitLatestFactory(
'GYP_DEFINES':'fastbuild=1',
},
'test_results_server': 'test-results.appspot.com',
+ 'blink_config': 'blink',
}))

Powered by Google App Engine
This is Rietveld 408576698