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

Unified Diff: chrome/installer/util/util.scons

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 | « chrome/installer/util/SConscript ('k') | third_party/bsdiff/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util.scons
===================================================================
--- chrome/installer/util/util.scons (revision 5480)
+++ chrome/installer/util/util.scons (working copy)
@@ -6,35 +6,24 @@
env = env.Clone()
+env.ApplySConscript([
+ '$BREAKPAD_DIR/using_breakpad.scons',
+ '$CHROME_DIR/third_party/wtl/using_wtl.scons',
+ '$ICU38_DIR/using_icu38.scons',
+ '$LIBJPEG_DIR/using_libjpeg.scons',
+ '$LIBPNG_DIR/using_libpng.scons',
+ '$LIBXML_DIR/using_libxml.scons',
+ '$LZMA_SDK_DIR/using_lzma_sdk.scons',
+ '$NPAPI_DIR/using_npapi.scons',
+ '$SKIA_DIR/using_skia.scons',
+ '$ZLIB_DIR/using_zlib.scons',
+])
env.Prepend(
CPPPATH = [
- '$LZMA_SDK_DIR',
- '$CHROME_DIR/third_party/wtl/include',
- '$NPAPI_DIR',
- '$LIBXML_DIR/include',
- '$SKIA_DIR/include',
- '$SKIA_DIR/include/corecg',
- '$SKIA_DIR/platform',
- '$LIBPNG_DIR',
- '$ZLIB_DIR',
- '$BREAKPAD_DIR/src',
- '$LIBJPEG_DIR',
- '$ICU38_DIR/public/common',
- '$ICU38_DIR/public/i18n',
'$CHROME_SRC_DIR',
'.',
],
- CPPDEFINES = [
- "_LZMA_IN_CB",
- "LIBXML_STATIC",
- "PNG_USER_CONFIG",
- "CHROME_PNG_WRITE_SUPPORT"
- "U_STATIC_IMPLEMENTATION",
- ],
- CCFLAGS = [
- '/TP',
- ],
)
input_files = [
@@ -61,7 +50,7 @@
'work_item_list.cc',
]
-x = env.ChromeStaticLibrary('util', input_files)
+env.ChromeStaticLibrary('util', input_files)
# create_string_rc.py imports FP.py from the tools/grit/grit/extern
Property changes on: chrome\installer\util\util.scons
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/installer/util/SConscript:r69-2775
« no previous file with comments | « chrome/installer/util/SConscript ('k') | third_party/bsdiff/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698