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

Unified Diff: build/SConscript.v8

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 | « build/SConscript.main ('k') | chrome/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.v8
diff --git a/build/SConscript.v8 b/build/SConscript.v8
index fc7fa818d69758a76c395e4284b9d63c1e4e20be..7660b44a6d3d0508a4f3c747f0d925770435c018 100644
--- a/build/SConscript.v8
+++ b/build/SConscript.v8
@@ -79,7 +79,7 @@ env.Precious(v8)
env.Install('$TARGET_ROOT', v8[0])
-env.Install('$LIBS_DIR', v8[1])
+env.Install('$LIB_DIR', v8[1])
env.Install('$V8_DIR', '$V8_MODE_DIR/snapshot-empty${OBJSUFFIX}')
# To satisfy tests expecting the following .exe name.
« no previous file with comments | « build/SConscript.main ('k') | chrome/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698