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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 2738053002: Add Mac10.12 to Port.ALL_SYSTEMS and Port.CONFIGURATION_SPECIFIER_MACROS. (Closed)
Patch Set: Created 3 years, 9 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/layout_tests/port/base.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 02fe3e63a2964cd75743acc622a5a822eb3fe58a..6593c9706088948073a0611d995a70684576b6c3 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -87,6 +87,7 @@ class Port(object):
('mac10.9', 'x86'),
('mac10.10', 'x86'),
('mac10.11', 'x86'),
+ ('mac10.12', 'x86'),
('win7', 'x86'),
('win10', 'x86'),
('trusty', 'x86_64'),
@@ -99,7 +100,7 @@ class Port(object):
)
CONFIGURATION_SPECIFIER_MACROS = {
- 'mac': ['retina', 'mac10.9', 'mac10.10', 'mac10.11'],
+ 'mac': ['retina', 'mac10.9', 'mac10.10', 'mac10.11', 'mac10.12'],
'win': ['win7', 'win10'],
'linux': ['trusty'],
'android': ['icecreamsandwich'],
« 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