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

Side by Side Diff: net/net.gyp

Issue 8340026: Use AuthCredentials throughout the network stack instead of username/password. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix comments Created 9 years, 1 month 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_transaction_unittest.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'base/x509_certificate.h', 245 'base/x509_certificate.h',
246 'base/x509_certificate_mac.cc', 246 'base/x509_certificate_mac.cc',
247 'base/x509_certificate_nss.cc', 247 'base/x509_certificate_nss.cc',
248 'base/x509_certificate_openssl.cc', 248 'base/x509_certificate_openssl.cc',
249 'base/x509_certificate_win.cc', 249 'base/x509_certificate_win.cc',
250 'base/x509_util.h', 250 'base/x509_util.h',
251 'base/x509_util_nss.cc', 251 'base/x509_util_nss.cc',
252 'base/x509_util_nss.h', 252 'base/x509_util_nss.h',
253 'base/x509_util_openssl.cc', 253 'base/x509_util_openssl.cc',
254 'base/x509_util_openssl.h', 254 'base/x509_util_openssl.h',
255 'base/zap.cc',
256 'base/zap.h',
255 'disk_cache/addr.cc', 257 'disk_cache/addr.cc',
256 'disk_cache/addr.h', 258 'disk_cache/addr.h',
257 'disk_cache/backend_impl.cc', 259 'disk_cache/backend_impl.cc',
258 'disk_cache/backend_impl.h', 260 'disk_cache/backend_impl.h',
259 'disk_cache/bitmap.cc', 261 'disk_cache/bitmap.cc',
260 'disk_cache/bitmap.h', 262 'disk_cache/bitmap.h',
261 'disk_cache/block_files.cc', 263 'disk_cache/block_files.cc',
262 'disk_cache/block_files.h', 264 'disk_cache/block_files.h',
263 'disk_cache/cache_util.h', 265 'disk_cache/cache_util.h',
264 'disk_cache/cache_util_posix.cc', 266 'disk_cache/cache_util_posix.cc',
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'tools/dump_cache/url_to_filename_encoder.cc', 1625 'tools/dump_cache/url_to_filename_encoder.cc',
1624 'tools/dump_cache/url_to_filename_encoder.h', 1626 'tools/dump_cache/url_to_filename_encoder.h',
1625 'tools/dump_cache/url_utilities.h', 1627 'tools/dump_cache/url_utilities.h',
1626 'tools/dump_cache/url_utilities.cc', 1628 'tools/dump_cache/url_utilities.cc',
1627 ], 1629 ],
1628 }, 1630 },
1629 ], 1631 ],
1630 }], 1632 }],
1631 ], 1633 ],
1632 } 1634 }
OLDNEW
« no previous file with comments | « net/http/http_transaction_unittest.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698