| 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 'includes': [ | 9 'includes': [ |
| 10 'crypto.gypi', | 10 'crypto.gypi', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'third_party/nss/chromium-sha256.h', | 121 'third_party/nss/chromium-sha256.h', |
| 122 'third_party/nss/pk11akey.cc', | 122 'third_party/nss/pk11akey.cc', |
| 123 'third_party/nss/rsawrapr.c', | 123 'third_party/nss/rsawrapr.c', |
| 124 'third_party/nss/secsign.cc', | 124 'third_party/nss/secsign.cc', |
| 125 'third_party/nss/sha512.cc', | 125 'third_party/nss/sha512.cc', |
| 126 ], | 126 ], |
| 127 }, { | 127 }, { |
| 128 'sources!': [ | 128 'sources!': [ |
| 129 'aead_openssl.cc', | 129 'aead_openssl.cc', |
| 130 'aead_openssl.h', | 130 'aead_openssl.h', |
| 131 'auto_cbb.h', |
| 131 'curve25519_openssl.cc', | 132 'curve25519_openssl.cc', |
| 132 'ec_private_key_openssl.cc', | 133 'ec_private_key_openssl.cc', |
| 133 'ec_signature_creator_openssl.cc', | 134 'ec_signature_creator_openssl.cc', |
| 134 'encryptor_openssl.cc', | 135 'encryptor_openssl.cc', |
| 135 'hmac_openssl.cc', | 136 'hmac_openssl.cc', |
| 136 'openssl_bio_string.cc', | 137 'openssl_bio_string.cc', |
| 137 'openssl_bio_string.h', | 138 'openssl_bio_string.h', |
| 138 'openssl_util.cc', | 139 'openssl_util.cc', |
| 139 'openssl_util.h', | 140 'openssl_util.h', |
| 140 'rsa_private_key_openssl.cc', | 141 'rsa_private_key_openssl.cc', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 '../build/isolate.gypi', | 311 '../build/isolate.gypi', |
| 311 ], | 312 ], |
| 312 'sources': [ | 313 'sources': [ |
| 313 'crypto_unittests.isolate', | 314 'crypto_unittests.isolate', |
| 314 ], | 315 ], |
| 315 }, | 316 }, |
| 316 ], | 317 ], |
| 317 }], | 318 }], |
| 318 ], | 319 ], |
| 319 } | 320 } |
| OLD | NEW |