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

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

Issue 1057733002: Require ECDHE for False Start. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix components build Created 5 years, 8 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 | « net/tools/testserver/testserver.py ('k') | third_party/boringssl/boringssl_tests.gypi » ('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 'variables': { 8 'variables': {
9 'boringssl_lib_sources': [ 9 'boringssl_lib_sources': [
10 'err_data.c', 10 'err_data.c',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'src/crypto/rsa/blinding.c', 175 'src/crypto/rsa/blinding.c',
176 'src/crypto/rsa/padding.c', 176 'src/crypto/rsa/padding.c',
177 'src/crypto/rsa/rsa.c', 177 'src/crypto/rsa/rsa.c',
178 'src/crypto/rsa/rsa_asn1.c', 178 'src/crypto/rsa/rsa_asn1.c',
179 'src/crypto/rsa/rsa_impl.c', 179 'src/crypto/rsa/rsa_impl.c',
180 'src/crypto/sha/sha1.c', 180 'src/crypto/sha/sha1.c',
181 'src/crypto/sha/sha256.c', 181 'src/crypto/sha/sha256.c',
182 'src/crypto/sha/sha512.c', 182 'src/crypto/sha/sha512.c',
183 'src/crypto/stack/stack.c', 183 'src/crypto/stack/stack.c',
184 'src/crypto/thread.c', 184 'src/crypto/thread.c',
185 'src/crypto/thread_pthread.c',
186 'src/crypto/thread_win.c',
185 'src/crypto/time_support.c', 187 'src/crypto/time_support.c',
186 'src/crypto/x509/a_digest.c', 188 'src/crypto/x509/a_digest.c',
187 'src/crypto/x509/a_sign.c', 189 'src/crypto/x509/a_sign.c',
188 'src/crypto/x509/a_strex.c', 190 'src/crypto/x509/a_strex.c',
189 'src/crypto/x509/a_verify.c', 191 'src/crypto/x509/a_verify.c',
190 'src/crypto/x509/asn1_gen.c', 192 'src/crypto/x509/asn1_gen.c',
191 'src/crypto/x509/by_dir.c', 193 'src/crypto/x509/by_dir.c',
192 'src/crypto/x509/by_file.c', 194 'src/crypto/x509/by_file.c',
193 'src/crypto/x509/i2d_pr.c', 195 'src/crypto/x509/i2d_pr.c',
194 'src/crypto/x509/pkcs7.c', 196 'src/crypto/x509/pkcs7.c',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 411 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
410 'win-x86_64/crypto/modes/ghash-x86_64.asm', 412 'win-x86_64/crypto/modes/ghash-x86_64.asm',
411 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 413 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
412 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 414 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
413 'win-x86_64/crypto/sha/sha1-x86_64.asm', 415 'win-x86_64/crypto/sha/sha1-x86_64.asm',
414 'win-x86_64/crypto/sha/sha256-x86_64.asm', 416 'win-x86_64/crypto/sha/sha256-x86_64.asm',
415 'win-x86_64/crypto/sha/sha512-x86_64.asm', 417 'win-x86_64/crypto/sha/sha512-x86_64.asm',
416 ], 418 ],
417 } 419 }
418 } 420 }
OLDNEW
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698