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

Side by Side Diff: net/net.gyp

Issue 5386001: Cache certificate verification results in memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before checkin Created 10 years 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 | Annotate | Revision Log
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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 '../base/base.gyp:base', 834 '../base/base.gyp:base',
835 '../base/base.gyp:base_i18n', 835 '../base/base.gyp:base_i18n',
836 '../testing/gmock.gyp:gmock', 836 '../testing/gmock.gyp:gmock',
837 '../testing/gtest.gyp:gtest', 837 '../testing/gtest.gyp:gtest',
838 '../third_party/zlib/zlib.gyp:zlib', 838 '../third_party/zlib/zlib.gyp:zlib',
839 ], 839 ],
840 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 840 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
841 'sources': [ 841 'sources': [
842 'base/address_list_unittest.cc', 842 'base/address_list_unittest.cc',
843 'base/cert_database_nss_unittest.cc', 843 'base/cert_database_nss_unittest.cc',
844 'base/cert_verifier_unittest.cc',
844 'base/cookie_monster_unittest.cc', 845 'base/cookie_monster_unittest.cc',
845 'base/data_url_unittest.cc', 846 'base/data_url_unittest.cc',
846 'base/directory_lister_unittest.cc', 847 'base/directory_lister_unittest.cc',
847 'base/dnssec_unittest.cc', 848 'base/dnssec_unittest.cc',
848 'base/dns_util_unittest.cc', 849 'base/dns_util_unittest.cc',
849 'base/dnsrr_resolver_unittest.cc', 850 'base/dnsrr_resolver_unittest.cc',
850 'base/escape_unittest.cc', 851 'base/escape_unittest.cc',
851 'base/file_stream_unittest.cc', 852 'base/file_stream_unittest.cc',
852 'base/filter_unittest.cc', 853 'base/filter_unittest.cc',
853 'base/filter_unittest.h', 854 'base/filter_unittest.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 ], 1421 ],
1421 }], 1422 }],
1422 ], 1423 ],
1423 } 1424 }
1424 1425
1425 # Local Variables: 1426 # Local Variables:
1426 # tab-width:2 1427 # tab-width:2
1427 # indent-tabs-mode:nil 1428 # indent-tabs-mode:nil
1428 # End: 1429 # End:
1429 # vim: set expandtab tabstop=2 shiftwidth=2: 1430 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_unittest.cc ('k') | net/proxy/proxy_script_fetcher_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698