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

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

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed open source license review comments Created 4 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.gyp ('k') | third_party/netty-tcnative/LICENSE » ('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 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 'variables': { 8 'variables': {
9 'boringssl_ssl_sources': [ 9 'boringssl_ssl_sources': [
10 'src/ssl/custom_extensions.c', 10 'src/ssl/custom_extensions.c',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'win-x86_64/crypto/ec/p256-x86_64-asm.asm', 419 'win-x86_64/crypto/ec/p256-x86_64-asm.asm',
420 'win-x86_64/crypto/md5/md5-x86_64.asm', 420 'win-x86_64/crypto/md5/md5-x86_64.asm',
421 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 421 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
422 'win-x86_64/crypto/modes/ghash-x86_64.asm', 422 'win-x86_64/crypto/modes/ghash-x86_64.asm',
423 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 423 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
424 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 424 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
425 'win-x86_64/crypto/sha/sha1-x86_64.asm', 425 'win-x86_64/crypto/sha/sha1-x86_64.asm',
426 'win-x86_64/crypto/sha/sha256-x86_64.asm', 426 'win-x86_64/crypto/sha/sha256-x86_64.asm',
427 'win-x86_64/crypto/sha/sha512-x86_64.asm', 427 'win-x86_64/crypto/sha/sha512-x86_64.asm',
428 ], 428 ],
429 'boringssl_decrepit_sources': [
davidben 2016/01/20 19:43:03 This file is automatically generated. It should no
430 'src/decrepit/bio/base64_bio.c',
431 'src/decrepit/blowfish/blowfish.c',
432 'src/decrepit/cast/cast.c',
433 'src/decrepit/cast/cast_tables.c',
434 'src/decrepit/des/cfb64ede.c',
435 'src/decrepit/rsa/rsa_decrepit.c',
436 'src/decrepit/xts/xts.c',
437 ],
429 } 438 }
430 } 439 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/netty-tcnative/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698