summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 17:11:07 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 17:11:07 +0000
commit0fea4af37eef04b0918ebbe45f8aa51498517c2d (patch)
treeb2656142cf8bcc4bcf1976e53d440b784a47746a /net
parentf1d340148c933cc74f46472e79682adca59cb36e (diff)
downloadchromium_src-0fea4af37eef04b0918ebbe45f8aa51498517c2d.zip
chromium_src-0fea4af37eef04b0918ebbe45f8aa51498517c2d.tar.gz
chromium_src-0fea4af37eef04b0918ebbe45f8aa51498517c2d.tar.bz2
Make net_lib build work with a shared link.
Review URL: http://codereview.chromium.org/20294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/net_lib.scons10
1 files changed, 1 insertions, 9 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons
index 4eb6639..bba6784 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -8,7 +8,7 @@ Configuration for building net.lib / libnet.a.
Import('env')
-env = env.Clone(COMPONENT_STATIC=True)
+env = env.Clone()
env.ApplySConscript([
'$GRIT_DIR/build/using_generated_resources.scons',
@@ -185,14 +185,6 @@ input_files = ChromeFileList([
'http/http_auth_handler_basic.h',
'http/http_auth_handler_digest.cc',
'http/http_auth_handler_digest.h',
- 'http/http_auth.cc',
- 'http/http_auth.h',
- 'http/http_auth_handler.h',
- 'http/http_auth_handler.cc',
- 'http/http_auth_handler_basic.cc',
- 'http/http_auth_handler_basic.h',
- 'http/http_auth_handler_digest.cc',
- 'http/http_auth_handler_digest.h',
'http/http_vary_data.cc',
'http/http_vary_data.h',
]),