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

Side by Side Diff: net/net.gyp

Issue 2808020: Create HttpAuthController. (Closed)
Patch Set: Fix mem leak Created 10 years, 6 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 unified diff | Download patch
« 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...) Expand 10 before | Expand all | Expand 10 after
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',
330 'http/http_auth_filter.cc', 332 'http/http_auth_filter.cc',
331 'http/http_auth_filter.h', 333 'http/http_auth_filter.h',
332 'http/http_auth_filter_win.h', 334 'http/http_auth_filter_win.h',
333 'http/http_auth_gssapi_posix.cc', 335 'http/http_auth_gssapi_posix.cc',
334 'http/http_auth_gssapi_posix.h', 336 'http/http_auth_gssapi_posix.h',
335 'http/http_auth_handler.cc', 337 'http/http_auth_handler.cc',
336 'http/http_auth_handler.h', 338 'http/http_auth_handler.h',
337 'http/http_auth_handler_basic.cc', 339 'http/http_auth_handler_basic.cc',
338 'http/http_auth_handler_basic.h', 340 'http/http_auth_handler_basic.h',
339 'http/http_auth_handler_digest.cc', 341 'http/http_auth_handler_digest.cc',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 ], 1078 ],
1077 }], 1079 }],
1078 ], 1080 ],
1079 } 1081 }
1080 1082
1081 # Local Variables: 1083 # Local Variables:
1082 # tab-width:2 1084 # tab-width:2
1083 # indent-tabs-mode:nil 1085 # indent-tabs-mode:nil
1084 # End: 1086 # End:
1085 # vim: set expandtab tabstop=2 shiftwidth=2: 1087 # 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
This is Rietveld 408576698