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

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

Issue 1321793002: Roll src/third_party/boringssl/src 12fe1b25e..ac8302a09 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll further Created 5 years, 3 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_nacl.gyp ('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 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ], 336 ],
337 'sources': [ 337 'sources': [
338 'src/crypto/pkcs8/pkcs12_test.cc', 338 'src/crypto/pkcs8/pkcs12_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_pkcs8_test',
347 'type': 'executable',
348 'dependencies': [
349 'boringssl.gyp:boringssl',
350 ],
351 'sources': [
352 'src/crypto/pkcs8/pkcs8_test.cc',
353 '<@(boringssl_test_support_sources)',
354 ],
355 # TODO(davidben): Fix size_t truncations in BoringSSL.
356 # https://crbug.com/429039
357 'msvs_disabled_warnings': [ 4267, ],
358 },
359 {
346 'target_name': 'boringssl_poly1305_test', 360 'target_name': 'boringssl_poly1305_test',
347 'type': 'executable', 361 'type': 'executable',
348 'dependencies': [ 362 'dependencies': [
349 'boringssl.gyp:boringssl', 363 'boringssl.gyp:boringssl',
350 ], 364 ],
351 'sources': [ 365 'sources': [
352 'src/crypto/poly1305/poly1305_test.cc', 366 'src/crypto/poly1305/poly1305_test.cc',
353 '<@(boringssl_test_support_sources)', 367 '<@(boringssl_test_support_sources)',
354 ], 368 ],
355 # TODO(davidben): Fix size_t truncations in BoringSSL. 369 # TODO(davidben): Fix size_t truncations in BoringSSL.
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'boringssl_evp_extra_test', 508 'boringssl_evp_extra_test',
495 'boringssl_evp_test', 509 'boringssl_evp_test',
496 'boringssl_example_mul', 510 'boringssl_example_mul',
497 'boringssl_gcm_test', 511 'boringssl_gcm_test',
498 'boringssl_hkdf_test', 512 'boringssl_hkdf_test',
499 'boringssl_hmac_test', 513 'boringssl_hmac_test',
500 'boringssl_lhash_test', 514 'boringssl_lhash_test',
501 'boringssl_pbkdf_test', 515 'boringssl_pbkdf_test',
502 'boringssl_pkcs12_test', 516 'boringssl_pkcs12_test',
503 'boringssl_pkcs7_test', 517 'boringssl_pkcs7_test',
518 'boringssl_pkcs8_test',
504 'boringssl_poly1305_test', 519 'boringssl_poly1305_test',
505 'boringssl_pqueue_test', 520 'boringssl_pqueue_test',
506 'boringssl_refcount_test', 521 'boringssl_refcount_test',
507 'boringssl_rsa_test', 522 'boringssl_rsa_test',
508 'boringssl_ssl_test', 523 'boringssl_ssl_test',
509 'boringssl_tab_test', 524 'boringssl_tab_test',
510 'boringssl_thread_test', 525 'boringssl_thread_test',
511 'boringssl_v3name_test', 526 'boringssl_v3name_test',
512 ], 527 ],
513 } 528 }
514 } 529 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl_nacl.gyp ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698