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

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

Issue 2102873002: Change specifier string of WebKit Mac10.11 builders to "Mac10.11". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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/builders.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
index 49d1ed32b98c8a2df83b959df99cf6aa37303969..74f1338588b746194bfeb523d625f2fea889dd14 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -61,11 +61,11 @@ BUILDERS = {
},
"WebKit Mac10.11": {
"port_name": "mac-mac10.11",
- "specifiers": ['10.11', 'Release']
+ "specifiers": ['Mac10.11', 'Release']
},
"WebKit Mac10.11 (dbg)": {
"port_name": "mac-mac10.11",
- "specifiers": ['10.11', 'Debug']
+ "specifiers": ['Mac10.11', 'Debug']
},
"WebKit Mac10.11 (retina)": {
"port_name": "mac-retina",
« 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