Index: build/SConscript.main |
diff --git a/build/SConscript.main b/build/SConscript.main |
index c245c2bb58955fb6d7b6c3ce6817fda63452eb41..c91ab4fc9e5da87d08d5e606a6ba084b0271b5ac 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: |