Index: chrome/test/webdriver/chromedriver_launcher.py |
=================================================================== |
--- chrome/test/webdriver/chromedriver_launcher.py (revision 89310) |
+++ chrome/test/webdriver/chromedriver_launcher.py (working copy) |
@@ -66,6 +66,10 @@ |
os.path.join(chrome_src, 'sconsbuild', 'Debug'), |
os.path.join(chrome_src, 'out', 'Release'), |
os.path.join(chrome_src, 'sconsbuild', 'Release')], |
+ 'linux3': [ os.path.join(chrome_src, 'out', 'Debug'), |
+ os.path.join(chrome_src, 'sconsbuild', 'Debug'), |
+ os.path.join(chrome_src, 'out', 'Release'), |
+ os.path.join(chrome_src, 'sconsbuild', 'Release')], |
'darwin': [ os.path.join(chrome_src, 'xcodebuild', 'Debug'), |
os.path.join(chrome_src, 'xcodebuild', 'Release')], |
'win32': [ os.path.join(chrome_src, 'chrome', 'Debug'), |