| Index: chrome/test/chromedriver/chrome_paths.py
|
| diff --git a/chrome/test/chromedriver/chrome_paths.py b/chrome/test/chromedriver/chrome_paths.py
|
| index 5b9c97659b226e092f63362d39bb975689688bec..58c4d3ee1a80a80ce8e0f7275c3f89d773616fee 100644
|
| --- a/chrome/test/chromedriver/chrome_paths.py
|
| +++ b/chrome/test/chromedriver/chrome_paths.py
|
| @@ -23,7 +23,7 @@ def GetTestData():
|
|
|
| def GetBuildDir(required_paths):
|
| """Returns the preferred build directory that contains given paths."""
|
| - dirs = ['out', 'build', 'xcodebuild', 'sconsbuild']
|
| + dirs = ['out', 'build', 'xcodebuild']
|
| rel_dirs = [os.path.join(x, 'Release') for x in dirs]
|
| debug_dirs = [os.path.join(x, 'Debug') for x in dirs]
|
| full_dirs = [os.path.join(GetSrc(), x) for x in rel_dirs + debug_dirs]
|
|
|