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

Side by Side Diff: net/net.gypi

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed NetLog token Created 4 years, 6 months 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
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'cert/crl_set_storage.h', 391 'cert/crl_set_storage.h',
392 'cert/ct_ev_whitelist.h', 392 'cert/ct_ev_whitelist.h',
393 'cert/ct_log_response_parser.cc', 393 'cert/ct_log_response_parser.cc',
394 'cert/ct_log_response_parser.h', 394 'cert/ct_log_response_parser.h',
395 'cert/ct_log_verifier.cc', 395 'cert/ct_log_verifier.cc',
396 'cert/ct_log_verifier.h', 396 'cert/ct_log_verifier.h',
397 'cert/ct_log_verifier_util.cc', 397 'cert/ct_log_verifier_util.cc',
398 'cert/ct_log_verifier_util.h', 398 'cert/ct_log_verifier_util.h',
399 'cert/ct_objects_extractor.cc', 399 'cert/ct_objects_extractor.cc',
400 'cert/ct_objects_extractor.h', 400 'cert/ct_objects_extractor.h',
401 'cert/ct_sct_to_string.cc',
402 'cert/ct_sct_to_string.h',
401 'cert/ct_serialization.cc', 403 'cert/ct_serialization.cc',
402 'cert/ct_serialization.h', 404 'cert/ct_serialization.h',
403 'cert/ct_signed_certificate_timestamp_log_param.cc', 405 'cert/ct_signed_certificate_timestamp_log_param.cc',
404 'cert/ct_signed_certificate_timestamp_log_param.h', 406 'cert/ct_signed_certificate_timestamp_log_param.h',
405 'cert/ev_root_ca_metadata.cc', 407 'cert/ev_root_ca_metadata.cc',
406 'cert/ev_root_ca_metadata.h', 408 'cert/ev_root_ca_metadata.h',
407 'cert/jwk_serializer.cc', 409 'cert/jwk_serializer.cc',
408 'cert/jwk_serializer.h', 410 'cert/jwk_serializer.h',
409 'cert/merkle_audit_proof.cc', 411 'cert/merkle_audit_proof.cc',
410 'cert/merkle_audit_proof.h', 412 'cert/merkle_audit_proof.h',
(...skipping 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3133 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3137 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3136 ], 3138 ],
3137 } 3139 }
3138 } 3140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698