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

Unified Diff: build/SConscript.main

Issue 20174: Remove LIBS_DIR usage. (Closed)
Patch Set: Created 11 years, 10 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 | build/SConscript.v8 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
diff --git a/build/SConscript.main b/build/SConscript.main
index 998b342abb56eb41f27f73f090e4080e7c5073fc..c245c2bb58955fb6d7b6c3ce6817fda63452eb41 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).
« no previous file with comments | « no previous file | build/SConscript.v8 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698