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

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

Issue 835193005: ABANDONED! Roll BoringSSL ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new test to unittests Created 5 years, 11 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 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',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'boringssl.gyp:boringssl', 195 'boringssl.gyp:boringssl',
196 ], 196 ],
197 'sources': [ 197 'sources': [
198 'src/crypto/evp/evp_test.c', 198 'src/crypto/evp/evp_test.c',
199 ], 199 ],
200 # TODO(davidben): Fix size_t truncations in BoringSSL. 200 # TODO(davidben): Fix size_t truncations in BoringSSL.
201 # https://crbug.com/429039 201 # https://crbug.com/429039
202 'msvs_disabled_warnings': [ 4267, ], 202 'msvs_disabled_warnings': [ 4267, ],
203 }, 203 },
204 { 204 {
205 'target_name': 'boringssl_hkdf_test',
206 'type': 'executable',
207 'dependencies': [
208 'boringssl.gyp:boringssl',
209 ],
210 'sources': [
211 'src/crypto/hkdf/hkdf_test.c',
212 ],
213 # TODO(davidben): Fix size_t truncations in BoringSSL.
214 # https://crbug.com/429039
215 'msvs_disabled_warnings': [ 4267, ],
216 },
217 {
205 'target_name': 'boringssl_hmac_test', 218 'target_name': 'boringssl_hmac_test',
206 'type': 'executable', 219 'type': 'executable',
207 'dependencies': [ 220 'dependencies': [
208 'boringssl.gyp:boringssl', 221 'boringssl.gyp:boringssl',
209 ], 222 ],
210 'sources': [ 223 'sources': [
211 'src/crypto/hmac/hmac_test.c', 224 'src/crypto/hmac/hmac_test.c',
212 ], 225 ],
213 # TODO(davidben): Fix size_t truncations in BoringSSL. 226 # TODO(davidben): Fix size_t truncations in BoringSSL.
214 # https://crbug.com/429039 227 # https://crbug.com/429039
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'boringssl_constant_time_test', 330 'boringssl_constant_time_test',
318 'boringssl_dh_test', 331 'boringssl_dh_test',
319 'boringssl_digest_test', 332 'boringssl_digest_test',
320 'boringssl_dsa_test', 333 'boringssl_dsa_test',
321 'boringssl_ec_test', 334 'boringssl_ec_test',
322 'boringssl_ecdsa_test', 335 'boringssl_ecdsa_test',
323 'boringssl_err_test', 336 'boringssl_err_test',
324 'boringssl_evp_test', 337 'boringssl_evp_test',
325 'boringssl_example_mul', 338 'boringssl_example_mul',
326 'boringssl_gcm_test', 339 'boringssl_gcm_test',
340 'boringssl_hkdf_test',
327 'boringssl_hmac_test', 341 'boringssl_hmac_test',
328 'boringssl_lhash_test', 342 'boringssl_lhash_test',
329 'boringssl_pkcs12_test', 343 'boringssl_pkcs12_test',
330 'boringssl_pkcs7_test', 344 'boringssl_pkcs7_test',
331 'boringssl_pqueue_test', 345 'boringssl_pqueue_test',
332 'boringssl_rsa_test', 346 'boringssl_rsa_test',
333 'boringssl_ssl_test', 347 'boringssl_ssl_test',
334 ], 348 ],
335 } 349 }
336 } 350 }
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