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

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

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/boringssl/update_gypi_and_asm.py » ('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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'mac-x86_64/crypto/cpu-x86_64-asm.S', 389 'mac-x86_64/crypto/cpu-x86_64-asm.S',
390 'mac-x86_64/crypto/md5/md5-x86_64.S', 390 'mac-x86_64/crypto/md5/md5-x86_64.S',
391 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', 391 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S',
392 'mac-x86_64/crypto/modes/ghash-x86_64.S', 392 'mac-x86_64/crypto/modes/ghash-x86_64.S',
393 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S', 393 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S',
394 'mac-x86_64/crypto/rc4/rc4-x86_64.S', 394 'mac-x86_64/crypto/rc4/rc4-x86_64.S',
395 'mac-x86_64/crypto/sha/sha1-x86_64.S', 395 'mac-x86_64/crypto/sha/sha1-x86_64.S',
396 'mac-x86_64/crypto/sha/sha256-x86_64.S', 396 'mac-x86_64/crypto/sha/sha256-x86_64.S',
397 'mac-x86_64/crypto/sha/sha512-x86_64.S', 397 'mac-x86_64/crypto/sha/sha512-x86_64.S',
398 ], 398 ],
399 'boringssl_win_x86_sources': [
400 'win-x86/crypto/aes/aes-586.asm',
401 'win-x86/crypto/aes/aesni-x86.asm',
402 'win-x86/crypto/aes/vpaes-x86.asm',
403 'win-x86/crypto/bn/bn-586.asm',
404 'win-x86/crypto/bn/co-586.asm',
405 'win-x86/crypto/bn/x86-mont.asm',
406 'win-x86/crypto/cpu-x86-asm.asm',
407 'win-x86/crypto/md5/md5-586.asm',
408 'win-x86/crypto/modes/ghash-x86.asm',
409 'win-x86/crypto/rc4/rc4-586.asm',
410 'win-x86/crypto/sha/sha1-586.asm',
411 'win-x86/crypto/sha/sha256-586.asm',
412 'win-x86/crypto/sha/sha512-586.asm',
413 ],
399 'boringssl_win_x86_64_sources': [ 414 'boringssl_win_x86_64_sources': [
400 'win-x86_64/crypto/aes/aes-x86_64.asm', 415 'win-x86_64/crypto/aes/aes-x86_64.asm',
401 'win-x86_64/crypto/aes/aesni-x86_64.asm', 416 'win-x86_64/crypto/aes/aesni-x86_64.asm',
402 'win-x86_64/crypto/aes/bsaes-x86_64.asm', 417 'win-x86_64/crypto/aes/bsaes-x86_64.asm',
403 'win-x86_64/crypto/aes/vpaes-x86_64.asm', 418 'win-x86_64/crypto/aes/vpaes-x86_64.asm',
404 'win-x86_64/crypto/bn/modexp512-x86_64.asm', 419 'win-x86_64/crypto/bn/modexp512-x86_64.asm',
405 'win-x86_64/crypto/bn/rsaz-avx2.asm', 420 'win-x86_64/crypto/bn/rsaz-avx2.asm',
406 'win-x86_64/crypto/bn/rsaz-x86_64.asm', 421 'win-x86_64/crypto/bn/rsaz-x86_64.asm',
407 'win-x86_64/crypto/bn/x86_64-mont.asm', 422 'win-x86_64/crypto/bn/x86_64-mont.asm',
408 'win-x86_64/crypto/bn/x86_64-mont5.asm', 423 'win-x86_64/crypto/bn/x86_64-mont5.asm',
409 'win-x86_64/crypto/cpu-x86_64-asm.asm', 424 'win-x86_64/crypto/cpu-x86_64-asm.asm',
410 'win-x86_64/crypto/md5/md5-x86_64.asm', 425 'win-x86_64/crypto/md5/md5-x86_64.asm',
411 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 426 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
412 'win-x86_64/crypto/modes/ghash-x86_64.asm', 427 'win-x86_64/crypto/modes/ghash-x86_64.asm',
413 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 428 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
414 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 429 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
415 'win-x86_64/crypto/sha/sha1-x86_64.asm', 430 'win-x86_64/crypto/sha/sha1-x86_64.asm',
416 'win-x86_64/crypto/sha/sha256-x86_64.asm', 431 'win-x86_64/crypto/sha/sha256-x86_64.asm',
417 'win-x86_64/crypto/sha/sha512-x86_64.asm', 432 'win-x86_64/crypto/sha/sha512-x86_64.asm',
418 ], 433 ],
419 } 434 }
420 } 435 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698