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

Unified Diff: chrome/test/pyautolib/pyauto_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/pyautolib/pyauto_paths.py
diff --git a/chrome/test/pyautolib/pyauto_paths.py b/chrome/test/pyautolib/pyauto_paths.py
index 1373d5ede1972b5b86f84f06835240a60a940be0..412b66155968a72e6c190bb2ce0d31a49506d49d 100644
--- a/chrome/test/pyautolib/pyauto_paths.py
+++ b/chrome/test/pyautolib/pyauto_paths.py
@@ -23,8 +23,8 @@ def GetBuildDirs():
"""Returns list of possible build directories."""
# List of dirs that can contain a Debug/Release build.
outer_dirs = {
- 'linux2': ['out', 'sconsbuild'],
- 'linux3': ['out', 'sconsbuild'],
+ 'linux2': ['out'],
+ 'linux3': ['out'],
'darwin': ['out', 'xcodebuild'],
'win32': ['chrome', 'build', 'out'],
'cygwin': ['chrome'],

Powered by Google App Engine
This is Rietveld 408576698