Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/boringssl/boringssl_tests.gypi

Issue 1128293004: Revert of Roll src/third_party/boringssl/src 68de407:de12d6c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thanks Rietveld, Thietveld. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 generate_build_files.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.gyp:boringssl', 13 'boringssl.gyp:boringssl',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 'src/crypto/base64/base64_test.cc', 16 'src/crypto/base64/base64_test.cc',
17 '<@(boringssl_test_support_sources)',
18 ], 17 ],
19 # TODO(davidben): Fix size_t truncations in BoringSSL. 18 # TODO(davidben): Fix size_t truncations in BoringSSL.
20 # https://crbug.com/429039 19 # https://crbug.com/429039
21 'msvs_disabled_warnings': [ 4267, ], 20 'msvs_disabled_warnings': [ 4267, ],
22 }, 21 },
23 { 22 {
24 'target_name': 'boringssl_bio_test', 23 'target_name': 'boringssl_bio_test',
25 'type': 'executable', 24 'type': 'executable',
26 'dependencies': [ 25 'dependencies': [
27 'boringssl.gyp:boringssl', 26 'boringssl.gyp:boringssl',
28 ], 27 ],
29 'sources': [ 28 'sources': [
30 'src/crypto/bio/bio_test.cc', 29 'src/crypto/bio/bio_test.cc',
31 '<@(boringssl_test_support_sources)',
32 ], 30 ],
33 # TODO(davidben): Fix size_t truncations in BoringSSL. 31 # TODO(davidben): Fix size_t truncations in BoringSSL.
34 # https://crbug.com/429039 32 # https://crbug.com/429039
35 'msvs_disabled_warnings': [ 4267, ], 33 'msvs_disabled_warnings': [ 4267, ],
36 }, 34 },
37 { 35 {
38 'target_name': 'boringssl_bn_test', 36 'target_name': 'boringssl_bn_test',
39 'type': 'executable', 37 'type': 'executable',
40 'dependencies': [ 38 'dependencies': [
41 'boringssl.gyp:boringssl', 39 'boringssl.gyp:boringssl',
42 ], 40 ],
43 'sources': [ 41 'sources': [
44 'src/crypto/bn/bn_test.cc', 42 'src/crypto/bn/bn_test.cc',
45 '<@(boringssl_test_support_sources)',
46 ], 43 ],
47 # TODO(davidben): Fix size_t truncations in BoringSSL. 44 # TODO(davidben): Fix size_t truncations in BoringSSL.
48 # https://crbug.com/429039 45 # https://crbug.com/429039
49 'msvs_disabled_warnings': [ 4267, ], 46 'msvs_disabled_warnings': [ 4267, ],
50 }, 47 },
51 { 48 {
52 'target_name': 'boringssl_bytestring_test', 49 'target_name': 'boringssl_bytestring_test',
53 'type': 'executable', 50 'type': 'executable',
54 'dependencies': [ 51 'dependencies': [
55 'boringssl.gyp:boringssl', 52 'boringssl.gyp:boringssl',
56 ], 53 ],
57 'sources': [ 54 'sources': [
58 'src/crypto/bytestring/bytestring_test.cc', 55 'src/crypto/bytestring/bytestring_test.cc',
59 '<@(boringssl_test_support_sources)',
60 ], 56 ],
61 # TODO(davidben): Fix size_t truncations in BoringSSL. 57 # TODO(davidben): Fix size_t truncations in BoringSSL.
62 # https://crbug.com/429039 58 # https://crbug.com/429039
63 'msvs_disabled_warnings': [ 4267, ], 59 'msvs_disabled_warnings': [ 4267, ],
64 }, 60 },
65 { 61 {
66 'target_name': 'boringssl_aead_test', 62 'target_name': 'boringssl_aead_test',
67 'type': 'executable', 63 'type': 'executable',
68 'dependencies': [ 64 'dependencies': [
69 'boringssl.gyp:boringssl', 65 'boringssl.gyp:boringssl',
70 ], 66 ],
71 'sources': [ 67 'sources': [
72 'src/crypto/cipher/aead_test.cc', 68 'src/crypto/cipher/aead_test.c',
73 '<@(boringssl_test_support_sources)',
74 ], 69 ],
75 # TODO(davidben): Fix size_t truncations in BoringSSL. 70 # TODO(davidben): Fix size_t truncations in BoringSSL.
76 # https://crbug.com/429039 71 # https://crbug.com/429039
77 'msvs_disabled_warnings': [ 4267, ], 72 'msvs_disabled_warnings': [ 4267, ],
78 }, 73 },
79 { 74 {
80 'target_name': 'boringssl_cipher_test', 75 'target_name': 'boringssl_cipher_test',
81 'type': 'executable', 76 'type': 'executable',
82 'dependencies': [ 77 'dependencies': [
83 'boringssl.gyp:boringssl', 78 'boringssl.gyp:boringssl',
84 ], 79 ],
85 'sources': [ 80 'sources': [
86 'src/crypto/cipher/cipher_test.c', 81 'src/crypto/cipher/cipher_test.c',
87 '<@(boringssl_test_support_sources)',
88 ], 82 ],
89 # TODO(davidben): Fix size_t truncations in BoringSSL. 83 # TODO(davidben): Fix size_t truncations in BoringSSL.
90 # https://crbug.com/429039 84 # https://crbug.com/429039
91 'msvs_disabled_warnings': [ 4267, ],
92 },
93 {
94 'target_name': 'boringssl_cmac_test',
95 'type': 'executable',
96 'dependencies': [
97 'boringssl.gyp:boringssl',
98 ],
99 'sources': [
100 'src/crypto/cmac/cmac_test.cc',
101 '<@(boringssl_test_support_sources)',
102 ],
103 # TODO(davidben): Fix size_t truncations in BoringSSL.
104 # https://crbug.com/429039
105 'msvs_disabled_warnings': [ 4267, ], 85 'msvs_disabled_warnings': [ 4267, ],
106 }, 86 },
107 { 87 {
108 'target_name': 'boringssl_constant_time_test', 88 'target_name': 'boringssl_constant_time_test',
109 'type': 'executable', 89 'type': 'executable',
110 'dependencies': [ 90 'dependencies': [
111 'boringssl.gyp:boringssl', 91 'boringssl.gyp:boringssl',
112 ], 92 ],
113 'sources': [ 93 'sources': [
114 'src/crypto/constant_time_test.c', 94 'src/crypto/constant_time_test.c',
115 '<@(boringssl_test_support_sources)',
116 ], 95 ],
117 # TODO(davidben): Fix size_t truncations in BoringSSL. 96 # TODO(davidben): Fix size_t truncations in BoringSSL.
118 # https://crbug.com/429039 97 # https://crbug.com/429039
119 'msvs_disabled_warnings': [ 4267, ], 98 'msvs_disabled_warnings': [ 4267, ],
120 }, 99 },
121 { 100 {
122 'target_name': 'boringssl_dh_test', 101 'target_name': 'boringssl_dh_test',
123 'type': 'executable', 102 'type': 'executable',
124 'dependencies': [ 103 'dependencies': [
125 'boringssl.gyp:boringssl', 104 'boringssl.gyp:boringssl',
126 ], 105 ],
127 'sources': [ 106 'sources': [
128 'src/crypto/dh/dh_test.cc', 107 'src/crypto/dh/dh_test.c',
129 '<@(boringssl_test_support_sources)',
130 ], 108 ],
131 # TODO(davidben): Fix size_t truncations in BoringSSL. 109 # TODO(davidben): Fix size_t truncations in BoringSSL.
132 # https://crbug.com/429039 110 # https://crbug.com/429039
133 'msvs_disabled_warnings': [ 4267, ], 111 'msvs_disabled_warnings': [ 4267, ],
134 }, 112 },
135 { 113 {
136 'target_name': 'boringssl_digest_test', 114 'target_name': 'boringssl_digest_test',
137 'type': 'executable', 115 'type': 'executable',
138 'dependencies': [ 116 'dependencies': [
139 'boringssl.gyp:boringssl', 117 'boringssl.gyp:boringssl',
140 ], 118 ],
141 'sources': [ 119 'sources': [
142 'src/crypto/digest/digest_test.cc', 120 'src/crypto/digest/digest_test.cc',
143 '<@(boringssl_test_support_sources)',
144 ], 121 ],
145 # TODO(davidben): Fix size_t truncations in BoringSSL. 122 # TODO(davidben): Fix size_t truncations in BoringSSL.
146 # https://crbug.com/429039 123 # https://crbug.com/429039
147 'msvs_disabled_warnings': [ 4267, ], 124 'msvs_disabled_warnings': [ 4267, ],
148 }, 125 },
149 { 126 {
150 'target_name': 'boringssl_dsa_test', 127 'target_name': 'boringssl_dsa_test',
151 'type': 'executable', 128 'type': 'executable',
152 'dependencies': [ 129 'dependencies': [
153 'boringssl.gyp:boringssl', 130 'boringssl.gyp:boringssl',
154 ], 131 ],
155 'sources': [ 132 'sources': [
156 'src/crypto/dsa/dsa_test.c', 133 'src/crypto/dsa/dsa_test.c',
157 '<@(boringssl_test_support_sources)',
158 ], 134 ],
159 # TODO(davidben): Fix size_t truncations in BoringSSL. 135 # TODO(davidben): Fix size_t truncations in BoringSSL.
160 # https://crbug.com/429039 136 # https://crbug.com/429039
161 'msvs_disabled_warnings': [ 4267, ], 137 'msvs_disabled_warnings': [ 4267, ],
162 }, 138 },
163 { 139 {
164 'target_name': 'boringssl_ec_test', 140 'target_name': 'boringssl_ec_test',
165 'type': 'executable', 141 'type': 'executable',
166 'dependencies': [ 142 'dependencies': [
167 'boringssl.gyp:boringssl', 143 'boringssl.gyp:boringssl',
168 ], 144 ],
169 'sources': [ 145 'sources': [
170 'src/crypto/ec/ec_test.cc', 146 'src/crypto/ec/ec_test.cc',
171 '<@(boringssl_test_support_sources)',
172 ], 147 ],
173 # TODO(davidben): Fix size_t truncations in BoringSSL. 148 # TODO(davidben): Fix size_t truncations in BoringSSL.
174 # https://crbug.com/429039 149 # https://crbug.com/429039
175 'msvs_disabled_warnings': [ 4267, ], 150 'msvs_disabled_warnings': [ 4267, ],
176 }, 151 },
177 { 152 {
178 'target_name': 'boringssl_example_mul', 153 'target_name': 'boringssl_example_mul',
179 'type': 'executable', 154 'type': 'executable',
180 'dependencies': [ 155 'dependencies': [
181 'boringssl.gyp:boringssl', 156 'boringssl.gyp:boringssl',
182 ], 157 ],
183 'sources': [ 158 'sources': [
184 'src/crypto/ec/example_mul.c', 159 'src/crypto/ec/example_mul.c',
185 '<@(boringssl_test_support_sources)',
186 ], 160 ],
187 # TODO(davidben): Fix size_t truncations in BoringSSL. 161 # TODO(davidben): Fix size_t truncations in BoringSSL.
188 # https://crbug.com/429039 162 # https://crbug.com/429039
189 'msvs_disabled_warnings': [ 4267, ], 163 'msvs_disabled_warnings': [ 4267, ],
190 }, 164 },
191 { 165 {
192 'target_name': 'boringssl_ecdsa_test', 166 'target_name': 'boringssl_ecdsa_test',
193 'type': 'executable', 167 'type': 'executable',
194 'dependencies': [ 168 'dependencies': [
195 'boringssl.gyp:boringssl', 169 'boringssl.gyp:boringssl',
196 ], 170 ],
197 'sources': [ 171 'sources': [
198 'src/crypto/ecdsa/ecdsa_test.cc', 172 'src/crypto/ecdsa/ecdsa_test.cc',
199 '<@(boringssl_test_support_sources)',
200 ], 173 ],
201 # TODO(davidben): Fix size_t truncations in BoringSSL. 174 # TODO(davidben): Fix size_t truncations in BoringSSL.
202 # https://crbug.com/429039 175 # https://crbug.com/429039
203 'msvs_disabled_warnings': [ 4267, ], 176 'msvs_disabled_warnings': [ 4267, ],
204 }, 177 },
205 { 178 {
206 'target_name': 'boringssl_err_test', 179 'target_name': 'boringssl_err_test',
207 'type': 'executable', 180 'type': 'executable',
208 'dependencies': [ 181 'dependencies': [
209 'boringssl.gyp:boringssl', 182 'boringssl.gyp:boringssl',
210 ], 183 ],
211 'sources': [ 184 'sources': [
212 'src/crypto/err/err_test.cc', 185 'src/crypto/err/err_test.cc',
213 '<@(boringssl_test_support_sources)',
214 ], 186 ],
215 # TODO(davidben): Fix size_t truncations in BoringSSL. 187 # TODO(davidben): Fix size_t truncations in BoringSSL.
216 # https://crbug.com/429039 188 # https://crbug.com/429039
217 'msvs_disabled_warnings': [ 4267, ],
218 },
219 {
220 'target_name': 'boringssl_evp_extra_test',
221 'type': 'executable',
222 'dependencies': [
223 'boringssl.gyp:boringssl',
224 ],
225 'sources': [
226 'src/crypto/evp/evp_extra_test.cc',
227 '<@(boringssl_test_support_sources)',
228 ],
229 # TODO(davidben): Fix size_t truncations in BoringSSL.
230 # https://crbug.com/429039
231 'msvs_disabled_warnings': [ 4267, ], 189 'msvs_disabled_warnings': [ 4267, ],
232 }, 190 },
233 { 191 {
234 'target_name': 'boringssl_evp_test', 192 'target_name': 'boringssl_evp_test',
235 'type': 'executable', 193 'type': 'executable',
236 'dependencies': [ 194 'dependencies': [
237 'boringssl.gyp:boringssl', 195 'boringssl.gyp:boringssl',
238 ], 196 ],
239 'sources': [ 197 'sources': [
240 'src/crypto/evp/evp_test.cc', 198 'src/crypto/evp/evp_test.cc',
241 '<@(boringssl_test_support_sources)',
242 ], 199 ],
243 # TODO(davidben): Fix size_t truncations in BoringSSL. 200 # TODO(davidben): Fix size_t truncations in BoringSSL.
244 # https://crbug.com/429039 201 # https://crbug.com/429039
245 'msvs_disabled_warnings': [ 4267, ], 202 'msvs_disabled_warnings': [ 4267, ],
246 }, 203 },
247 { 204 {
248 'target_name': 'boringssl_pbkdf_test', 205 'target_name': 'boringssl_pbkdf_test',
249 'type': 'executable', 206 'type': 'executable',
250 'dependencies': [ 207 'dependencies': [
251 'boringssl.gyp:boringssl', 208 'boringssl.gyp:boringssl',
252 ], 209 ],
253 'sources': [ 210 'sources': [
254 'src/crypto/evp/pbkdf_test.cc', 211 'src/crypto/evp/pbkdf_test.cc',
255 '<@(boringssl_test_support_sources)',
256 ], 212 ],
257 # TODO(davidben): Fix size_t truncations in BoringSSL. 213 # TODO(davidben): Fix size_t truncations in BoringSSL.
258 # https://crbug.com/429039 214 # https://crbug.com/429039
259 'msvs_disabled_warnings': [ 4267, ], 215 'msvs_disabled_warnings': [ 4267, ],
260 }, 216 },
261 { 217 {
262 'target_name': 'boringssl_hkdf_test', 218 'target_name': 'boringssl_hkdf_test',
263 'type': 'executable', 219 'type': 'executable',
264 'dependencies': [ 220 'dependencies': [
265 'boringssl.gyp:boringssl', 221 'boringssl.gyp:boringssl',
266 ], 222 ],
267 'sources': [ 223 'sources': [
268 'src/crypto/hkdf/hkdf_test.c', 224 'src/crypto/hkdf/hkdf_test.c',
269 '<@(boringssl_test_support_sources)',
270 ], 225 ],
271 # TODO(davidben): Fix size_t truncations in BoringSSL. 226 # TODO(davidben): Fix size_t truncations in BoringSSL.
272 # https://crbug.com/429039 227 # https://crbug.com/429039
273 'msvs_disabled_warnings': [ 4267, ], 228 'msvs_disabled_warnings': [ 4267, ],
274 }, 229 },
275 { 230 {
276 'target_name': 'boringssl_hmac_test', 231 'target_name': 'boringssl_hmac_test',
277 'type': 'executable', 232 'type': 'executable',
278 'dependencies': [ 233 'dependencies': [
279 'boringssl.gyp:boringssl', 234 'boringssl.gyp:boringssl',
280 ], 235 ],
281 'sources': [ 236 'sources': [
282 'src/crypto/hmac/hmac_test.cc', 237 'src/crypto/hmac/hmac_test.cc',
283 '<@(boringssl_test_support_sources)',
284 ], 238 ],
285 # TODO(davidben): Fix size_t truncations in BoringSSL. 239 # TODO(davidben): Fix size_t truncations in BoringSSL.
286 # https://crbug.com/429039 240 # https://crbug.com/429039
287 'msvs_disabled_warnings': [ 4267, ], 241 'msvs_disabled_warnings': [ 4267, ],
288 }, 242 },
289 { 243 {
290 'target_name': 'boringssl_lhash_test', 244 'target_name': 'boringssl_lhash_test',
291 'type': 'executable', 245 'type': 'executable',
292 'dependencies': [ 246 'dependencies': [
293 'boringssl.gyp:boringssl', 247 'boringssl.gyp:boringssl',
294 ], 248 ],
295 'sources': [ 249 'sources': [
296 'src/crypto/lhash/lhash_test.c', 250 'src/crypto/lhash/lhash_test.c',
297 '<@(boringssl_test_support_sources)',
298 ], 251 ],
299 # TODO(davidben): Fix size_t truncations in BoringSSL. 252 # TODO(davidben): Fix size_t truncations in BoringSSL.
300 # https://crbug.com/429039 253 # https://crbug.com/429039
301 'msvs_disabled_warnings': [ 4267, ], 254 'msvs_disabled_warnings': [ 4267, ],
302 }, 255 },
303 { 256 {
304 'target_name': 'boringssl_gcm_test', 257 'target_name': 'boringssl_gcm_test',
305 'type': 'executable', 258 'type': 'executable',
306 'dependencies': [ 259 'dependencies': [
307 'boringssl.gyp:boringssl', 260 'boringssl.gyp:boringssl',
308 ], 261 ],
309 'sources': [ 262 'sources': [
310 'src/crypto/modes/gcm_test.c', 263 'src/crypto/modes/gcm_test.c',
311 '<@(boringssl_test_support_sources)',
312 ], 264 ],
313 # TODO(davidben): Fix size_t truncations in BoringSSL. 265 # TODO(davidben): Fix size_t truncations in BoringSSL.
314 # https://crbug.com/429039 266 # https://crbug.com/429039
315 'msvs_disabled_warnings': [ 4267, ], 267 'msvs_disabled_warnings': [ 4267, ],
316 }, 268 },
317 { 269 {
318 'target_name': 'boringssl_pkcs12_test', 270 'target_name': 'boringssl_pkcs12_test',
319 'type': 'executable', 271 'type': 'executable',
320 'dependencies': [ 272 'dependencies': [
321 'boringssl.gyp:boringssl', 273 'boringssl.gyp:boringssl',
322 ], 274 ],
323 'sources': [ 275 'sources': [
324 'src/crypto/pkcs8/pkcs12_test.cc', 276 'src/crypto/pkcs8/pkcs12_test.c',
325 '<@(boringssl_test_support_sources)',
326 ], 277 ],
327 # TODO(davidben): Fix size_t truncations in BoringSSL. 278 # TODO(davidben): Fix size_t truncations in BoringSSL.
328 # https://crbug.com/429039 279 # https://crbug.com/429039
329 'msvs_disabled_warnings': [ 4267, ], 280 'msvs_disabled_warnings': [ 4267, ],
330 }, 281 },
331 { 282 {
332 'target_name': 'boringssl_rsa_test', 283 'target_name': 'boringssl_rsa_test',
333 'type': 'executable', 284 'type': 'executable',
334 'dependencies': [ 285 'dependencies': [
335 'boringssl.gyp:boringssl', 286 'boringssl.gyp:boringssl',
336 ], 287 ],
337 'sources': [ 288 'sources': [
338 'src/crypto/rsa/rsa_test.c', 289 'src/crypto/rsa/rsa_test.c',
339 '<@(boringssl_test_support_sources)',
340 ], 290 ],
341 # TODO(davidben): Fix size_t truncations in BoringSSL. 291 # TODO(davidben): Fix size_t truncations in BoringSSL.
342 # https://crbug.com/429039 292 # https://crbug.com/429039
343 'msvs_disabled_warnings': [ 4267, ], 293 'msvs_disabled_warnings': [ 4267, ],
344 }, 294 },
345 { 295 {
346 'target_name': 'boringssl_thread_test', 296 'target_name': 'boringssl_thread_test',
347 'type': 'executable', 297 'type': 'executable',
348 'dependencies': [ 298 'dependencies': [
349 'boringssl.gyp:boringssl', 299 'boringssl.gyp:boringssl',
350 ], 300 ],
351 'sources': [ 301 'sources': [
352 'src/crypto/thread_test.c', 302 'src/crypto/thread_test.c',
353 '<@(boringssl_test_support_sources)',
354 ], 303 ],
355 # TODO(davidben): Fix size_t truncations in BoringSSL. 304 # TODO(davidben): Fix size_t truncations in BoringSSL.
356 # https://crbug.com/429039 305 # https://crbug.com/429039
357 'msvs_disabled_warnings': [ 4267, ], 306 'msvs_disabled_warnings': [ 4267, ],
358 }, 307 },
359 { 308 {
360 'target_name': 'boringssl_pkcs7_test', 309 'target_name': 'boringssl_pkcs7_test',
361 'type': 'executable', 310 'type': 'executable',
362 'dependencies': [ 311 'dependencies': [
363 'boringssl.gyp:boringssl', 312 'boringssl.gyp:boringssl',
364 ], 313 ],
365 'sources': [ 314 'sources': [
366 'src/crypto/x509/pkcs7_test.c', 315 'src/crypto/x509/pkcs7_test.c',
367 '<@(boringssl_test_support_sources)',
368 ], 316 ],
369 # TODO(davidben): Fix size_t truncations in BoringSSL. 317 # TODO(davidben): Fix size_t truncations in BoringSSL.
370 # https://crbug.com/429039 318 # https://crbug.com/429039
371 'msvs_disabled_warnings': [ 4267, ], 319 'msvs_disabled_warnings': [ 4267, ],
372 }, 320 },
373 { 321 {
374 'target_name': 'boringssl_pqueue_test', 322 'target_name': 'boringssl_pqueue_test',
375 'type': 'executable', 323 'type': 'executable',
376 'dependencies': [ 324 'dependencies': [
377 'boringssl.gyp:boringssl', 325 'boringssl.gyp:boringssl',
378 ], 326 ],
379 'sources': [ 327 'sources': [
380 'src/ssl/pqueue/pqueue_test.c', 328 'src/ssl/pqueue/pqueue_test.c',
381 '<@(boringssl_test_support_sources)',
382 ], 329 ],
383 # TODO(davidben): Fix size_t truncations in BoringSSL. 330 # TODO(davidben): Fix size_t truncations in BoringSSL.
384 # https://crbug.com/429039 331 # https://crbug.com/429039
385 'msvs_disabled_warnings': [ 4267, ], 332 'msvs_disabled_warnings': [ 4267, ],
386 }, 333 },
387 { 334 {
388 'target_name': 'boringssl_ssl_test', 335 'target_name': 'boringssl_ssl_test',
389 'type': 'executable', 336 'type': 'executable',
390 'dependencies': [ 337 'dependencies': [
391 'boringssl.gyp:boringssl', 338 'boringssl.gyp:boringssl',
392 ], 339 ],
393 'sources': [ 340 'sources': [
394 'src/ssl/ssl_test.cc', 341 'src/ssl/ssl_test.cc',
395 '<@(boringssl_test_support_sources)',
396 ], 342 ],
397 # TODO(davidben): Fix size_t truncations in BoringSSL. 343 # TODO(davidben): Fix size_t truncations in BoringSSL.
398 # https://crbug.com/429039 344 # https://crbug.com/429039
399 'msvs_disabled_warnings': [ 4267, ], 345 'msvs_disabled_warnings': [ 4267, ],
400 }, 346 },
401 ], 347 ],
402 'variables': { 348 'variables': {
403 'boringssl_test_support_sources': [
404 'src/crypto/test/file_test.cc',
405 ],
406 'boringssl_test_targets': [ 349 'boringssl_test_targets': [
407 'boringssl_aead_test', 350 'boringssl_aead_test',
408 'boringssl_base64_test', 351 'boringssl_base64_test',
409 'boringssl_bio_test', 352 'boringssl_bio_test',
410 'boringssl_bn_test', 353 'boringssl_bn_test',
411 'boringssl_bytestring_test', 354 'boringssl_bytestring_test',
412 'boringssl_cipher_test', 355 'boringssl_cipher_test',
413 'boringssl_cmac_test',
414 'boringssl_constant_time_test', 356 'boringssl_constant_time_test',
415 'boringssl_dh_test', 357 'boringssl_dh_test',
416 'boringssl_digest_test', 358 'boringssl_digest_test',
417 'boringssl_dsa_test', 359 'boringssl_dsa_test',
418 'boringssl_ec_test', 360 'boringssl_ec_test',
419 'boringssl_ecdsa_test', 361 'boringssl_ecdsa_test',
420 'boringssl_err_test', 362 'boringssl_err_test',
421 'boringssl_evp_extra_test',
422 'boringssl_evp_test', 363 'boringssl_evp_test',
423 'boringssl_example_mul', 364 'boringssl_example_mul',
424 'boringssl_gcm_test', 365 'boringssl_gcm_test',
425 'boringssl_hkdf_test', 366 'boringssl_hkdf_test',
426 'boringssl_hmac_test', 367 'boringssl_hmac_test',
427 'boringssl_lhash_test', 368 'boringssl_lhash_test',
428 'boringssl_pbkdf_test', 369 'boringssl_pbkdf_test',
429 'boringssl_pkcs12_test', 370 'boringssl_pkcs12_test',
430 'boringssl_pkcs7_test', 371 'boringssl_pkcs7_test',
431 'boringssl_pqueue_test', 372 'boringssl_pqueue_test',
432 'boringssl_rsa_test', 373 'boringssl_rsa_test',
433 'boringssl_ssl_test', 374 'boringssl_ssl_test',
434 'boringssl_thread_test', 375 'boringssl_thread_test',
435 ], 376 ],
436 } 377 }
437 } 378 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698