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

Side by Side Diff: net/net.gyp

Issue 8467031: net: make pinning enforcement timeout after ten weeks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'base/address_list_net_log_param.cc', 45 'base/address_list_net_log_param.cc',
46 'base/address_list_net_log_param.h', 46 'base/address_list_net_log_param.h',
47 'base/asn1_util.cc', 47 'base/asn1_util.cc',
48 'base/asn1_util.h', 48 'base/asn1_util.h',
49 'base/auth.cc', 49 'base/auth.cc',
50 'base/auth.h', 50 'base/auth.h',
51 'base/backoff_entry.cc', 51 'base/backoff_entry.cc',
52 'base/backoff_entry.h', 52 'base/backoff_entry.h',
53 'base/bandwidth_metrics.cc', 53 'base/bandwidth_metrics.cc',
54 'base/bandwidth_metrics.h', 54 'base/bandwidth_metrics.h',
55 'base/build_time.cc',
56 'base/build_time.h',
55 'base/cache_type.h', 57 'base/cache_type.h',
56 'base/capturing_net_log.cc', 58 'base/capturing_net_log.cc',
57 'base/capturing_net_log.h', 59 'base/capturing_net_log.h',
58 'base/cert_database.cc', 60 'base/cert_database.cc',
59 'base/cert_database.h', 61 'base/cert_database.h',
60 'base/cert_database_mac.cc', 62 'base/cert_database_mac.cc',
61 'base/cert_database_nss.cc', 63 'base/cert_database_nss.cc',
62 'base/cert_database_openssl.cc', 64 'base/cert_database_openssl.cc',
63 'base/cert_database_win.cc', 65 'base/cert_database_win.cc',
64 'base/cert_status_flags.cc', 66 'base/cert_status_flags.cc',
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 952 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
951 '../build/temp_gyp/googleurl.gyp:googleurl', 953 '../build/temp_gyp/googleurl.gyp:googleurl',
952 '../crypto/crypto.gyp:crypto', 954 '../crypto/crypto.gyp:crypto',
953 '../testing/gmock.gyp:gmock', 955 '../testing/gmock.gyp:gmock',
954 '../testing/gtest.gyp:gtest', 956 '../testing/gtest.gyp:gtest',
955 '../third_party/zlib/zlib.gyp:zlib', 957 '../third_party/zlib/zlib.gyp:zlib',
956 ], 958 ],
957 'sources': [ 959 'sources': [
958 'base/address_list_unittest.cc', 960 'base/address_list_unittest.cc',
959 'base/backoff_entry_unittest.cc', 961 'base/backoff_entry_unittest.cc',
962 'base/build_time_unittest.cc',
960 'base/cert_database_nss_unittest.cc', 963 'base/cert_database_nss_unittest.cc',
961 'base/cert_verifier_unittest.cc', 964 'base/cert_verifier_unittest.cc',
962 'base/cookie_monster_unittest.cc', 965 'base/cookie_monster_unittest.cc',
963 'base/crl_set_unittest.cc', 966 'base/crl_set_unittest.cc',
964 'base/data_url_unittest.cc', 967 'base/data_url_unittest.cc',
965 'base/default_origin_bound_cert_store_unittest.cc', 968 'base/default_origin_bound_cert_store_unittest.cc',
966 'base/directory_lister_unittest.cc', 969 'base/directory_lister_unittest.cc',
967 'base/dnssec_unittest.cc', 970 'base/dnssec_unittest.cc',
968 'base/dns_util_unittest.cc', 971 'base/dns_util_unittest.cc',
969 'base/dnsrr_resolver_unittest.cc', 972 'base/dnsrr_resolver_unittest.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 'tools/dump_cache/url_to_filename_encoder.cc', 1630 'tools/dump_cache/url_to_filename_encoder.cc',
1628 'tools/dump_cache/url_to_filename_encoder.h', 1631 'tools/dump_cache/url_to_filename_encoder.h',
1629 'tools/dump_cache/url_utilities.h', 1632 'tools/dump_cache/url_utilities.h',
1630 'tools/dump_cache/url_utilities.cc', 1633 'tools/dump_cache/url_utilities.cc',
1631 ], 1634 ],
1632 }, 1635 },
1633 ], 1636 ],
1634 }], 1637 }],
1635 ], 1638 ],
1636 } 1639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698