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

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

Issue 454543002: BoringSSL: roll DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update GYP files in light of GYP switch around. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 { 179 {
180 'target_name': 'boringssl_sha1_test', 180 'target_name': 'boringssl_sha1_test',
181 'type': 'executable', 181 'type': 'executable',
182 'dependencies': [ 182 'dependencies': [
183 'boringssl.gyp:boringssl', 183 'boringssl.gyp:boringssl',
184 ], 184 ],
185 'sources': [ 185 'sources': [
186 'src/crypto/sha/sha1_test.c', 186 'src/crypto/sha/sha1_test.c',
187 ], 187 ],
188 }, 188 },
189 {
190 'target_name': 'boringssl_pkcs7_test',
191 'type': 'executable',
192 'dependencies': [
193 'boringssl.gyp:boringssl',
194 ],
195 'sources': [
196 'src/crypto/x509/pkcs7_test.c',
197 ],
198 },
189 ], 199 ],
190 'variables': { 200 'variables': {
191 'boringssl_test_targets': [ 201 'boringssl_test_targets': [
192 'boringssl_aead_test', 202 'boringssl_aead_test',
193 'boringssl_base64_test', 203 'boringssl_base64_test',
194 'boringssl_bio_test', 204 'boringssl_bio_test',
195 'boringssl_bn_test', 205 'boringssl_bn_test',
196 'boringssl_bytestring_test', 206 'boringssl_bytestring_test',
197 'boringssl_cipher_test', 207 'boringssl_cipher_test',
198 'boringssl_dh_test', 208 'boringssl_dh_test',
199 'boringssl_dsa_test', 209 'boringssl_dsa_test',
200 'boringssl_ecdsa_test', 210 'boringssl_ecdsa_test',
201 'boringssl_err_test', 211 'boringssl_err_test',
202 'boringssl_example_mul', 212 'boringssl_example_mul',
203 'boringssl_example_sign', 213 'boringssl_example_sign',
204 'boringssl_gcm_test', 214 'boringssl_gcm_test',
205 'boringssl_hmac_test', 215 'boringssl_hmac_test',
206 'boringssl_lhash_test', 216 'boringssl_lhash_test',
207 'boringssl_md5_test', 217 'boringssl_md5_test',
218 'boringssl_pkcs7_test',
208 'boringssl_rsa_test', 219 'boringssl_rsa_test',
209 'boringssl_sha1_test', 220 'boringssl_sha1_test',
210 ], 221 ],
211 } 222 }
212 } 223 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698