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

Side by Side Diff: boringssl_tests.gypi

Issue 2569253003: BoringSSL: Roll generated files forward. (Closed)
Patch Set: Created 4 years 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 | « boringssl.gypi ('k') | codereview.settings » ('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) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 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 generate_build_files.py. Do not edit manually.
6 6
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'boringssl_aes_test', 10 'target_name': 'boringssl_aes_test',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 266 ],
267 'sources': [ 267 'sources': [
268 'src/crypto/ec/example_mul.c', 268 'src/crypto/ec/example_mul.c',
269 '<@(boringssl_test_support_sources)', 269 '<@(boringssl_test_support_sources)',
270 ], 270 ],
271 # TODO(davidben): Fix size_t truncations in BoringSSL. 271 # TODO(davidben): Fix size_t truncations in BoringSSL.
272 # https://crbug.com/429039 272 # https://crbug.com/429039
273 'msvs_disabled_warnings': [ 4267, ], 273 'msvs_disabled_warnings': [ 4267, ],
274 }, 274 },
275 { 275 {
276 'target_name': 'boringssl_ecdsa_test', 276 'target_name': 'boringssl_p256-x86_64_test',
277 'type': 'executable', 277 'type': 'executable',
278 'dependencies': [ 278 'dependencies': [
279 'boringssl.gyp:boringssl', 279 'boringssl.gyp:boringssl',
280 ], 280 ],
281 'sources': [ 281 'sources': [
282 'src/crypto/ecdsa/ecdsa_test.cc', 282 'src/crypto/ec/p256-x86_64_test.cc',
283 '<@(boringssl_test_support_sources)', 283 '<@(boringssl_test_support_sources)',
284 ], 284 ],
285 # TODO(davidben): Fix size_t truncations in BoringSSL. 285 # TODO(davidben): Fix size_t truncations in BoringSSL.
286 # https://crbug.com/429039 286 # https://crbug.com/429039
287 'msvs_disabled_warnings': [ 4267, ], 287 'msvs_disabled_warnings': [ 4267, ],
288 }, 288 },
289 { 289 {
290 'target_name': 'boringssl_err_test', 290 'target_name': 'boringssl_ecdh_test',
291 'type': 'executable', 291 'type': 'executable',
292 'dependencies': [ 292 'dependencies': [
293 'boringssl.gyp:boringssl', 293 'boringssl.gyp:boringssl',
294 ], 294 ],
295 'sources': [ 295 'sources': [
296 'src/crypto/err/err_test.cc', 296 'src/crypto/ecdh/ecdh_test.cc',
297 '<@(boringssl_test_support_sources)', 297 '<@(boringssl_test_support_sources)',
298 ], 298 ],
299 # TODO(davidben): Fix size_t truncations in BoringSSL. 299 # TODO(davidben): Fix size_t truncations in BoringSSL.
300 # https://crbug.com/429039 300 # https://crbug.com/429039
301 'msvs_disabled_warnings': [ 4267, ], 301 'msvs_disabled_warnings': [ 4267, ],
302 }, 302 },
303 { 303 {
304 'target_name': 'boringssl_evp_extra_test', 304 'target_name': 'boringssl_ecdsa_sign_test',
305 'type': 'executable', 305 'type': 'executable',
306 'dependencies': [ 306 'dependencies': [
307 'boringssl.gyp:boringssl', 307 'boringssl.gyp:boringssl',
308 ], 308 ],
309 'sources': [ 309 'sources': [
310 'src/crypto/evp/evp_extra_test.cc', 310 'src/crypto/ecdsa/ecdsa_sign_test.cc',
311 '<@(boringssl_test_support_sources)', 311 '<@(boringssl_test_support_sources)',
312 ], 312 ],
313 # TODO(davidben): Fix size_t truncations in BoringSSL. 313 # TODO(davidben): Fix size_t truncations in BoringSSL.
314 # https://crbug.com/429039 314 # https://crbug.com/429039
315 'msvs_disabled_warnings': [ 4267, ], 315 'msvs_disabled_warnings': [ 4267, ],
316 }, 316 },
317 { 317 {
318 'target_name': 'boringssl_evp_test', 318 'target_name': 'boringssl_ecdsa_test',
319 'type': 'executable', 319 'type': 'executable',
320 'dependencies': [ 320 'dependencies': [
321 'boringssl.gyp:boringssl', 321 'boringssl.gyp:boringssl',
322 ], 322 ],
323 'sources': [ 323 'sources': [
324 'src/crypto/evp/evp_test.cc', 324 'src/crypto/ecdsa/ecdsa_test.cc',
325 '<@(boringssl_test_support_sources)', 325 '<@(boringssl_test_support_sources)',
326 ], 326 ],
327 # TODO(davidben): Fix size_t truncations in BoringSSL. 327 # TODO(davidben): Fix size_t truncations in BoringSSL.
328 # https://crbug.com/429039 328 # https://crbug.com/429039
329 'msvs_disabled_warnings': [ 4267, ], 329 'msvs_disabled_warnings': [ 4267, ],
330 }, 330 },
331 { 331 {
332 'target_name': 'boringssl_pbkdf_test', 332 'target_name': 'boringssl_ecdsa_verify_test',
333 'type': 'executable', 333 'type': 'executable',
334 'dependencies': [ 334 'dependencies': [
335 'boringssl.gyp:boringssl', 335 'boringssl.gyp:boringssl',
336 ], 336 ],
337 'sources': [ 337 'sources': [
338 'src/crypto/evp/pbkdf_test.cc', 338 'src/crypto/ecdsa/ecdsa_verify_test.cc',
339 '<@(boringssl_test_support_sources)', 339 '<@(boringssl_test_support_sources)',
340 ], 340 ],
341 # TODO(davidben): Fix size_t truncations in BoringSSL. 341 # TODO(davidben): Fix size_t truncations in BoringSSL.
342 # https://crbug.com/429039 342 # https://crbug.com/429039
343 'msvs_disabled_warnings': [ 4267, ], 343 'msvs_disabled_warnings': [ 4267, ],
344 }, 344 },
345 { 345 {
346 'target_name': 'boringssl_hkdf_test', 346 'target_name': 'boringssl_err_test',
347 'type': 'executable', 347 'type': 'executable',
348 'dependencies': [ 348 'dependencies': [
349 'boringssl.gyp:boringssl', 349 'boringssl.gyp:boringssl',
350 ], 350 ],
351 'sources': [ 351 'sources': [
352 'src/crypto/hkdf/hkdf_test.c', 352 'src/crypto/err/err_test.cc',
353 '<@(boringssl_test_support_sources)', 353 '<@(boringssl_test_support_sources)',
354 ], 354 ],
355 # TODO(davidben): Fix size_t truncations in BoringSSL. 355 # TODO(davidben): Fix size_t truncations in BoringSSL.
356 # https://crbug.com/429039 356 # https://crbug.com/429039
357 'msvs_disabled_warnings': [ 4267, ], 357 'msvs_disabled_warnings': [ 4267, ],
358 }, 358 },
359 { 359 {
360 'target_name': 'boringssl_hmac_test', 360 'target_name': 'boringssl_evp_extra_test',
361 'type': 'executable', 361 'type': 'executable',
362 'dependencies': [ 362 'dependencies': [
363 'boringssl.gyp:boringssl', 363 'boringssl.gyp:boringssl',
364 ], 364 ],
365 'sources': [ 365 'sources': [
366 'src/crypto/hmac/hmac_test.cc', 366 'src/crypto/evp/evp_extra_test.cc',
367 '<@(boringssl_test_support_sources)', 367 '<@(boringssl_test_support_sources)',
368 ], 368 ],
369 # TODO(davidben): Fix size_t truncations in BoringSSL. 369 # TODO(davidben): Fix size_t truncations in BoringSSL.
370 # https://crbug.com/429039 370 # https://crbug.com/429039
371 'msvs_disabled_warnings': [ 4267, ], 371 'msvs_disabled_warnings': [ 4267, ],
372 }, 372 },
373 { 373 {
374 'target_name': 'boringssl_lhash_test', 374 'target_name': 'boringssl_evp_test',
375 'type': 'executable', 375 'type': 'executable',
376 'dependencies': [ 376 'dependencies': [
377 'boringssl.gyp:boringssl', 377 'boringssl.gyp:boringssl',
378 ], 378 ],
379 'sources': [ 379 'sources': [
380 'src/crypto/lhash/lhash_test.c', 380 'src/crypto/evp/evp_test.cc',
381 '<@(boringssl_test_support_sources)', 381 '<@(boringssl_test_support_sources)',
382 ], 382 ],
383 # TODO(davidben): Fix size_t truncations in BoringSSL. 383 # TODO(davidben): Fix size_t truncations in BoringSSL.
384 # https://crbug.com/429039 384 # https://crbug.com/429039
385 'msvs_disabled_warnings': [ 4267, ], 385 'msvs_disabled_warnings': [ 4267, ],
386 }, 386 },
387 { 387 {
388 'target_name': 'boringssl_gcm_test', 388 'target_name': 'boringssl_pbkdf_test',
389 'type': 'executable', 389 'type': 'executable',
390 'dependencies': [ 390 'dependencies': [
391 'boringssl.gyp:boringssl', 391 'boringssl.gyp:boringssl',
392 ], 392 ],
393 'sources': [ 393 'sources': [
394 'src/crypto/modes/gcm_test.c', 394 'src/crypto/evp/pbkdf_test.cc',
395 '<@(boringssl_test_support_sources)', 395 '<@(boringssl_test_support_sources)',
396 ], 396 ],
397 # TODO(davidben): Fix size_t truncations in BoringSSL. 397 # TODO(davidben): Fix size_t truncations in BoringSSL.
398 # https://crbug.com/429039
399 'msvs_disabled_warnings': [ 4267, ],
400 },
401 {
402 'target_name': 'boringssl_hkdf_test',
403 'type': 'executable',
404 'dependencies': [
405 'boringssl.gyp:boringssl',
406 ],
407 'sources': [
408 'src/crypto/hkdf/hkdf_test.c',
409 '<@(boringssl_test_support_sources)',
410 ],
411 # TODO(davidben): Fix size_t truncations in BoringSSL.
398 # https://crbug.com/429039 412 # https://crbug.com/429039
399 'msvs_disabled_warnings': [ 4267, ], 413 'msvs_disabled_warnings': [ 4267, ],
400 }, 414 },
401 { 415 {
402 'target_name': 'boringssl_newhope_statistical_test', 416 'target_name': 'boringssl_hmac_test',
403 'type': 'executable', 417 'type': 'executable',
404 'dependencies': [ 418 'dependencies': [
405 'boringssl.gyp:boringssl', 419 'boringssl.gyp:boringssl',
406 ], 420 ],
407 'sources': [ 421 'sources': [
408 'src/crypto/newhope/newhope_statistical_test.cc', 422 'src/crypto/hmac/hmac_test.cc',
409 '<@(boringssl_test_support_sources)', 423 '<@(boringssl_test_support_sources)',
410 ], 424 ],
411 # TODO(davidben): Fix size_t truncations in BoringSSL. 425 # TODO(davidben): Fix size_t truncations in BoringSSL.
412 # https://crbug.com/429039 426 # https://crbug.com/429039
413 'msvs_disabled_warnings': [ 4267, ], 427 'msvs_disabled_warnings': [ 4267, ],
414 }, 428 },
415 { 429 {
416 'target_name': 'boringssl_newhope_test', 430 'target_name': 'boringssl_lhash_test',
417 'type': 'executable', 431 'type': 'executable',
418 'dependencies': [ 432 'dependencies': [
419 'boringssl.gyp:boringssl', 433 'boringssl.gyp:boringssl',
420 ], 434 ],
421 'sources': [ 435 'sources': [
422 'src/crypto/newhope/newhope_test.cc', 436 'src/crypto/lhash/lhash_test.c',
423 '<@(boringssl_test_support_sources)', 437 '<@(boringssl_test_support_sources)',
424 ], 438 ],
425 # TODO(davidben): Fix size_t truncations in BoringSSL. 439 # TODO(davidben): Fix size_t truncations in BoringSSL.
426 # https://crbug.com/429039 440 # https://crbug.com/429039
427 'msvs_disabled_warnings': [ 4267, ], 441 'msvs_disabled_warnings': [ 4267, ],
428 }, 442 },
429 { 443 {
430 'target_name': 'boringssl_newhope_vectors_test', 444 'target_name': 'boringssl_gcm_test',
431 'type': 'executable', 445 'type': 'executable',
432 'dependencies': [ 446 'dependencies': [
433 'boringssl.gyp:boringssl', 447 'boringssl.gyp:boringssl',
434 ], 448 ],
435 'sources': [ 449 'sources': [
436 'src/crypto/newhope/newhope_vectors_test.cc', 450 'src/crypto/modes/gcm_test.cc',
437 '<@(boringssl_test_support_sources)', 451 '<@(boringssl_test_support_sources)',
438 ], 452 ],
439 # TODO(davidben): Fix size_t truncations in BoringSSL. 453 # TODO(davidben): Fix size_t truncations in BoringSSL.
440 # https://crbug.com/429039 454 # https://crbug.com/429039
441 'msvs_disabled_warnings': [ 4267, ], 455 'msvs_disabled_warnings': [ 4267, ],
442 }, 456 },
443 { 457 {
444 'target_name': 'boringssl_obj_test', 458 'target_name': 'boringssl_obj_test',
445 'type': 'executable', 459 'type': 'executable',
446 'dependencies': [ 460 'dependencies': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 ], 504 ],
491 'sources': [ 505 'sources': [
492 'src/crypto/poly1305/poly1305_test.cc', 506 'src/crypto/poly1305/poly1305_test.cc',
493 '<@(boringssl_test_support_sources)', 507 '<@(boringssl_test_support_sources)',
494 ], 508 ],
495 # TODO(davidben): Fix size_t truncations in BoringSSL. 509 # TODO(davidben): Fix size_t truncations in BoringSSL.
496 # https://crbug.com/429039 510 # https://crbug.com/429039
497 'msvs_disabled_warnings': [ 4267, ], 511 'msvs_disabled_warnings': [ 4267, ],
498 }, 512 },
499 { 513 {
514 'target_name': 'boringssl_pool_test',
515 'type': 'executable',
516 'dependencies': [
517 'boringssl.gyp:boringssl',
518 ],
519 'sources': [
520 'src/crypto/pool/pool_test.cc',
521 '<@(boringssl_test_support_sources)',
522 ],
523 # TODO(davidben): Fix size_t truncations in BoringSSL.
524 # https://crbug.com/429039
525 'msvs_disabled_warnings': [ 4267, ],
526 },
527 {
500 'target_name': 'boringssl_refcount_test', 528 'target_name': 'boringssl_refcount_test',
501 'type': 'executable', 529 'type': 'executable',
502 'dependencies': [ 530 'dependencies': [
503 'boringssl.gyp:boringssl', 531 'boringssl.gyp:boringssl',
504 ], 532 ],
505 'sources': [ 533 'sources': [
506 'src/crypto/refcount_test.c', 534 'src/crypto/refcount_test.c',
507 '<@(boringssl_test_support_sources)', 535 '<@(boringssl_test_support_sources)',
508 ], 536 ],
509 # TODO(davidben): Fix size_t truncations in BoringSSL. 537 # TODO(davidben): Fix size_t truncations in BoringSSL.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 # TODO(davidben): Fix size_t truncations in BoringSSL. 635 # TODO(davidben): Fix size_t truncations in BoringSSL.
608 # https://crbug.com/429039 636 # https://crbug.com/429039
609 'msvs_disabled_warnings': [ 4267, ], 637 'msvs_disabled_warnings': [ 4267, ],
610 }, 638 },
611 ], 639 ],
612 'variables': { 640 'variables': {
613 'boringssl_test_support_sources': [ 641 'boringssl_test_support_sources': [
614 'src/crypto/test/file_test.cc', 642 'src/crypto/test/file_test.cc',
615 'src/crypto/test/file_test.h', 643 'src/crypto/test/file_test.h',
616 'src/crypto/test/malloc.cc', 644 'src/crypto/test/malloc.cc',
617 'src/crypto/test/scoped_types.h',
618 'src/crypto/test/test_util.cc', 645 'src/crypto/test/test_util.cc',
619 'src/crypto/test/test_util.h', 646 'src/crypto/test/test_util.h',
620 'src/ssl/test/async_bio.h', 647 'src/ssl/test/async_bio.h',
621 'src/ssl/test/packeted_bio.h', 648 'src/ssl/test/packeted_bio.h',
622 'src/ssl/test/scoped_types.h',
623 'src/ssl/test/test_config.h', 649 'src/ssl/test/test_config.h',
624 ], 650 ],
625 'boringssl_test_targets': [ 651 'boringssl_test_targets': [
626 'boringssl_aead_test', 652 'boringssl_aead_test',
627 'boringssl_aes_test', 653 'boringssl_aes_test',
628 'boringssl_asn1_test', 654 'boringssl_asn1_test',
629 'boringssl_base64_test', 655 'boringssl_base64_test',
630 'boringssl_bio_test', 656 'boringssl_bio_test',
631 'boringssl_bn_test', 657 'boringssl_bn_test',
632 'boringssl_bytestring_test', 658 'boringssl_bytestring_test',
633 'boringssl_chacha_test', 659 'boringssl_chacha_test',
634 'boringssl_cipher_test', 660 'boringssl_cipher_test',
635 'boringssl_cmac_test', 661 'boringssl_cmac_test',
636 'boringssl_constant_time_test', 662 'boringssl_constant_time_test',
637 'boringssl_dh_test', 663 'boringssl_dh_test',
638 'boringssl_digest_test', 664 'boringssl_digest_test',
639 'boringssl_dsa_test', 665 'boringssl_dsa_test',
640 'boringssl_ec_test', 666 'boringssl_ec_test',
667 'boringssl_ecdh_test',
668 'boringssl_ecdsa_sign_test',
641 'boringssl_ecdsa_test', 669 'boringssl_ecdsa_test',
670 'boringssl_ecdsa_verify_test',
642 'boringssl_ed25519_test', 671 'boringssl_ed25519_test',
643 'boringssl_err_test', 672 'boringssl_err_test',
644 'boringssl_evp_extra_test', 673 'boringssl_evp_extra_test',
645 'boringssl_evp_test', 674 'boringssl_evp_test',
646 'boringssl_example_mul', 675 'boringssl_example_mul',
647 'boringssl_gcm_test', 676 'boringssl_gcm_test',
648 'boringssl_hkdf_test', 677 'boringssl_hkdf_test',
649 'boringssl_hmac_test', 678 'boringssl_hmac_test',
650 'boringssl_lhash_test', 679 'boringssl_lhash_test',
651 'boringssl_newhope_statistical_test',
652 'boringssl_newhope_test',
653 'boringssl_newhope_vectors_test',
654 'boringssl_obj_test', 680 'boringssl_obj_test',
681 'boringssl_p256-x86_64_test',
655 'boringssl_pbkdf_test', 682 'boringssl_pbkdf_test',
656 'boringssl_pkcs12_test', 683 'boringssl_pkcs12_test',
657 'boringssl_pkcs7_test', 684 'boringssl_pkcs7_test',
658 'boringssl_pkcs8_test', 685 'boringssl_pkcs8_test',
659 'boringssl_poly1305_test', 686 'boringssl_poly1305_test',
687 'boringssl_pool_test',
660 'boringssl_refcount_test', 688 'boringssl_refcount_test',
661 'boringssl_rsa_test', 689 'boringssl_rsa_test',
662 'boringssl_spake25519_test', 690 'boringssl_spake25519_test',
663 'boringssl_ssl_test', 691 'boringssl_ssl_test',
664 'boringssl_tab_test', 692 'boringssl_tab_test',
665 'boringssl_thread_test', 693 'boringssl_thread_test',
666 'boringssl_v3name_test', 694 'boringssl_v3name_test',
667 'boringssl_x25519_test', 695 'boringssl_x25519_test',
668 'boringssl_x509_test', 696 'boringssl_x509_test',
669 ], 697 ],
670 } 698 }
671 } 699 }
OLDNEW
« no previous file with comments | « boringssl.gypi ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698