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

Unified Diff: build/SConscript.main

Issue 10952: More *.scons renaming:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | chrome/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 5480)
+++ build/SConscript.main (working copy)
@@ -241,18 +241,18 @@
if not root_env.WantSystemLib('libxslt'):
sconscripts.append('$LIBXSLT_DIR/SConscript')
if not root_env.WantSystemLib('lzma_sdk'):
- sconscripts.append('$LZMA_SDK_DIR/SConscript')
+ sconscripts.append('$LZMA_SDK_DIR/lzma_sdk.scons')
if not root_env.WantSystemLib('zlib'):
sconscripts.append('$ZLIB_DIR/zlib.scons')
root_env.Append(ZLIB_LIB = ['zlib'])
else:
root_env.Append(ZLIB_LIB = ['z'])
sconscripts.extend([
- '$BSDIFF_DIR/SConscript',
+ '$BSDIFF_DIR/bsdiff.scons',
+ '$BSPATCH_DIR/bspatch.scons',
'$DMG_FP_DIR/dmg_fp.scons',
'$ICU38_DIR/icu38.scons',
'$MODP_B64_DIR/modp_b64.scons',
- '$BSPATCH_DIR/SConscript',
])
if LoadComponent('v8') and root_env.Dir('$CHROME_SRC_DIR/v8').exists():
@@ -510,8 +510,8 @@
linux_env.FilterOut(
BUILD_SCONSCRIPTS = [
- '$BSPATCH_DIR/SConscript',
- '$BSDIFF_DIR/SConscript',
+ '$BSPATCH_DIR/bspatch.scons',
+ '$BSDIFF_DIR/bsdiff.scons',
'$GEARS_DIR/SConscript',
'$GOOGLE_UPDATE_DIR/SConscript',
'$RLZ_DIR/SConscript',
@@ -601,8 +601,8 @@
mac_env.FilterOut(
BUILD_SCONSCRIPTS = [
- '$BSPATCH_DIR/SConscript',
- '$BSDIFF_DIR/SConscript',
+ '$BSPATCH_DIR/bspatch.scons',
+ '$BSDIFF_DIR/bsdiff.scons',
'$LIBJPEG_DIR/SConscript',
'$LIBXML_DIR/SConscript',
'$LIBXSLT_DIR/SConscript',
« no previous file with comments | « no previous file | chrome/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698