| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'hkdf_unittest.cc', | 104 'hkdf_unittest.cc', |
| 105 'hmac_unittest.cc', | 105 'hmac_unittest.cc', |
| 106 'nss_key_util_unittest.cc', | 106 'nss_key_util_unittest.cc', |
| 107 'nss_util_unittest.cc', | 107 'nss_util_unittest.cc', |
| 108 'openssl_bio_string_unittest.cc', | 108 'openssl_bio_string_unittest.cc', |
| 109 'p224_unittest.cc', | 109 'p224_unittest.cc', |
| 110 'p224_spake_unittest.cc', | 110 'p224_spake_unittest.cc', |
| 111 'random_unittest.cc', | 111 'random_unittest.cc', |
| 112 'rsa_private_key_unittest.cc', | 112 'rsa_private_key_unittest.cc', |
| 113 'secure_hash_unittest.cc', | 113 'secure_hash_unittest.cc', |
| 114 'sha1_unittest.cc', |
| 114 'sha2_unittest.cc', | 115 'sha2_unittest.cc', |
| 115 'signature_creator_unittest.cc', | 116 'signature_creator_unittest.cc', |
| 116 'signature_verifier_unittest.cc', | 117 'signature_verifier_unittest.cc', |
| 117 'symmetric_key_unittest.cc', | 118 'symmetric_key_unittest.cc', |
| 118 ], | 119 ], |
| 119 'dependencies': [ | 120 'dependencies': [ |
| 120 'crypto', | 121 'crypto', |
| 121 'crypto_test_support', | 122 'crypto_test_support', |
| 122 '../base/base.gyp:base', | 123 '../base/base.gyp:base', |
| 123 '../base/base.gyp:run_all_unittests', | 124 '../base/base.gyp:run_all_unittests', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 '../build/isolate.gypi', | 228 '../build/isolate.gypi', |
| 228 ], | 229 ], |
| 229 'sources': [ | 230 'sources': [ |
| 230 'crypto_unittests.isolate', | 231 'crypto_unittests.isolate', |
| 231 ], | 232 ], |
| 232 }, | 233 }, |
| 233 ], | 234 ], |
| 234 }], | 235 }], |
| 235 ], | 236 ], |
| 236 } | 237 } |
| OLD | NEW |