Index: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
diff --git a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
index b81ac6117c45966adb65af58be18c7dc1ef8f9b6..b21e2bc30236cc7c89b72260e3fac181f4ed539c 100755 |
--- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
+++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
@@ -58,6 +58,9 @@ def FindChrome(src_dir, options): |
chrome_locations = [ |
'build/%s/chrome.exe' % mode, |
'chrome/%s/chrome.exe' % mode, |
+ # For Linux buildbots. scripts/slave/extract_build.py extracts builds |
+ # to src/sconsbuild/ rather than src/out/. |
+ 'sconsbuild/%s/chrome' % mode, |
# Windows Chromium ninja builder |
'out/%s/chrome.exe' % mode, |
'out/%s/chrome' % mode, |