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

Side by Side Diff: net/net.gypi

Issue 2453093004: Remove dependence on a message loop for net::PathBuilder. (Closed)
Patch Set: remove unnecessary forward decl Created 4 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
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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'cert/internal/parse_name_unittest.cc', 1493 'cert/internal/parse_name_unittest.cc',
1494 'cert/internal/parse_ocsp_unittest.cc', 1494 'cert/internal/parse_ocsp_unittest.cc',
1495 'cert/internal/path_builder_pkits_unittest.cc', 1495 'cert/internal/path_builder_pkits_unittest.cc',
1496 'cert/internal/path_builder_unittest.cc', 1496 'cert/internal/path_builder_unittest.cc',
1497 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', 1497 'cert/internal/path_builder_verify_certificate_chain_unittest.cc',
1498 'cert/internal/signature_algorithm_unittest.cc', 1498 'cert/internal/signature_algorithm_unittest.cc',
1499 'cert/internal/test_helpers.cc', 1499 'cert/internal/test_helpers.cc',
1500 'cert/internal/test_helpers.h', 1500 'cert/internal/test_helpers.h',
1501 'cert/internal/trust_store_collection_unittest.cc', 1501 'cert/internal/trust_store_collection_unittest.cc',
1502 'cert/internal/trust_store_nss_unittest.cc', 1502 'cert/internal/trust_store_nss_unittest.cc',
1503 'cert/internal/trust_store_test_helpers.cc',
1504 'cert/internal/trust_store_test_helpers.h',
1505 'cert/internal/verify_certificate_chain_pkits_unittest.cc', 1503 'cert/internal/verify_certificate_chain_pkits_unittest.cc',
1506 'cert/internal/verify_certificate_chain_typed_unittest.h', 1504 'cert/internal/verify_certificate_chain_typed_unittest.h',
1507 'cert/internal/verify_certificate_chain_unittest.cc', 1505 'cert/internal/verify_certificate_chain_unittest.cc',
1508 'cert/internal/verify_name_match_unittest.cc', 1506 'cert/internal/verify_name_match_unittest.cc',
1509 'cert/internal/verify_signed_data_unittest.cc', 1507 'cert/internal/verify_signed_data_unittest.cc',
1510 'cert/jwk_serializer_unittest.cc', 1508 'cert/jwk_serializer_unittest.cc',
1511 'cert/merkle_audit_proof_unittest.cc', 1509 'cert/merkle_audit_proof_unittest.cc',
1512 'cert/merkle_tree_leaf_unittest.cc', 1510 'cert/merkle_tree_leaf_unittest.cc',
1513 'cert/multi_log_ct_verifier_unittest.cc', 1511 'cert/multi_log_ct_verifier_unittest.cc',
1514 'cert/multi_threaded_cert_verifier_unittest.cc', 1512 'cert/multi_threaded_cert_verifier_unittest.cc',
(...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3334 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3337 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3335 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3338 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3336 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3339 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3337 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3340 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3338 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3341 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3339 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3342 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3340 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3343 ], 3341 ],
3344 } 3342 }
3345 } 3343 }
OLDNEW
« no previous file with comments | « net/cert_net/cert_net_fetcher_impl_unittest.cc ('k') | net/tools/cert_verify_tool/cert_verify_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698