From de2c4cca42e52e97d240f6de1dbc8094777f9871 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Fri, 26 Dec 2008 04:38:25 +0000 Subject: 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 --- breakpad/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'breakpad') diff --git a/breakpad/SConscript b/breakpad/SConscript index c80614b..fe2ca9f 100644 --- a/breakpad/SConscript +++ b/breakpad/SConscript @@ -26,7 +26,7 @@ if env.Bit('windows'): 'src/common/windows/http_upload.cc', ] - env.ChromeStaticLibrary('breakpad_sender', sender_input_files) + env.ChromeLibrary('breakpad_sender', sender_input_files) env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_sender.vcproj', guid='{9946A048-043B-4F8F-9E07-9297B204714C}') @@ -48,7 +48,7 @@ elif env.Bit('linux'): 'src/client/linux/handler/linux_thread.cc', ] -env.ChromeStaticLibrary('breakpad_handler', handler_input_files) +env.ChromeLibrary('breakpad_handler', handler_input_files) env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_handler.vcproj', guid='{B55CA863-B374-4BAF-95AC-539E4FA4C90C}') -- cgit v1.1