Index: webkit/tools/layout_tests/layout_package/platform_utils_linux.py |
diff --git a/webkit/tools/layout_tests/layout_package/platform_utils_linux.py b/webkit/tools/layout_tests/layout_package/platform_utils_linux.py |
index 5c7011184386e5f7238f0632b86c914239ed0a2b..f8cb79d1ebc795c89206baf0924951e741c11253 100644 |
--- a/webkit/tools/layout_tests/layout_package/platform_utils_linux.py |
+++ b/webkit/tools/layout_tests/layout_package/platform_utils_linux.py |
@@ -179,6 +179,10 @@ class PlatformUtility(object): |
# multiple debug/release targets). |
return PathFromBase('chrome', 'Hammer', self.TestShellBinary()) |
+ def FuzzyMatchBinaryPath(self): |
+ """Return the path to the fuzzy matcher binary.""" |
+ return PathFromBase('third_party', 'fuzzymatch', 'fuzzymatch') |
+ |
def TestListPlatformDir(self): |
"""Return the platform-specific directory for where the test lists live""" |
return 'linux' |