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

Side by Side Diff: net/net.gypi

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compare_DN2
Patch Set: changes for comment #16 Created 5 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/net.gyp ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'cert/crl_set.cc', 75 'cert/crl_set.cc',
76 'cert/crl_set.h', 76 'cert/crl_set.h',
77 'cert/ct_known_logs.cc', 77 'cert/ct_known_logs.cc',
78 'cert/ct_known_logs.h', 78 'cert/ct_known_logs.h',
79 'cert/ct_known_logs_static.h', 79 'cert/ct_known_logs_static.h',
80 'cert/ct_verifier.h', 80 'cert/ct_verifier.h',
81 'cert/ct_verify_result.cc', 81 'cert/ct_verify_result.cc',
82 'cert/ct_verify_result.h', 82 'cert/ct_verify_result.h',
83 'cert/internal/extended_key_usage.cc', 83 'cert/internal/extended_key_usage.cc',
84 'cert/internal/extended_key_usage.h', 84 'cert/internal/extended_key_usage.h',
85 'cert/internal/name_constraints.cc',
86 'cert/internal/name_constraints.h',
85 'cert/internal/parse_certificate.cc', 87 'cert/internal/parse_certificate.cc',
86 'cert/internal/parse_certificate.h', 88 'cert/internal/parse_certificate.h',
87 'cert/internal/signature_algorithm.cc', 89 'cert/internal/signature_algorithm.cc',
88 'cert/internal/signature_algorithm.h', 90 'cert/internal/signature_algorithm.h',
89 'cert/internal/signature_policy.cc', 91 'cert/internal/signature_policy.cc',
90 'cert/internal/signature_policy.h', 92 'cert/internal/signature_policy.h',
91 'cert/internal/verify_name_match.cc', 93 'cert/internal/verify_name_match.cc',
92 'cert/internal/verify_name_match.h', 94 'cert/internal/verify_name_match.h',
93 'cert/internal/verify_signed_data.cc', 95 'cert/internal/verify_signed_data.cc',
94 'cert/internal/verify_signed_data.h', 96 'cert/internal/verify_signed_data.h',
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'cert/cert_policy_enforcer_unittest.cc', 1300 'cert/cert_policy_enforcer_unittest.cc',
1299 'cert/cert_verify_proc_unittest.cc', 1301 'cert/cert_verify_proc_unittest.cc',
1300 'cert/cert_verify_proc_whitelist_unittest.cc', 1302 'cert/cert_verify_proc_whitelist_unittest.cc',
1301 'cert/crl_set_unittest.cc', 1303 'cert/crl_set_unittest.cc',
1302 'cert/ct_log_response_parser_unittest.cc', 1304 'cert/ct_log_response_parser_unittest.cc',
1303 'cert/ct_log_verifier_unittest.cc', 1305 'cert/ct_log_verifier_unittest.cc',
1304 'cert/ct_objects_extractor_unittest.cc', 1306 'cert/ct_objects_extractor_unittest.cc',
1305 'cert/ct_serialization_unittest.cc', 1307 'cert/ct_serialization_unittest.cc',
1306 'cert/ev_root_ca_metadata_unittest.cc', 1308 'cert/ev_root_ca_metadata_unittest.cc',
1307 'cert/internal/extended_key_usage_unittest.cc', 1309 'cert/internal/extended_key_usage_unittest.cc',
1310 'cert/internal/name_constraints_unittest.cc',
1308 'cert/internal/parse_certificate_unittest.cc', 1311 'cert/internal/parse_certificate_unittest.cc',
1309 'cert/internal/signature_algorithm_unittest.cc', 1312 'cert/internal/signature_algorithm_unittest.cc',
1310 'cert/internal/test_helpers.cc', 1313 'cert/internal/test_helpers.cc',
1311 'cert/internal/test_helpers.h', 1314 'cert/internal/test_helpers.h',
1312 'cert/internal/verify_name_match_unittest.cc', 1315 'cert/internal/verify_name_match_unittest.cc',
1313 'cert/internal/verify_signed_data_unittest.cc', 1316 'cert/internal/verify_signed_data_unittest.cc',
1314 'cert/jwk_serializer_unittest.cc', 1317 'cert/jwk_serializer_unittest.cc',
1315 'cert/multi_log_ct_verifier_unittest.cc', 1318 'cert/multi_log_ct_verifier_unittest.cc',
1316 'cert/multi_threaded_cert_verifier_unittest.cc', 1319 'cert/multi_threaded_cert_verifier_unittest.cc',
1317 'cert/nss_cert_database_chromeos_unittest.cc', 1320 'cert/nss_cert_database_chromeos_unittest.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 'docs/bug-triage.md', 1901 'docs/bug-triage.md',
1899 'docs/bug-triage-labels.md', 1902 'docs/bug-triage-labels.md',
1900 'docs/bug-triage-suggested-workflow.md', 1903 'docs/bug-triage-suggested-workflow.md',
1901 'docs/code-patterns.md', 1904 'docs/code-patterns.md',
1902 'docs/life-of-a-url-request.md', 1905 'docs/life-of-a-url-request.md',
1903 'sdch/README.md', 1906 'sdch/README.md',
1904 ], 1907 ],
1905 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1908 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1906 } 1909 }
1907 } 1910 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698