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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/builders.py

Issue 690943002: [builders.py] Fix _deps_builders definition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/builders.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/builders.py b/Tools/Scripts/webkitpy/layout_tests/port/builders.py
index be0daf6ec62341019838af368f8e4f85b4f710b5..225992c075b69afe642a6ab8463821928b4774a3 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/builders.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/builders.py
@@ -65,10 +65,10 @@ _deps_builders = {
"win-xp": "WebKit XP (deps)",
"win-win7": "WebKit XP (deps)",
"mac-snowleopard": "WebKit Mac10.6 (deps)",
- "mac-lion": "WebKit Mac10.6 (deps)",
- "mac-mountainlion": "WebKit Mac10.6 (deps)",
- "mac-mavericks": "WebKit Mac10.6 (deps)",
- "mac-retina": "WebKit Mac10.6 (deps)",
+ "mac-lion": "WebKit Mac10.7 (deps)",
+ "mac-mountainlion": "WebKit Mac10.8 (deps)",
+ "mac-mavericks": "WebKit Mac10.9 (deps)",
+ "mac-retina": "WebKit Mac10.8 (deps)",
Dirk Pranke 2014/10/30 19:08:40 Unfortunately, these bots don't actually exist, wh
tyoshino (SeeGerritForStatus) 2014/11/05 05:42:30 I see. OK. I updated the CL to just add a comment.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698