Index: tools/bisect-builds.py |
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py |
index e89ce104242a68fdc825c92ceac1b0e33838fcf1..6d0830f8d29752c2790c4e878f3376e941b5c7f7 100755 |
--- a/tools/bisect-builds.py |
+++ b/tools/bisect-builds.py |
@@ -157,6 +157,8 @@ class PathContext(object): |
self._binary_name = 'Chromium.app/Contents/MacOS/Chromium' |
elif self.platform == 'win': |
self._listing_platform_dir = 'Win/' |
+ elif self.platform == 'win64': |
+ self._listing_platform_dir = 'Win_x64/' |
def GetASANPlatformDir(self): |
"""ASAN builds are in directories like "linux-release", or have filenames |