summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',
]),