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

Side by Side Diff: crypto/crypto.gyp

Issue 8537025: Allow signing EC certs and creating EC origin-bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | crypto/third_party/nss/chromium-nss.h » ('j') | crypto/third_party/nss/secsign.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'openpgp_symmetric_encryption.cc', 90 'openpgp_symmetric_encryption.cc',
91 'rsa_private_key_nss.cc', 91 'rsa_private_key_nss.cc',
92 'secure_hash_default.cc', 92 'secure_hash_default.cc',
93 'signature_creator_nss.cc', 93 'signature_creator_nss.cc',
94 'signature_verifier_nss.cc', 94 'signature_verifier_nss.cc',
95 'symmetric_key_nss.cc', 95 'symmetric_key_nss.cc',
96 'third_party/nss/blapi.h', 96 'third_party/nss/blapi.h',
97 'third_party/nss/blapit.h', 97 'third_party/nss/blapit.h',
98 'third_party/nss/chromium-nss.h', 98 'third_party/nss/chromium-nss.h',
99 'third_party/nss/pk11akey.cc', 99 'third_party/nss/pk11akey.cc',
100 'third_party/nss/secsign.cc',
100 'third_party/nss/sha256.h', 101 'third_party/nss/sha256.h',
101 'third_party/nss/sha512.cc', 102 'third_party/nss/sha512.cc',
102 ], 103 ],
103 }, { 104 }, {
104 'sources!': [ 105 'sources!': [
105 'ec_private_key_openssl.cc', 106 'ec_private_key_openssl.cc',
106 'encryptor_openssl.cc', 107 'encryptor_openssl.cc',
107 'hmac_openssl.cc', 108 'hmac_openssl.cc',
108 'openssl_util.cc', 109 'openssl_util.cc',
109 'openssl_util.h', 110 'openssl_util.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'signature_verifier_win.cc', 176 'signature_verifier_win.cc',
176 'symmetric_key.h', 177 'symmetric_key.h',
177 'symmetric_key_mac.cc', 178 'symmetric_key_mac.cc',
178 'symmetric_key_nss.cc', 179 'symmetric_key_nss.cc',
179 'symmetric_key_openssl.cc', 180 'symmetric_key_openssl.cc',
180 'symmetric_key_win.cc', 181 'symmetric_key_win.cc',
181 'third_party/nss/blapi.h', 182 'third_party/nss/blapi.h',
182 'third_party/nss/blapit.h', 183 'third_party/nss/blapit.h',
183 'third_party/nss/chromium-nss.h', 184 'third_party/nss/chromium-nss.h',
184 'third_party/nss/pk11akey.cc', 185 'third_party/nss/pk11akey.cc',
186 'third_party/nss/secsign.cc',
185 'third_party/nss/sha256.h', 187 'third_party/nss/sha256.h',
186 'third_party/nss/sha512.cc', 188 'third_party/nss/sha512.cc',
187 ], 189 ],
188 }, 190 },
189 { 191 {
190 'target_name': 'crypto_unittests', 192 'target_name': 'crypto_unittests',
191 'type': 'executable', 193 'type': 'executable',
192 'sources': [ 194 'sources': [
193 # Infrastructure files. 195 # Infrastructure files.
194 'run_all_unittests.cc', 196 'run_all_unittests.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 [ 'use_openssl==1', { 243 [ 'use_openssl==1', {
242 'sources!': [ 244 'sources!': [
243 'openpgp_symmetric_encryption_unittest.cc', 245 'openpgp_symmetric_encryption_unittest.cc',
244 'rsa_private_key_nss_unittest.cc', 246 'rsa_private_key_nss_unittest.cc',
245 ], 247 ],
246 }], 248 }],
247 ], 249 ],
248 }, 250 },
249 ], 251 ],
250 } 252 }
OLDNEW
« no previous file with comments | « no previous file | crypto/third_party/nss/chromium-nss.h » ('j') | crypto/third_party/nss/secsign.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698