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

Side by Side Diff: crypto/crypto.gyp

Issue 8538025: Rename crypto/third_party/nss headers to avoid mixups. (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/hmac_win.cc » ('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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'encryptor_nss.cc', 86 'encryptor_nss.cc',
87 'hmac_nss.cc', 87 'hmac_nss.cc',
88 'nss_util.cc', 88 'nss_util.cc',
89 'nss_util.h', 89 'nss_util.h',
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/chromium-blapi.h',
97 'third_party/nss/blapit.h', 97 'third_party/nss/chromium-blapit.h',
98 'third_party/nss/chromium-nss.h', 98 'third_party/nss/chromium-nss.h',
99 'third_party/nss/chromium-sha256.h',
99 'third_party/nss/pk11akey.cc', 100 'third_party/nss/pk11akey.cc',
100 'third_party/nss/sha256.h',
101 'third_party/nss/sha512.cc', 101 'third_party/nss/sha512.cc',
102 ], 102 ],
103 }, { 103 }, {
104 'sources!': [ 104 'sources!': [
105 'ec_private_key_openssl.cc', 105 'ec_private_key_openssl.cc',
106 'encryptor_openssl.cc', 106 'encryptor_openssl.cc',
107 'hmac_openssl.cc', 107 'hmac_openssl.cc',
108 'openssl_util.cc', 108 'openssl_util.cc',
109 'openssl_util.h', 109 'openssl_util.h',
110 'rsa_private_key_openssl.cc', 110 'rsa_private_key_openssl.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'signature_verifier.h', 171 'signature_verifier.h',
172 'signature_verifier_mac.cc', 172 'signature_verifier_mac.cc',
173 'signature_verifier_nss.cc', 173 'signature_verifier_nss.cc',
174 'signature_verifier_openssl.cc', 174 'signature_verifier_openssl.cc',
175 'signature_verifier_win.cc', 175 'signature_verifier_win.cc',
176 'symmetric_key.h', 176 'symmetric_key.h',
177 'symmetric_key_mac.cc', 177 'symmetric_key_mac.cc',
178 'symmetric_key_nss.cc', 178 'symmetric_key_nss.cc',
179 'symmetric_key_openssl.cc', 179 'symmetric_key_openssl.cc',
180 'symmetric_key_win.cc', 180 'symmetric_key_win.cc',
181 'third_party/nss/blapi.h', 181 'third_party/nss/chromium-blapi.h',
182 'third_party/nss/blapit.h', 182 'third_party/nss/chromium-blapit.h',
183 'third_party/nss/chromium-nss.h', 183 'third_party/nss/chromium-nss.h',
184 'third_party/nss/chromium-sha256.h',
184 'third_party/nss/pk11akey.cc', 185 'third_party/nss/pk11akey.cc',
185 'third_party/nss/sha256.h',
186 'third_party/nss/sha512.cc', 186 'third_party/nss/sha512.cc',
187 ], 187 ],
188 }, 188 },
189 { 189 {
190 'target_name': 'crypto_unittests', 190 'target_name': 'crypto_unittests',
191 'type': 'executable', 191 'type': 'executable',
192 'sources': [ 192 'sources': [
193 # Infrastructure files. 193 # Infrastructure files.
194 'run_all_unittests.cc', 194 'run_all_unittests.cc',
195 195
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 [ 'use_openssl==1', { 241 [ 'use_openssl==1', {
242 'sources!': [ 242 'sources!': [
243 'openpgp_symmetric_encryption_unittest.cc', 243 'openpgp_symmetric_encryption_unittest.cc',
244 'rsa_private_key_nss_unittest.cc', 244 'rsa_private_key_nss_unittest.cc',
245 ], 245 ],
246 }], 246 }],
247 ], 247 ],
248 }, 248 },
249 ], 249 ],
250 } 250 }
OLDNEW
« no previous file with comments | « no previous file | crypto/hmac_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698