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

Unified Diff: chrome/test/pyautolib/pyauto_paths.py

Issue 10832091: Add out dir to win32 for winja (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto_paths.py
diff --git a/chrome/test/pyautolib/pyauto_paths.py b/chrome/test/pyautolib/pyauto_paths.py
index 930c0106780ba57d174d8fb277b38356ba8864be..097231cb3f3cd475e3c169f945ee1702c89051c5 100644
--- a/chrome/test/pyautolib/pyauto_paths.py
+++ b/chrome/test/pyautolib/pyauto_paths.py
@@ -26,7 +26,7 @@ def GetBuildDirs():
'linux2': ['out', 'sconsbuild'],
'linux3': ['out', 'sconsbuild'],
'darwin': ['out', 'xcodebuild'],
- 'win32': ['chrome', 'build'],
+ 'win32': ['chrome', 'build', 'out'],
'cygwin': ['chrome'],
}.get(sys.platform, [])
src_dir = GetSourceDir()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698