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

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: oops Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | crypto/third_party/nss/chromium-nss.h » ('j') | no next file with comments »
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'rsa_private_key_nss.cc', 99 'rsa_private_key_nss.cc',
100 'secure_hash_default.cc', 100 'secure_hash_default.cc',
101 'signature_creator_nss.cc', 101 'signature_creator_nss.cc',
102 'signature_verifier_nss.cc', 102 'signature_verifier_nss.cc',
103 'symmetric_key_nss.cc', 103 'symmetric_key_nss.cc',
104 'third_party/nss/chromium-blapi.h', 104 'third_party/nss/chromium-blapi.h',
105 'third_party/nss/chromium-blapit.h', 105 'third_party/nss/chromium-blapit.h',
106 'third_party/nss/chromium-nss.h', 106 'third_party/nss/chromium-nss.h',
107 'third_party/nss/chromium-sha256.h', 107 'third_party/nss/chromium-sha256.h',
108 'third_party/nss/pk11akey.cc', 108 'third_party/nss/pk11akey.cc',
109 'third_party/nss/secsign.cc',
109 'third_party/nss/sha512.cc', 110 'third_party/nss/sha512.cc',
110 ], 111 ],
111 }, { 112 }, {
112 'sources!': [ 113 'sources!': [
113 'ec_private_key_openssl.cc', 114 'ec_private_key_openssl.cc',
114 'encryptor_openssl.cc', 115 'encryptor_openssl.cc',
115 'hmac_openssl.cc', 116 'hmac_openssl.cc',
116 'openssl_util.cc', 117 'openssl_util.cc',
117 'openssl_util.h', 118 'openssl_util.h',
118 'rsa_private_key_openssl.cc', 119 'rsa_private_key_openssl.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'symmetric_key.h', 187 'symmetric_key.h',
187 'symmetric_key_mac.cc', 188 'symmetric_key_mac.cc',
188 'symmetric_key_nss.cc', 189 'symmetric_key_nss.cc',
189 'symmetric_key_openssl.cc', 190 'symmetric_key_openssl.cc',
190 'symmetric_key_win.cc', 191 'symmetric_key_win.cc',
191 'third_party/nss/chromium-blapi.h', 192 'third_party/nss/chromium-blapi.h',
192 'third_party/nss/chromium-blapit.h', 193 'third_party/nss/chromium-blapit.h',
193 'third_party/nss/chromium-nss.h', 194 'third_party/nss/chromium-nss.h',
194 'third_party/nss/chromium-sha256.h', 195 'third_party/nss/chromium-sha256.h',
195 'third_party/nss/pk11akey.cc', 196 'third_party/nss/pk11akey.cc',
197 'third_party/nss/secsign.cc',
196 'third_party/nss/sha512.cc', 198 'third_party/nss/sha512.cc',
197 ], 199 ],
198 }, 200 },
199 { 201 {
200 'target_name': 'crypto_unittests', 202 'target_name': 'crypto_unittests',
201 'type': 'executable', 203 'type': 'executable',
202 'sources': [ 204 'sources': [
203 # Infrastructure files. 205 # Infrastructure files.
204 'run_all_unittests.cc', 206 'run_all_unittests.cc',
205 207
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 [ 'use_openssl==1', { 254 [ 'use_openssl==1', {
253 'sources!': [ 255 'sources!': [
254 'openpgp_symmetric_encryption_unittest.cc', 256 'openpgp_symmetric_encryption_unittest.cc',
255 'rsa_private_key_nss_unittest.cc', 257 'rsa_private_key_nss_unittest.cc',
256 ], 258 ],
257 }], 259 }],
258 ], 260 ],
259 }, 261 },
260 ], 262 ],
261 } 263 }
OLDNEW
« no previous file with comments | « no previous file | crypto/third_party/nss/chromium-nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698