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

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 merging issue Created 4 years, 7 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'cert/crl_set_storage.h', 386 'cert/crl_set_storage.h',
387 'cert/ct_ev_whitelist.h', 387 'cert/ct_ev_whitelist.h',
388 'cert/ct_log_response_parser.cc', 388 'cert/ct_log_response_parser.cc',
389 'cert/ct_log_response_parser.h', 389 'cert/ct_log_response_parser.h',
390 'cert/ct_log_verifier.cc', 390 'cert/ct_log_verifier.cc',
391 'cert/ct_log_verifier.h', 391 'cert/ct_log_verifier.h',
392 'cert/ct_log_verifier_util.cc', 392 'cert/ct_log_verifier_util.cc',
393 'cert/ct_log_verifier_util.h', 393 'cert/ct_log_verifier_util.h',
394 'cert/ct_objects_extractor.cc', 394 'cert/ct_objects_extractor.cc',
395 'cert/ct_objects_extractor.h', 395 'cert/ct_objects_extractor.h',
396 'cert/ct_sct_to_string.cc',
397 'cert/ct_sct_to_string.h',
396 'cert/ct_serialization.cc', 398 'cert/ct_serialization.cc',
397 'cert/ct_serialization.h', 399 'cert/ct_serialization.h',
398 'cert/ct_signed_certificate_timestamp_log_param.cc', 400 'cert/ct_signed_certificate_timestamp_log_param.cc',
399 'cert/ct_signed_certificate_timestamp_log_param.h', 401 'cert/ct_signed_certificate_timestamp_log_param.h',
400 'cert/ev_root_ca_metadata.cc', 402 'cert/ev_root_ca_metadata.cc',
401 'cert/ev_root_ca_metadata.h', 403 'cert/ev_root_ca_metadata.h',
402 'cert/jwk_serializer.cc', 404 'cert/jwk_serializer.cc',
403 'cert/jwk_serializer.h', 405 'cert/jwk_serializer.h',
404 'cert/merkle_consistency_proof.cc', 406 'cert/merkle_consistency_proof.cc',
405 'cert/merkle_consistency_proof.h', 407 'cert/merkle_consistency_proof.h',
(...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3096 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3095 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3096 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3100 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3099 ], 3101 ],
3100 } 3102 }
3101 } 3103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698