| OLD | NEW |
| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'symmetric_key_openssl.cc', | 100 'symmetric_key_openssl.cc', |
| 101 ], | 101 ], |
| 102 },], | 102 },], |
| 103 ], | 103 ], |
| 104 'sources': [ | 104 'sources': [ |
| 105 'capi_util.cc', | 105 'capi_util.cc', |
| 106 'capi_util.h', | 106 'capi_util.h', |
| 107 'crypto_module_blocking_password_delegate.h', | 107 'crypto_module_blocking_password_delegate.h', |
| 108 'cssm_init.cc', | 108 'cssm_init.cc', |
| 109 'cssm_init.h', | 109 'cssm_init.h', |
| 110 'encryptor.cc', |
| 110 'encryptor.h', | 111 'encryptor.h', |
| 111 'encryptor_mac.cc', | 112 'encryptor_mac.cc', |
| 112 'encryptor_nss.cc', | 113 'encryptor_nss.cc', |
| 113 'encryptor_openssl.cc', | 114 'encryptor_openssl.cc', |
| 114 'encryptor_win.cc', | 115 'encryptor_win.cc', |
| 115 'hmac.cc', | 116 'hmac.cc', |
| 116 'hmac.h', | 117 'hmac.h', |
| 117 'hmac_mac.cc', | 118 'hmac_mac.cc', |
| 118 'hmac_nss.cc', | 119 'hmac_nss.cc', |
| 119 'hmac_openssl.cc', | 120 'hmac_openssl.cc', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 }], | 210 }], |
| 210 [ 'use_openssl==1', { | 211 [ 'use_openssl==1', { |
| 211 'sources!': [ | 212 'sources!': [ |
| 212 'rsa_private_key_nss_unittest.cc', | 213 'rsa_private_key_nss_unittest.cc', |
| 213 ], | 214 ], |
| 214 }], | 215 }], |
| 215 ], | 216 ], |
| 216 }, | 217 }, |
| 217 ], | 218 ], |
| 218 } | 219 } |
| OLD | NEW |