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

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: Add unit tests. Ready for review. 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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '../base/base.gyp:base', 824 '../base/base.gyp:base',
825 '../base/base.gyp:base_i18n', 825 '../base/base.gyp:base_i18n',
826 '../testing/gmock.gyp:gmock', 826 '../testing/gmock.gyp:gmock',
827 '../testing/gtest.gyp:gtest', 827 '../testing/gtest.gyp:gtest',
828 '../third_party/zlib/zlib.gyp:zlib', 828 '../third_party/zlib/zlib.gyp:zlib',
829 ], 829 ],
830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
831 'sources': [ 831 'sources': [
832 'base/address_list_unittest.cc', 832 'base/address_list_unittest.cc',
833 'base/cert_database_nss_unittest.cc', 833 'base/cert_database_nss_unittest.cc',
834 'base/cert_verifier_unittest.cc',
834 'base/cookie_monster_unittest.cc', 835 'base/cookie_monster_unittest.cc',
835 'base/data_url_unittest.cc', 836 'base/data_url_unittest.cc',
836 'base/directory_lister_unittest.cc', 837 'base/directory_lister_unittest.cc',
837 'base/dnssec_unittest.cc', 838 'base/dnssec_unittest.cc',
838 'base/dns_util_unittest.cc', 839 'base/dns_util_unittest.cc',
839 'base/dnsrr_resolver_unittest.cc', 840 'base/dnsrr_resolver_unittest.cc',
840 'base/escape_unittest.cc', 841 'base/escape_unittest.cc',
841 'base/file_stream_unittest.cc', 842 'base/file_stream_unittest.cc',
842 'base/filter_unittest.cc', 843 'base/filter_unittest.cc',
843 'base/filter_unittest.h', 844 'base/filter_unittest.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 ], 1450 ],
1450 }], 1451 }],
1451 ], 1452 ],
1452 } 1453 }
1453 1454
1454 # Local Variables: 1455 # Local Variables:
1455 # tab-width:2 1456 # tab-width:2
1456 # indent-tabs-mode:nil 1457 # indent-tabs-mode:nil
1457 # End: 1458 # End:
1458 # vim: set expandtab tabstop=2 shiftwidth=2: 1459 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698