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

Side by Side Diff: net/net.gypi

Issue 1259313002: Add some policy controls for VerifySignedData(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_python
Patch Set: Address more comments 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/data/verify_signed_data_unittest/rsa2048-pkcs1-sha512.pem ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'cert/cert_verify_result.h', 74 'cert/cert_verify_result.h',
75 'cert/crl_set.cc', 75 'cert/crl_set.cc',
76 'cert/crl_set.h', 76 'cert/crl_set.h',
77 'cert/ct_verifier.h', 77 'cert/ct_verifier.h',
78 'cert/ct_verify_result.cc', 78 'cert/ct_verify_result.cc',
79 'cert/ct_verify_result.h', 79 'cert/ct_verify_result.h',
80 'cert/internal/extended_key_usage.cc', 80 'cert/internal/extended_key_usage.cc',
81 'cert/internal/extended_key_usage.h', 81 'cert/internal/extended_key_usage.h',
82 'cert/internal/signature_algorithm.cc', 82 'cert/internal/signature_algorithm.cc',
83 'cert/internal/signature_algorithm.h', 83 'cert/internal/signature_algorithm.h',
84 'cert/internal/signature_policy.cc',
85 'cert/internal/signature_policy.h',
84 'cert/internal/verify_name_match.cc', 86 'cert/internal/verify_name_match.cc',
85 'cert/internal/verify_name_match.h', 87 'cert/internal/verify_name_match.h',
86 'cert/internal/verify_signed_data.cc', 88 'cert/internal/verify_signed_data.cc',
87 'cert/internal/verify_signed_data.h', 89 'cert/internal/verify_signed_data.h',
88 'cert/pem_tokenizer.cc', 90 'cert/pem_tokenizer.cc',
89 'cert/pem_tokenizer.h', 91 'cert/pem_tokenizer.h',
90 'cert/sha256_legacy_support_nss_win.cc', 92 'cert/sha256_legacy_support_nss_win.cc',
91 'cert/sha256_legacy_support_openssl_win.cc', 93 'cert/sha256_legacy_support_openssl_win.cc',
92 'cert/sha256_legacy_support_win.cc', 94 'cert/sha256_legacy_support_win.cc',
93 'cert/sha256_legacy_support_win.h', 95 'cert/sha256_legacy_support_win.h',
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 'README.md', 1880 'README.md',
1879 'docs/bug-triage.md', 1881 'docs/bug-triage.md',
1880 'docs/bug-triage-labels.md', 1882 'docs/bug-triage-labels.md',
1881 'docs/bug-triage-suggested-workflow.md', 1883 'docs/bug-triage-suggested-workflow.md',
1882 'docs/life-of-a-url-request.md', 1884 'docs/life-of-a-url-request.md',
1883 'sdch/README.md', 1885 'sdch/README.md',
1884 ], 1886 ],
1885 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1886 } 1888 }
1887 } 1889 }
OLDNEW
« no previous file with comments | « net/data/verify_signed_data_unittest/rsa2048-pkcs1-sha512.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698