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

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

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years 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 | « skia/ext/vector_platform_device_emf_win.cc ('k') | third_party/cython/rules.gni » ('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 'src/crypto/aes/aes.c', 10 'src/crypto/aes/aes.c',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'src/crypto/x509v3/v3_pku.c', 274 'src/crypto/x509v3/v3_pku.c',
275 'src/crypto/x509v3/v3_pmaps.c', 275 'src/crypto/x509v3/v3_pmaps.c',
276 'src/crypto/x509v3/v3_prn.c', 276 'src/crypto/x509v3/v3_prn.c',
277 'src/crypto/x509v3/v3_purp.c', 277 'src/crypto/x509v3/v3_purp.c',
278 'src/crypto/x509v3/v3_skey.c', 278 'src/crypto/x509v3/v3_skey.c',
279 'src/crypto/x509v3/v3_sxnet.c', 279 'src/crypto/x509v3/v3_sxnet.c',
280 'src/crypto/x509v3/v3_utl.c', 280 'src/crypto/x509v3/v3_utl.c',
281 'src/crypto/x509v3/x509v3_error.c', 281 'src/crypto/x509v3/x509v3_error.c',
282 'src/ssl/d1_both.c', 282 'src/ssl/d1_both.c',
283 'src/ssl/d1_clnt.c', 283 'src/ssl/d1_clnt.c',
284 'src/ssl/d1_enc.c',
285 'src/ssl/d1_lib.c', 284 'src/ssl/d1_lib.c',
286 'src/ssl/d1_meth.c', 285 'src/ssl/d1_meth.c',
287 'src/ssl/d1_pkt.c', 286 'src/ssl/d1_pkt.c',
288 'src/ssl/d1_srtp.c', 287 'src/ssl/d1_srtp.c',
289 'src/ssl/d1_srvr.c', 288 'src/ssl/d1_srvr.c',
290 'src/ssl/pqueue/pqueue.c', 289 'src/ssl/pqueue/pqueue.c',
291 'src/ssl/s23_clnt.c', 290 'src/ssl/s23_clnt.c',
292 'src/ssl/s23_lib.c', 291 'src/ssl/s23_lib.c',
293 'src/ssl/s23_meth.c', 292 'src/ssl/s23_meth.c',
294 'src/ssl/s23_pkt.c', 293 'src/ssl/s23_pkt.c',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 425 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
427 'win-x86_64/crypto/modes/ghash-x86_64.asm', 426 'win-x86_64/crypto/modes/ghash-x86_64.asm',
428 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 427 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
429 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 428 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
430 'win-x86_64/crypto/sha/sha1-x86_64.asm', 429 'win-x86_64/crypto/sha/sha1-x86_64.asm',
431 'win-x86_64/crypto/sha/sha256-x86_64.asm', 430 'win-x86_64/crypto/sha/sha256-x86_64.asm',
432 'win-x86_64/crypto/sha/sha512-x86_64.asm', 431 'win-x86_64/crypto/sha/sha512-x86_64.asm',
433 ], 432 ],
434 } 433 }
435 } 434 }
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_emf_win.cc ('k') | third_party/cython/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698