Commit ff97e164 authored by ukai@chromium.org's avatar ukai@chromium.org

Add out dir to win32 for winja

R=nirnimesh@chromium.org
BUG=134540


Review URL: https://chromiumcodereview.appspot.com/10832091

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149340 0039d316-1c4b-4281-b951-d872f2087c98
parent 4bafafbe
# 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 # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
...@@ -26,7 +26,7 @@ def GetBuildDirs(): ...@@ -26,7 +26,7 @@ def GetBuildDirs():
'linux2': ['out', 'sconsbuild'], 'linux2': ['out', 'sconsbuild'],
'linux3': ['out', 'sconsbuild'], 'linux3': ['out', 'sconsbuild'],
'darwin': ['out', 'xcodebuild'], 'darwin': ['out', 'xcodebuild'],
'win32': ['chrome', 'build'], 'win32': ['chrome', 'build', 'out'],
'cygwin': ['chrome'], 'cygwin': ['chrome'],
}.get(sys.platform, []) }.get(sys.platform, [])
src_dir = GetSourceDir() src_dir = GetSourceDir()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment