OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'sources': [ | 133 'sources': [ |
134 'capi_util.cc', | 134 'capi_util.cc', |
135 'capi_util.h', | 135 'capi_util.h', |
136 'crypto_export.h', | 136 'crypto_export.h', |
137 'crypto_module_blocking_password_delegate.h', | 137 'crypto_module_blocking_password_delegate.h', |
138 'cssm_init.cc', | 138 'cssm_init.cc', |
139 'cssm_init.h', | 139 'cssm_init.h', |
140 'ec_private_key.h', | 140 'ec_private_key.h', |
141 'ec_private_key_nss.cc', | 141 'ec_private_key_nss.cc', |
142 'ec_private_key_openssl.cc', | 142 'ec_private_key_openssl.cc', |
| 143 'ec_signature_creator.cc', |
143 'ec_signature_creator.h', | 144 'ec_signature_creator.h', |
144 'ec_signature_creator_nss.cc', | 145 'ec_signature_creator_nss.cc', |
145 'ec_signature_creator_openssl.cc', | 146 'ec_signature_creator_openssl.cc', |
146 'encryptor.cc', | 147 'encryptor.cc', |
147 'encryptor.h', | 148 'encryptor.h', |
148 'encryptor_mac.cc', | 149 'encryptor_mac.cc', |
149 'encryptor_nss.cc', | 150 'encryptor_nss.cc', |
150 'encryptor_openssl.cc', | 151 'encryptor_openssl.cc', |
151 'encryptor_win.cc', | 152 'encryptor_win.cc', |
152 'hmac.cc', | 153 'hmac.cc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'sources!': [ | 265 'sources!': [ |
265 'nss_util_unittest.cc', | 266 'nss_util_unittest.cc', |
266 'openpgp_symmetric_encryption_unittest.cc', | 267 'openpgp_symmetric_encryption_unittest.cc', |
267 'rsa_private_key_nss_unittest.cc', | 268 'rsa_private_key_nss_unittest.cc', |
268 ], | 269 ], |
269 }], | 270 }], |
270 ], | 271 ], |
271 }, | 272 }, |
272 ], | 273 ], |
273 } | 274 } |
OLD | NEW |