Chromium Code Reviews

Side by Side Diff: net/net.gyp

Issue 2866018: Revert 50647 - Create HttpAuthController.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 309 matching lines...)
320 'ftp/ftp_util.h', 320 'ftp/ftp_util.h',
321 'http/des.cc', 321 'http/des.cc',
322 'http/des.h', 322 'http/des.h',
323 'http/http_alternate_protocols.cc', 323 'http/http_alternate_protocols.cc',
324 'http/http_alternate_protocols.h', 324 'http/http_alternate_protocols.h',
325 'http/http_atom_list.h', 325 'http/http_atom_list.h',
326 'http/http_auth.cc', 326 'http/http_auth.cc',
327 'http/http_auth.h', 327 'http/http_auth.h',
328 'http/http_auth_cache.cc', 328 'http/http_auth_cache.cc',
329 'http/http_auth_cache.h', 329 'http/http_auth_cache.h',
330 'http/http_auth_controller.cc',
331 'http/http_auth_controller.h',
332 'http/http_auth_filter.cc', 330 'http/http_auth_filter.cc',
333 'http/http_auth_filter.h', 331 'http/http_auth_filter.h',
334 'http/http_auth_filter_win.h', 332 'http/http_auth_filter_win.h',
335 'http/http_auth_gssapi_posix.cc', 333 'http/http_auth_gssapi_posix.cc',
336 'http/http_auth_gssapi_posix.h', 334 'http/http_auth_gssapi_posix.h',
337 'http/http_auth_handler.cc', 335 'http/http_auth_handler.cc',
338 'http/http_auth_handler.h', 336 'http/http_auth_handler.h',
339 'http/http_auth_handler_basic.cc', 337 'http/http_auth_handler_basic.cc',
340 'http/http_auth_handler_basic.h', 338 'http/http_auth_handler_basic.h',
341 'http/http_auth_handler_digest.cc', 339 'http/http_auth_handler_digest.cc',
(...skipping 736 matching lines...)
1078 ], 1076 ],
1079 }], 1077 }],
1080 ], 1078 ],
1081 } 1079 }
1082 1080
1083 # Local Variables: 1081 # Local Variables:
1084 # tab-width:2 1082 # tab-width:2
1085 # indent-tabs-mode:nil 1083 # indent-tabs-mode:nil
1086 # End: 1084 # End:
1087 # vim: set expandtab tabstop=2 shiftwidth=2: 1085 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine