diff options
Diffstat (limited to 'net/SConscript')
-rw-r--r-- | net/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/SConscript b/net/SConscript index 225647d..806904a 100644 --- a/net/SConscript +++ b/net/SConscript @@ -63,6 +63,10 @@ input_files = [ 'disk_cache/stats_histogram.cc', 'disk_cache/trace.cc', 'http/cert_status_cache.cc', + 'http/http_auth.cc', + 'http/http_auth_handler.cc', + 'http/http_auth_handler_basic.cc', + 'http/http_auth_handler_digest.cc', 'http/http_cache.cc', 'http/http_chunked_decoder.cc', 'http/http_response_headers.cc', |