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

Unified Diff: net/net.gyp

Issue 27303: Bring net.gyp up to date with Chromium r10667 (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
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: net/net.gyp
===================================================================
--- net/net.gyp (revision 10670)
+++ net/net.gyp (working copy)
@@ -191,6 +191,8 @@
'ftp/ftp_response_info.h',
'ftp/ftp_transaction.h',
'ftp/ftp_transaction_factory.h',
+ 'http/des.cc',
+ 'http/des.h',
'http/http_atom_list.h',
'http/http_auth.cc',
'http/http_auth.h',
@@ -202,6 +204,8 @@
'http/http_auth_handler_basic.h',
'http/http_auth_handler_digest.cc',
'http/http_auth_handler_digest.h',
+ 'http/http_auth_handler_ntlm.cc',
+ 'http/http_auth_handler_ntlm.h',
'http/http_cache.cc',
'http/http_cache.h',
'http/http_chunked_decoder.cc',
@@ -222,6 +226,8 @@
'http/http_util.h',
'http/http_vary_data.cc',
'http/http_vary_data.h',
+ 'http/md4.cc',
+ 'http/md4.h',
'proxy/proxy_config_service_fixed.h',
'proxy/proxy_config_service_win.cc',
'proxy/proxy_config_service_win.h',
@@ -402,6 +408,7 @@
'disk_cache/mapped_file_unittest.cc',
'disk_cache/storage_block_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
+ 'http/des_unittest.cc',
'http/http_auth_cache_unittest.cc',
'http/http_auth_handler_basic_unittest.cc',
'http/http_auth_handler_digest_unittest.cc',
« 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