summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/pyautolib/pyauto_paths.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/pyautolib/pyauto_paths.py b/chrome/test/pyautolib/pyauto_paths.py
index 930c010..1373d5e 100644
--- a/chrome/test/pyautolib/pyauto_paths.py
+++ b/chrome/test/pyautolib/pyauto_paths.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -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()