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

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

Issue 385983006: net: pickup "586" asm files for x86. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .. Created 6 years, 5 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
OLDNEW
1 # Copyright 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_sha1_test', 10 'target_name': 'boringssl_sha1_test',
11 'type': 'executable', 11 'type': 'executable',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'boringssl_example_sign', 192 'boringssl_example_sign',
193 'boringssl_gcm_test', 193 'boringssl_gcm_test',
194 'boringssl_hmac_test', 194 'boringssl_hmac_test',
195 'boringssl_lhash_test', 195 'boringssl_lhash_test',
196 'boringssl_md5_test', 196 'boringssl_md5_test',
197 'boringssl_rsa_test', 197 'boringssl_rsa_test',
198 'boringssl_sha1_test', 198 'boringssl_sha1_test',
199 ], 199 ],
200 } 200 }
201 } 201 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/linux-x86/crypto/aes/aes-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698