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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py

Issue 2799713002: Remove all support for cygwin in run-webkit-tests. (Closed)
Patch Set: Rebase Created 3 years, 8 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/common/system/platform_info_mock.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
index 5c1e0d0f403366442a36a335570ba47945b052e3..ee307cda6be4736c2246760d84b6dd78d633aea0 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
@@ -47,9 +47,6 @@ class MockPlatformInfo(object):
def is_highdpi(self):
return self._is_highdpi
- def is_cygwin(self):
- return self.os_name == 'cygwin'
-
def is_freebsd(self):
return self.os_name == 'freebsd'

Powered by Google App Engine
This is Rietveld 408576698