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

Side by Side Diff: net/net.gypi

Issue 1290553002: [refactor] Extract some test helpers for certificate verification unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_mapper
Patch Set: rebase onto master Created 5 years, 4 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
« no previous file with comments | « net/cert/internal/verify_signed_data_unittest.cc ('k') | no next file » | 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 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 'cert/cert_verify_proc_unittest.cc', 1365 'cert/cert_verify_proc_unittest.cc',
1366 'cert/cert_verify_proc_whitelist_unittest.cc', 1366 'cert/cert_verify_proc_whitelist_unittest.cc',
1367 'cert/crl_set_unittest.cc', 1367 'cert/crl_set_unittest.cc',
1368 'cert/ct_log_response_parser_unittest.cc', 1368 'cert/ct_log_response_parser_unittest.cc',
1369 'cert/ct_log_verifier_unittest.cc', 1369 'cert/ct_log_verifier_unittest.cc',
1370 'cert/ct_objects_extractor_unittest.cc', 1370 'cert/ct_objects_extractor_unittest.cc',
1371 'cert/ct_serialization_unittest.cc', 1371 'cert/ct_serialization_unittest.cc',
1372 'cert/ev_root_ca_metadata_unittest.cc', 1372 'cert/ev_root_ca_metadata_unittest.cc',
1373 'cert/internal/extended_key_usage_unittest.cc', 1373 'cert/internal/extended_key_usage_unittest.cc',
1374 'cert/internal/signature_algorithm_unittest.cc', 1374 'cert/internal/signature_algorithm_unittest.cc',
1375 'cert/internal/test_helpers.cc',
1376 'cert/internal/test_helpers.h',
1375 'cert/internal/verify_name_match_unittest.cc', 1377 'cert/internal/verify_name_match_unittest.cc',
1376 'cert/internal/verify_signed_data_unittest.cc', 1378 'cert/internal/verify_signed_data_unittest.cc',
1377 'cert/jwk_serializer_unittest.cc', 1379 'cert/jwk_serializer_unittest.cc',
1378 'cert/multi_log_ct_verifier_unittest.cc', 1380 'cert/multi_log_ct_verifier_unittest.cc',
1379 'cert/multi_threaded_cert_verifier_unittest.cc', 1381 'cert/multi_threaded_cert_verifier_unittest.cc',
1380 'cert/nss_cert_database_chromeos_unittest.cc', 1382 'cert/nss_cert_database_chromeos_unittest.cc',
1381 'cert/nss_cert_database_unittest.cc', 1383 'cert/nss_cert_database_unittest.cc',
1382 'cert/nss_profile_filter_chromeos_unittest.cc', 1384 'cert/nss_profile_filter_chromeos_unittest.cc',
1383 'cert/pem_tokenizer_unittest.cc', 1385 'cert/pem_tokenizer_unittest.cc',
1384 'cert/sha256_legacy_support_win_unittest.cc', 1386 'cert/sha256_legacy_support_win_unittest.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 'README.md', 1879 'README.md',
1878 'docs/bug-triage.md', 1880 'docs/bug-triage.md',
1879 'docs/bug-triage-labels.md', 1881 'docs/bug-triage-labels.md',
1880 'docs/bug-triage-suggested-workflow.md', 1882 'docs/bug-triage-suggested-workflow.md',
1881 'docs/life-of-a-url-request.md', 1883 'docs/life-of-a-url-request.md',
1882 'sdch/README.md', 1884 'sdch/README.md',
1883 ], 1885 ],
1884 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1886 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1885 } 1887 }
1886 } 1888 }
OLDNEW
« no previous file with comments | « net/cert/internal/verify_signed_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698