| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| index 373ceb8ce69a0d93824e42d2624c421472fce795..15d9f20a9a121dfacacefdc141b0545984431acd 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| @@ -50,11 +50,10 @@ _log = logging.getLogger(__name__)
|
| class WinPort(base.Port):
|
| port_name = 'win'
|
|
|
| - SUPPORTED_VERSIONS = ('xp', 'win7', 'win10')
|
| + SUPPORTED_VERSIONS = ('win7', 'win10')
|
|
|
| FALLBACK_PATHS = {'win10': ['win']}
|
| FALLBACK_PATHS['win7'] = ['win7'] + FALLBACK_PATHS['win10']
|
| - FALLBACK_PATHS['xp'] = ['win-xp'] + FALLBACK_PATHS['win7']
|
|
|
| DEFAULT_BUILD_DIRECTORIES = ('build', 'out')
|
|
|
|
|