diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:04:45 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:04:45 +0000 |
commit | 6eda5f274612edc2a3537e215e27860b177e3b66 (patch) | |
tree | c0fc46dc0a071c3b04542476136714bbbef3a157 /build | |
parent | 3632c58208e0dc2d93fd5450bcd9c731fecb555f (diff) | |
download | chromium_src-6eda5f274612edc2a3537e215e27860b177e3b66.zip chromium_src-6eda5f274612edc2a3537e215e27860b177e3b66.tar.gz chromium_src-6eda5f274612edc2a3537e215e27860b177e3b66.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.main | 9 |
1 files changed, 0 insertions, 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: |