summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 02:38:29 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 02:38:29 +0000
commitfcc559f343000258f82acee276961a73732f502d (patch)
tree317231e55962751690a350d352437ee3d902bd7a /build/landmines.py
parente99f8f5dc6d09553ccb863c4069e480de71c4a22 (diff)
downloadchromium_src-fcc559f343000258f82acee276961a73732f502d.zip
chromium_src-fcc559f343000258f82acee276961a73732f502d.tar.gz
chromium_src-fcc559f343000258f82acee276961a73732f502d.tar.bz2
Remove references to sconsbuild.
scons hasn't been used in a long time. BUG=305702 NOTRY=true Review URL: https://codereview.chromium.org/26718002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/landmines.py b/build/landmines.py
index 91b4fa9..7b4c5b5 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -47,8 +47,6 @@ def get_target_build_dir(build_tool, target, is_iphone=False):
ret = os.path.join(SRC_DIR, 'out', target)
elif build_tool in ['msvs', 'vs', 'ib']:
ret = os.path.join(SRC_DIR, 'build', target)
- elif build_tool == 'scons':
- ret = os.path.join(SRC_DIR, 'sconsbuild', target)
else:
raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)
return os.path.abspath(ret)