diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-26 04:38:25 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-26 04:38:25 +0000 |
commit | de2c4cca42e52e97d240f6de1dbc8094777f9871 (patch) | |
tree | 0d5bd659b3a6da4cdfa1831e174a730d12769595 /third_party | |
parent | 1c4fdfb4145e39979c5095546ced9f07578ccb4d (diff) | |
download | chromium_src-de2c4cca42e52e97d240f6de1dbc8094777f9871.zip chromium_src-de2c4cca42e52e97d240f6de1dbc8094777f9871.tar.gz chromium_src-de2c4cca42e52e97d240f6de1dbc8094777f9871.tar.bz2 |
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well.
Add a SHARED scons command-line flag to build shared libraries.
Review URL: http://codereview.chromium.org/16477
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/bspatch/bspatch.scons | 2 | ||||
-rw-r--r-- | third_party/bzip2/bzip2.scons | 2 | ||||
-rw-r--r-- | third_party/libevent/libevent.scons | 2 | ||||
-rw-r--r-- | third_party/libjpeg/libjpeg.scons | 2 | ||||
-rw-r--r-- | third_party/libpng/libpng.scons | 2 | ||||
-rw-r--r-- | third_party/libxml/libxml.scons | 2 | ||||
-rw-r--r-- | third_party/libxslt/libxslt.scons | 2 | ||||
-rw-r--r-- | third_party/lzma_sdk/lzma_sdk.scons | 2 | ||||
-rw-r--r-- | third_party/modp_b64/modp_b64.scons | 2 | ||||
-rw-r--r-- | third_party/sqlite/SConscript | 2 | ||||
-rw-r--r-- | third_party/zlib/zlib.scons | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons index 97cf01c..654bc41 100644 --- a/third_party/bspatch/bspatch.scons +++ b/third_party/bspatch/bspatch.scons @@ -27,7 +27,7 @@ input_files = [ 'mbspatch.cc', ] -env.ChromeStaticLibrary('bspatch', input_files) +env.ChromeLibrary('bspatch', input_files) env.ChromeMSVSProject('$BSPATCH_DIR/bspatch.vcproj', guid='{D7ED06E8-6138-4CE3-A906-5EF1D9C804E0}') diff --git a/third_party/bzip2/bzip2.scons b/third_party/bzip2/bzip2.scons index 843de84..c144906 100644 --- a/third_party/bzip2/bzip2.scons +++ b/third_party/bzip2/bzip2.scons @@ -38,7 +38,7 @@ input_files = [ 'randtable.c', ] -env.ChromeStaticLibrary('bzip2', input_files) +env.ChromeLibrary('bzip2', input_files) env.ChromeMSVSProject('$BZIP2_DIR/bzip2.vcproj', guid='{2A70CBF0-847E-4E3A-B926-542A656DC7FE}') diff --git a/third_party/libevent/libevent.scons b/third_party/libevent/libevent.scons index 124f825..f8fc4bf 100644 --- a/third_party/libevent/libevent.scons +++ b/third_party/libevent/libevent.scons @@ -73,4 +73,4 @@ if env.Bit('mac'): ]) -env.ChromeStaticLibrary('event', input_files) +env.ChromeLibrary('event', input_files) diff --git a/third_party/libjpeg/libjpeg.scons b/third_party/libjpeg/libjpeg.scons index 0cc3919..fb1e295e 100644 --- a/third_party/libjpeg/libjpeg.scons +++ b/third_party/libjpeg/libjpeg.scons @@ -99,7 +99,7 @@ input_files = [ 'jutils.c', ] -env.ChromeStaticLibrary('libjpeg', input_files) +env.ChromeLibrary('libjpeg', input_files) env.ChromeMSVSProject('$LIBJPEG_DIR/libjpeg.vcproj', guid='{238CE175-76CE-4A25-A676-69D115885601}') diff --git a/third_party/libpng/libpng.scons b/third_party/libpng/libpng.scons index 8716157..9c366a9 100644 --- a/third_party/libpng/libpng.scons +++ b/third_party/libpng/libpng.scons @@ -62,7 +62,7 @@ input_files = ChromeFileList([ 'pngwutil.c', ]) -env.ChromeStaticLibrary('libpng', input_files) +env.ChromeLibrary('libpng', input_files) p = env.ChromeMSVSProject('libpng.vcproj', guid='{C564F145-9172-42C3-BFCB-6014CA97DBCD}', diff --git a/third_party/libxml/libxml.scons b/third_party/libxml/libxml.scons index 63cd173..d7f05fa 100644 --- a/third_party/libxml/libxml.scons +++ b/third_party/libxml/libxml.scons @@ -113,7 +113,7 @@ input_files = [ 'xpointer.c', ] -env.ChromeStaticLibrary('libxml', input_files) +env.ChromeLibrary('libxml', input_files) env.ChromeMSVSProject('$LIBXML_DIR/build/libxml.vcproj', dependencies = [ diff --git a/third_party/libxslt/libxslt.scons b/third_party/libxslt/libxslt.scons index f40bf8f..6e95764 100644 --- a/third_party/libxslt/libxslt.scons +++ b/third_party/libxslt/libxslt.scons @@ -85,7 +85,7 @@ input_files = [ 'libxslt/xsltutils.c', ] -env.ChromeStaticLibrary('libxslt', input_files) +env.ChromeLibrary('libxslt', input_files) env.ChromeMSVSProject('$LIBXSLT_DIR/build/libxslt.vcproj', dependencies = [ diff --git a/third_party/lzma_sdk/lzma_sdk.scons b/third_party/lzma_sdk/lzma_sdk.scons index fc16f9e..e50c5ea 100644 --- a/third_party/lzma_sdk/lzma_sdk.scons +++ b/third_party/lzma_sdk/lzma_sdk.scons @@ -46,7 +46,7 @@ input_files = [ 'Compress/Lzma/LzmaDecode.c', ] -env.ChromeStaticLibrary('lzma_sdk', input_files) +env.ChromeLibrary('lzma_sdk', input_files) env.ChromeMSVSProject('$LZMA_SDK_DIR/7z_C.vcproj', name='lzma_sdk', diff --git a/third_party/modp_b64/modp_b64.scons b/third_party/modp_b64/modp_b64.scons index bdc1162..f114e8e 100644 --- a/third_party/modp_b64/modp_b64.scons +++ b/third_party/modp_b64/modp_b64.scons @@ -22,7 +22,7 @@ input_files = [ 'modp_b64.cc', ] -env.ChromeStaticLibrary('modp_b64', input_files) +env.ChromeLibrary('modp_b64', input_files) env.ChromeMSVSProject('$MODP_B64_DIR/modp_b64.vcproj', guid='{7100F41F-868D-4E99-80A2-AF8E6574749D}') diff --git a/third_party/sqlite/SConscript b/third_party/sqlite/SConscript index 3c891b8..eb69b44 100644 --- a/third_party/sqlite/SConscript +++ b/third_party/sqlite/SConscript @@ -91,7 +91,7 @@ input_files = [ 'where.c', ] -env.ChromeStaticLibrary('sqlite', input_files) +env.ChromeLibrary('sqlite', input_files) env.ChromeMSVSProject('$SQLITE_DIR/sqlite.vcproj', guid='{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}') diff --git a/third_party/zlib/zlib.scons b/third_party/zlib/zlib.scons index 91c19ae..5aa0299 100644 --- a/third_party/zlib/zlib.scons +++ b/third_party/zlib/zlib.scons @@ -52,7 +52,7 @@ input_files = ChromeFileList([ 'zutil.h', ]) -env.ChromeStaticLibrary('zlib', input_files) +env.ChromeLibrary('zlib', input_files) p = env.ChromeMSVSProject('zlib.vcproj', guid='{8423AF0D-4B88-4EBF-94E1-E4D00D00E21C}', |