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 /webkit/tools/test_shell/SConscript | |
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 'webkit/tools/test_shell/SConscript')
-rw-r--r-- | webkit/tools/test_shell/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index d6e6bd6..f41ee88 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -132,7 +132,7 @@ elif env.Bit('linux'): 'test_webview_delegate_gtk.cc', ]) -lib = env.ChromeStaticLibrary('test_shell', input_files) +lib = env.ChromeLibrary('test_shell', input_files) env.Append(LIBS = ['test_shell']) |