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

Unified Diff: sky/tools/webkitpy/layout_tests/port/linux.py

Issue 1227053002: Remove reference to deleted “win” python file to prevent crash when running test_sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/tools/webkitpy/layout_tests/port/linux.py
diff --git a/sky/tools/webkitpy/layout_tests/port/linux.py b/sky/tools/webkitpy/layout_tests/port/linux.py
index a028a9f5275f066b6a34207ec04d590792ed4ff9..1d90552f459496b981da40c3f4389b7367f68274 100644
--- a/sky/tools/webkitpy/layout_tests/port/linux.py
+++ b/sky/tools/webkitpy/layout_tests/port/linux.py
@@ -33,7 +33,6 @@ from webkitpy.common.webkit_finder import WebKitFinder
from webkitpy.layout_tests.breakpad.dump_reader_multipart import DumpReaderLinux
from webkitpy.layout_tests.models import test_run_results
from webkitpy.layout_tests.port import base
-from webkitpy.layout_tests.port import win
from webkitpy.layout_tests.port import config
@@ -45,7 +44,7 @@ class LinuxPort(base.Port):
SUPPORTED_VERSIONS = ('x86', 'x86_64')
- FALLBACK_PATHS = { 'x86_64': [ 'linux' ] + win.WinPort.latest_platform_fallback_path() }
+ FALLBACK_PATHS = { 'x86_64': [ 'linux' ] }
FALLBACK_PATHS['x86'] = ['linux-x86'] + FALLBACK_PATHS['x86_64']
DEFAULT_BUILD_DIRECTORIES = ('out',)
« 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