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

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

Issue 1126233010: Roll src/third_party/boringssl/src 771a138:a07c0fc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « DEPS ('k') | no next file » | 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_base64_test', 10 'target_name': 'boringssl_base64_test',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 # https://crbug.com/429039 76 # https://crbug.com/429039
77 'msvs_disabled_warnings': [ 4267, ], 77 'msvs_disabled_warnings': [ 4267, ],
78 }, 78 },
79 { 79 {
80 'target_name': 'boringssl_cipher_test', 80 'target_name': 'boringssl_cipher_test',
81 'type': 'executable', 81 'type': 'executable',
82 'dependencies': [ 82 'dependencies': [
83 'boringssl.gyp:boringssl', 83 'boringssl.gyp:boringssl',
84 ], 84 ],
85 'sources': [ 85 'sources': [
86 'src/crypto/cipher/cipher_test.c', 86 'src/crypto/cipher/cipher_test.cc',
87 '<@(boringssl_test_support_sources)', 87 '<@(boringssl_test_support_sources)',
88 ], 88 ],
89 # TODO(davidben): Fix size_t truncations in BoringSSL. 89 # TODO(davidben): Fix size_t truncations in BoringSSL.
90 # https://crbug.com/429039 90 # https://crbug.com/429039
91 'msvs_disabled_warnings': [ 4267, ], 91 'msvs_disabled_warnings': [ 4267, ],
92 }, 92 },
93 { 93 {
94 'target_name': 'boringssl_cmac_test', 94 'target_name': 'boringssl_cmac_test',
95 'type': 'executable', 95 'type': 'executable',
96 'dependencies': [ 96 'dependencies': [
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'boringssl_pbkdf_test', 428 'boringssl_pbkdf_test',
429 'boringssl_pkcs12_test', 429 'boringssl_pkcs12_test',
430 'boringssl_pkcs7_test', 430 'boringssl_pkcs7_test',
431 'boringssl_pqueue_test', 431 'boringssl_pqueue_test',
432 'boringssl_rsa_test', 432 'boringssl_rsa_test',
433 'boringssl_ssl_test', 433 'boringssl_ssl_test',
434 'boringssl_thread_test', 434 'boringssl_thread_test',
435 ], 435 ],
436 } 436 }
437 } 437 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698