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

Side by Side Diff: crypto/crypto.gyp

Issue 8764017: Revert 112385 - Reland: 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 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',
110 'third_party/nss/sha512.cc', 109 'third_party/nss/sha512.cc',
111 ], 110 ],
112 }, { 111 }, {
113 'sources!': [ 112 'sources!': [
114 'ec_private_key_openssl.cc', 113 'ec_private_key_openssl.cc',
115 'encryptor_openssl.cc', 114 'encryptor_openssl.cc',
116 'hmac_openssl.cc', 115 'hmac_openssl.cc',
117 'openssl_util.cc', 116 'openssl_util.cc',
118 'openssl_util.h', 117 'openssl_util.h',
119 'rsa_private_key_openssl.cc', 118 'rsa_private_key_openssl.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'symmetric_key.h', 186 'symmetric_key.h',
188 'symmetric_key_mac.cc', 187 'symmetric_key_mac.cc',
189 'symmetric_key_nss.cc', 188 'symmetric_key_nss.cc',
190 'symmetric_key_openssl.cc', 189 'symmetric_key_openssl.cc',
191 'symmetric_key_win.cc', 190 'symmetric_key_win.cc',
192 'third_party/nss/chromium-blapi.h', 191 'third_party/nss/chromium-blapi.h',
193 'third_party/nss/chromium-blapit.h', 192 'third_party/nss/chromium-blapit.h',
194 'third_party/nss/chromium-nss.h', 193 'third_party/nss/chromium-nss.h',
195 'third_party/nss/chromium-sha256.h', 194 'third_party/nss/chromium-sha256.h',
196 'third_party/nss/pk11akey.cc', 195 'third_party/nss/pk11akey.cc',
197 'third_party/nss/secsign.cc',
198 'third_party/nss/sha512.cc', 196 'third_party/nss/sha512.cc',
199 ], 197 ],
200 }, 198 },
201 { 199 {
202 'target_name': 'crypto_unittests', 200 'target_name': 'crypto_unittests',
203 'type': 'executable', 201 'type': 'executable',
204 'sources': [ 202 'sources': [
205 # Infrastructure files. 203 # Infrastructure files.
206 'run_all_unittests.cc', 204 'run_all_unittests.cc',
207 205
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 [ 'use_openssl==1', { 252 [ 'use_openssl==1', {
255 'sources!': [ 253 'sources!': [
256 'openpgp_symmetric_encryption_unittest.cc', 254 'openpgp_symmetric_encryption_unittest.cc',
257 'rsa_private_key_nss_unittest.cc', 255 'rsa_private_key_nss_unittest.cc',
258 ], 256 ],
259 }], 257 }],
260 ], 258 ],
261 }, 259 },
262 ], 260 ],
263 } 261 }
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