| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 # This file is created by update_gypi_and_asm.py. Do not edit manually. | 5 # This file is created by update_gypi_and_asm.py. Do not edit manually. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'boringssl_base64_test', | 10 'target_name': 'boringssl_base64_test', |
| 11 'type': 'executable', | 11 'type': 'executable', |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 'boringssl', | 13 'boringssl.gyp:boringssl', |
| 14 ], | 14 ], |
| 15 'sources': [ | 15 'sources': [ |
| 16 'src/crypto/base64/base64_test.c', | 16 'src/crypto/base64/base64_test.c', |
| 17 ], | 17 ], |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 'target_name': 'boringssl_bio_test', | 20 'target_name': 'boringssl_bio_test', |
| 21 'type': 'executable', | 21 'type': 'executable', |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 'boringssl', | 23 'boringssl.gyp:boringssl', |
| 24 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 'src/crypto/bio/bio_test.c', | 26 'src/crypto/bio/bio_test.c', |
| 27 ], | 27 ], |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 'target_name': 'boringssl_bn_test', | 30 'target_name': 'boringssl_bn_test', |
| 31 'type': 'executable', | 31 'type': 'executable', |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 'boringssl', | 33 'boringssl.gyp:boringssl', |
| 34 ], | 34 ], |
| 35 'sources': [ | 35 'sources': [ |
| 36 'src/crypto/bn/bn_test.c', | 36 'src/crypto/bn/bn_test.c', |
| 37 ], | 37 ], |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 'target_name': 'boringssl_bytestring_test', | 40 'target_name': 'boringssl_bytestring_test', |
| 41 'type': 'executable', | 41 'type': 'executable', |
| 42 'dependencies': [ | 42 'dependencies': [ |
| 43 'boringssl', | 43 'boringssl.gyp:boringssl', |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| 46 'src/crypto/bytestring/bytestring_test.c', | 46 'src/crypto/bytestring/bytestring_test.c', |
| 47 ], | 47 ], |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 'target_name': 'boringssl_aead_test', | 50 'target_name': 'boringssl_aead_test', |
| 51 'type': 'executable', | 51 'type': 'executable', |
| 52 'dependencies': [ | 52 'dependencies': [ |
| 53 'boringssl', | 53 'boringssl.gyp:boringssl', |
| 54 ], | 54 ], |
| 55 'sources': [ | 55 'sources': [ |
| 56 'src/crypto/cipher/aead_test.c', | 56 'src/crypto/cipher/aead_test.c', |
| 57 ], | 57 ], |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 'target_name': 'boringssl_cipher_test', | 60 'target_name': 'boringssl_cipher_test', |
| 61 'type': 'executable', | 61 'type': 'executable', |
| 62 'dependencies': [ | 62 'dependencies': [ |
| 63 'boringssl', | 63 'boringssl.gyp:boringssl', |
| 64 ], | 64 ], |
| 65 'sources': [ | 65 'sources': [ |
| 66 'src/crypto/cipher/cipher_test.c', | 66 'src/crypto/cipher/cipher_test.c', |
| 67 ], | 67 ], |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 'target_name': 'boringssl_dh_test', | 70 'target_name': 'boringssl_dh_test', |
| 71 'type': 'executable', | 71 'type': 'executable', |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 'boringssl', | 73 'boringssl.gyp:boringssl', |
| 74 ], | 74 ], |
| 75 'sources': [ | 75 'sources': [ |
| 76 'src/crypto/dh/dh_test.c', | 76 'src/crypto/dh/dh_test.c', |
| 77 ], | 77 ], |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 'target_name': 'boringssl_dsa_test', | 80 'target_name': 'boringssl_dsa_test', |
| 81 'type': 'executable', | 81 'type': 'executable', |
| 82 'dependencies': [ | 82 'dependencies': [ |
| 83 'boringssl', | 83 'boringssl.gyp:boringssl', |
| 84 ], | 84 ], |
| 85 'sources': [ | 85 'sources': [ |
| 86 'src/crypto/dsa/dsa_test.c', | 86 'src/crypto/dsa/dsa_test.c', |
| 87 ], | 87 ], |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 'target_name': 'boringssl_example_mul', | 90 'target_name': 'boringssl_example_mul', |
| 91 'type': 'executable', | 91 'type': 'executable', |
| 92 'dependencies': [ | 92 'dependencies': [ |
| 93 'boringssl', | 93 'boringssl.gyp:boringssl', |
| 94 ], | 94 ], |
| 95 'sources': [ | 95 'sources': [ |
| 96 'src/crypto/ec/example_mul.c', | 96 'src/crypto/ec/example_mul.c', |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 'target_name': 'boringssl_ecdsa_test', | 100 'target_name': 'boringssl_ecdsa_test', |
| 101 'type': 'executable', | 101 'type': 'executable', |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 'boringssl', | 103 'boringssl.gyp:boringssl', |
| 104 ], | 104 ], |
| 105 'sources': [ | 105 'sources': [ |
| 106 'src/crypto/ecdsa/ecdsa_test.c', | 106 'src/crypto/ecdsa/ecdsa_test.c', |
| 107 ], | 107 ], |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 'target_name': 'boringssl_err_test', | 110 'target_name': 'boringssl_err_test', |
| 111 'type': 'executable', | 111 'type': 'executable', |
| 112 'dependencies': [ | 112 'dependencies': [ |
| 113 'boringssl', | 113 'boringssl.gyp:boringssl', |
| 114 ], | 114 ], |
| 115 'sources': [ | 115 'sources': [ |
| 116 'src/crypto/err/err_test.c', | 116 'src/crypto/err/err_test.c', |
| 117 ], | 117 ], |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 'target_name': 'boringssl_example_sign', | 120 'target_name': 'boringssl_example_sign', |
| 121 'type': 'executable', | 121 'type': 'executable', |
| 122 'dependencies': [ | 122 'dependencies': [ |
| 123 'boringssl', | 123 'boringssl.gyp:boringssl', |
| 124 ], | 124 ], |
| 125 'sources': [ | 125 'sources': [ |
| 126 'src/crypto/evp/example_sign.c', | 126 'src/crypto/evp/example_sign.c', |
| 127 ], | 127 ], |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 'target_name': 'boringssl_hmac_test', | 130 'target_name': 'boringssl_hmac_test', |
| 131 'type': 'executable', | 131 'type': 'executable', |
| 132 'dependencies': [ | 132 'dependencies': [ |
| 133 'boringssl', | 133 'boringssl.gyp:boringssl', |
| 134 ], | 134 ], |
| 135 'sources': [ | 135 'sources': [ |
| 136 'src/crypto/hmac/hmac_test.c', | 136 'src/crypto/hmac/hmac_test.c', |
| 137 ], | 137 ], |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 'target_name': 'boringssl_lhash_test', | 140 'target_name': 'boringssl_lhash_test', |
| 141 'type': 'executable', | 141 'type': 'executable', |
| 142 'dependencies': [ | 142 'dependencies': [ |
| 143 'boringssl', | 143 'boringssl.gyp:boringssl', |
| 144 ], | 144 ], |
| 145 'sources': [ | 145 'sources': [ |
| 146 'src/crypto/lhash/lhash_test.c', | 146 'src/crypto/lhash/lhash_test.c', |
| 147 ], | 147 ], |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 'target_name': 'boringssl_md5_test', | 150 'target_name': 'boringssl_md5_test', |
| 151 'type': 'executable', | 151 'type': 'executable', |
| 152 'dependencies': [ | 152 'dependencies': [ |
| 153 'boringssl', | 153 'boringssl.gyp:boringssl', |
| 154 ], | 154 ], |
| 155 'sources': [ | 155 'sources': [ |
| 156 'src/crypto/md5/md5_test.c', | 156 'src/crypto/md5/md5_test.c', |
| 157 ], | 157 ], |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 'target_name': 'boringssl_gcm_test', | 160 'target_name': 'boringssl_gcm_test', |
| 161 'type': 'executable', | 161 'type': 'executable', |
| 162 'dependencies': [ | 162 'dependencies': [ |
| 163 'boringssl', | 163 'boringssl.gyp:boringssl', |
| 164 ], | 164 ], |
| 165 'sources': [ | 165 'sources': [ |
| 166 'src/crypto/modes/gcm_test.c', | 166 'src/crypto/modes/gcm_test.c', |
| 167 ], | 167 ], |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 'target_name': 'boringssl_rsa_test', | 170 'target_name': 'boringssl_rsa_test', |
| 171 'type': 'executable', | 171 'type': 'executable', |
| 172 'dependencies': [ | 172 'dependencies': [ |
| 173 'boringssl', | 173 'boringssl.gyp:boringssl', |
| 174 ], | 174 ], |
| 175 'sources': [ | 175 'sources': [ |
| 176 'src/crypto/rsa/rsa_test.c', | 176 'src/crypto/rsa/rsa_test.c', |
| 177 ], | 177 ], |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 'target_name': 'boringssl_sha1_test', | 180 'target_name': 'boringssl_sha1_test', |
| 181 'type': 'executable', | 181 'type': 'executable', |
| 182 'dependencies': [ | 182 'dependencies': [ |
| 183 'boringssl', | 183 'boringssl.gyp:boringssl', |
| 184 ], | 184 ], |
| 185 'sources': [ | 185 'sources': [ |
| 186 'src/crypto/sha/sha1_test.c', | 186 'src/crypto/sha/sha1_test.c', |
| 187 ], | 187 ], |
| 188 }, | 188 }, |
| 189 ], | 189 ], |
| 190 'variables': { | 190 'variables': { |
| 191 'boringssl_test_targets': [ | 191 'boringssl_test_targets': [ |
| 192 'boringssl_aead_test', | 192 'boringssl_aead_test', |
| 193 'boringssl_base64_test', | 193 'boringssl_base64_test', |
| 194 'boringssl_bio_test', | 194 'boringssl_bio_test', |
| 195 'boringssl_bn_test', | 195 'boringssl_bn_test', |
| 196 'boringssl_bytestring_test', | 196 'boringssl_bytestring_test', |
| 197 'boringssl_cipher_test', | 197 'boringssl_cipher_test', |
| 198 'boringssl_dh_test', | 198 'boringssl_dh_test', |
| 199 'boringssl_dsa_test', | 199 'boringssl_dsa_test', |
| 200 'boringssl_ecdsa_test', | 200 'boringssl_ecdsa_test', |
| 201 'boringssl_err_test', | 201 'boringssl_err_test', |
| 202 'boringssl_example_mul', | 202 'boringssl_example_mul', |
| 203 'boringssl_example_sign', | 203 'boringssl_example_sign', |
| 204 'boringssl_gcm_test', | 204 'boringssl_gcm_test', |
| 205 'boringssl_hmac_test', | 205 'boringssl_hmac_test', |
| 206 'boringssl_lhash_test', | 206 'boringssl_lhash_test', |
| 207 'boringssl_md5_test', | 207 'boringssl_md5_test', |
| 208 'boringssl_rsa_test', | 208 'boringssl_rsa_test', |
| 209 'boringssl_sha1_test', | 209 'boringssl_sha1_test', |
| 210 ], | 210 ], |
| 211 } | 211 } |
| 212 } | 212 } |
| OLD | NEW |