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

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

Issue 1624373005: Remove XP port from Blink LayoutTest related scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head. Created 4 years, 11 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: 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')

Powered by Google App Engine
This is Rietveld 408576698