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

Side by Side Diff: net/net.gypi

Issue 2436233002: Record UMA metrics for Must-Staple certificates on private roots (Closed)
Patch Set: ... and to README Created 4 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/data/ssl/scripts/generate-test-certs.sh ('k') | tools/metrics/histograms/histograms.xml » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 'data/ssl/certificates/self-signed-invalid-name.pem', 2277 'data/ssl/certificates/self-signed-invalid-name.pem',
2278 'data/ssl/certificates/self-signed-invalid-sig.pem', 2278 'data/ssl/certificates/self-signed-invalid-sig.pem',
2279 'data/ssl/certificates/sha1_2016.pem', 2279 'data/ssl/certificates/sha1_2016.pem',
2280 'data/ssl/certificates/sha1_dec_2015.pem', 2280 'data/ssl/certificates/sha1_dec_2015.pem',
2281 'data/ssl/certificates/sha1_jan_2016.pem', 2281 'data/ssl/certificates/sha1_jan_2016.pem',
2282 'data/ssl/certificates/spdy_pooling.pem', 2282 'data/ssl/certificates/spdy_pooling.pem',
2283 'data/ssl/certificates/start_after_expiry.pem', 2283 'data/ssl/certificates/start_after_expiry.pem',
2284 'data/ssl/certificates/subjectAltName_sanity_check.pem', 2284 'data/ssl/certificates/subjectAltName_sanity_check.pem',
2285 'data/ssl/certificates/test_mail_google_com.pem', 2285 'data/ssl/certificates/test_mail_google_com.pem',
2286 'data/ssl/certificates/thawte.single.pem', 2286 'data/ssl/certificates/thawte.single.pem',
2287 'data/ssl/certificates/tls_feature_extension.pem',
2287 'data/ssl/certificates/twitter-chain.pem', 2288 'data/ssl/certificates/twitter-chain.pem',
2288 'data/ssl/certificates/unescaped.pem', 2289 'data/ssl/certificates/unescaped.pem',
2289 'data/ssl/certificates/unittest.key.bin', 2290 'data/ssl/certificates/unittest.key.bin',
2290 'data/ssl/certificates/unittest.originbound.der', 2291 'data/ssl/certificates/unittest.originbound.der',
2291 'data/ssl/certificates/unittest.originbound.key.der', 2292 'data/ssl/certificates/unittest.originbound.key.der',
2292 'data/ssl/certificates/unittest.selfsigned.der', 2293 'data/ssl/certificates/unittest.selfsigned.der',
2293 'data/ssl/certificates/verisign_intermediate_ca_2011.pem', 2294 'data/ssl/certificates/verisign_intermediate_ca_2011.pem',
2294 'data/ssl/certificates/verisign_intermediate_ca_2016.pem', 2295 'data/ssl/certificates/verisign_intermediate_ca_2016.pem',
2295 'data/ssl/certificates/weak_digest_md2_ee.pem', 2296 'data/ssl/certificates/weak_digest_md2_ee.pem',
2296 'data/ssl/certificates/weak_digest_md2_intermediate.pem', 2297 'data/ssl/certificates/weak_digest_md2_intermediate.pem',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3280 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3281 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3281 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3282 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3282 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3283 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3283 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3284 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3284 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3285 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3285 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3286 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3286 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3287 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3287 ], 3288 ],
3288 } 3289 }
3289 } 3290 }
OLDNEW
« no previous file with comments | « net/data/ssl/scripts/generate-test-certs.sh ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698