summaryrefslogtreecommitdiffstats
path: root/build/SConscript.main
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 21:58:44 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 21:58:44 +0000
commit4ca1372726d465d18036bf3142f45ca47006ba4e (patch)
tree6ba06fc4ed9ba82f81f85055f089eeb11dd7fd6a /build/SConscript.main
parentf01112caa1c5db7e90514ae08f669b9103191b81 (diff)
downloadchromium_src-4ca1372726d465d18036bf3142f45ca47006ba4e.zip
chromium_src-4ca1372726d465d18036bf3142f45ca47006ba4e.tar.gz
chromium_src-4ca1372726d465d18036bf3142f45ca47006ba4e.tar.bz2
Remove LIBS_DIR usage.
It doesn't seem to occur anywhere in the SCons code nor in ours(?). Review URL: http://codereview.chromium.org/20174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/SConscript.main')
-rw-r--r--build/SConscript.main3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 998b342..c245c2b 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -88,9 +88,6 @@ root_env = Environment(
# Where ComponentProgram() will build program executables.
STAGING_DIR = '$DESTINATION_ROOT',
- # Where ComponentLibrary() will build libraries.
- LIBS_DIR = '$COMPONENT_LIBRARY_DIR',
-
# TODO(hammer): when Hammer supports this...
# Have Hammer prefix all Library aliases with lib_ (to avoid
# collisions with the component names themselves).