Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9419)

Unified Diff: chrome/test/chromedriver/chrome_paths.py

Issue 26718002: Remove references to sconsbuild (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]

Powered by Google App Engine
This is Rietveld 408576698