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

Unified Diff: chrome/SConscript

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.v8 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
diff --git a/chrome/SConscript b/chrome/SConscript
index bffffeac66e4a69782124485d4f6261706e6cf35..dd33cde4cee8b17986225d6bdbfac9287550151d 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -759,7 +759,7 @@ env.SConscript(sconscript_files, exports=['env', 'env_res', 'env_test'])
# TODO(port)
if env.Bit('windows'):
- env.InstallAs('$LIBS_DIR/${LIBPREFIX}jscre${LIBSUFFIX}',
+ env.InstallAs('$LIB_DIR/${LIBPREFIX}jscre${LIBSUFFIX}',
'$WEBKIT_DIR/JavaScriptCore_pcre.lib')
« no previous file with comments | « build/SConscript.v8 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698