Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3361)

Unified Diff: build/SConscript.main

Issue 23024: Remove filtering out of some libraries from shared links. (Closed)
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698