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

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

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/android_testrunner/OWNERS ('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_pbkdf_test',
206 'type': 'executable',
207 'dependencies': [
208 'boringssl.gyp:boringssl',
209 ],
210 'sources': [
211 'src/crypto/evp/pbkdf_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_hkdf_test', 218 'target_name': 'boringssl_hkdf_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/hkdf/hkdf_test.c', 224 'src/crypto/hkdf/hkdf_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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'boringssl_dsa_test', 346 'boringssl_dsa_test',
334 'boringssl_ec_test', 347 'boringssl_ec_test',
335 'boringssl_ecdsa_test', 348 'boringssl_ecdsa_test',
336 'boringssl_err_test', 349 'boringssl_err_test',
337 'boringssl_evp_test', 350 'boringssl_evp_test',
338 'boringssl_example_mul', 351 'boringssl_example_mul',
339 'boringssl_gcm_test', 352 'boringssl_gcm_test',
340 'boringssl_hkdf_test', 353 'boringssl_hkdf_test',
341 'boringssl_hmac_test', 354 'boringssl_hmac_test',
342 'boringssl_lhash_test', 355 'boringssl_lhash_test',
356 'boringssl_pbkdf_test',
343 'boringssl_pkcs12_test', 357 'boringssl_pkcs12_test',
344 'boringssl_pkcs7_test', 358 'boringssl_pkcs7_test',
345 'boringssl_pqueue_test', 359 'boringssl_pqueue_test',
346 'boringssl_rsa_test', 360 'boringssl_rsa_test',
347 'boringssl_ssl_test', 361 'boringssl_ssl_test',
348 ], 362 ],
349 } 363 }
350 } 364 }
OLDNEW
« no previous file with comments | « third_party/android_testrunner/OWNERS ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698