From 6eda5f274612edc2a3537e215e27860b177e3b66 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 12 Feb 2009 17:04:45 +0000 Subject: Remove filtering out of some libraries from shared links. Review URL: http://codereview.chromium.org/23024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9658 0039d316-1c4b-4281-b951-d872f2087c98 --- build/SConscript.main | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build/SConscript.main b/build/SConscript.main index c245c2b..c91ab4f 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -539,15 +539,6 @@ if ARGUMENTS.get('SYMBOLS') == '1': if ARGUMENTS.get('SHARED') == '1': linux_env.Replace(COMPONENT_STATIC=False) - # The shared library build only works for test_shell and test_shell_tests, - # so filter out Chrome. - print "Filtering out chrome and media build targets in shared object build." - linux_env.FilterOut( - BUILD_SCONSCRIPTS = [ - '$CHROME_DIR/chrome.scons', - ] - ) - # Build with system-provided NSS and GTK. if root_env['PLATFORM'] in ['linux', 'linux2', 'posix']: try: -- cgit v1.1