| OLD | NEW |
| 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/d1_both.c', | 10 'src/ssl/d1_both.c', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'src/crypto/cpu-arm-asm.S', | 322 'src/crypto/cpu-arm-asm.S', |
| 323 'src/crypto/poly1305/poly1305_arm_asm.S', | 323 'src/crypto/poly1305/poly1305_arm_asm.S', |
| 324 ], | 324 ], |
| 325 'boringssl_linux_x86_sources': [ | 325 'boringssl_linux_x86_sources': [ |
| 326 'linux-x86/crypto/aes/aes-586.S', | 326 'linux-x86/crypto/aes/aes-586.S', |
| 327 'linux-x86/crypto/aes/aesni-x86.S', | 327 'linux-x86/crypto/aes/aesni-x86.S', |
| 328 'linux-x86/crypto/aes/vpaes-x86.S', | 328 'linux-x86/crypto/aes/vpaes-x86.S', |
| 329 'linux-x86/crypto/bn/bn-586.S', | 329 'linux-x86/crypto/bn/bn-586.S', |
| 330 'linux-x86/crypto/bn/co-586.S', | 330 'linux-x86/crypto/bn/co-586.S', |
| 331 'linux-x86/crypto/bn/x86-mont.S', | 331 'linux-x86/crypto/bn/x86-mont.S', |
| 332 'linux-x86/crypto/cpu-x86-asm.S', | |
| 333 'linux-x86/crypto/md5/md5-586.S', | 332 'linux-x86/crypto/md5/md5-586.S', |
| 334 'linux-x86/crypto/modes/ghash-x86.S', | 333 'linux-x86/crypto/modes/ghash-x86.S', |
| 335 'linux-x86/crypto/rc4/rc4-586.S', | 334 'linux-x86/crypto/rc4/rc4-586.S', |
| 336 'linux-x86/crypto/sha/sha1-586.S', | 335 'linux-x86/crypto/sha/sha1-586.S', |
| 337 'linux-x86/crypto/sha/sha256-586.S', | 336 'linux-x86/crypto/sha/sha256-586.S', |
| 338 'linux-x86/crypto/sha/sha512-586.S', | 337 'linux-x86/crypto/sha/sha512-586.S', |
| 339 ], | 338 ], |
| 340 'boringssl_linux_x86_64_sources': [ | 339 'boringssl_linux_x86_64_sources': [ |
| 341 'linux-x86_64/crypto/aes/aes-x86_64.S', | 340 'linux-x86_64/crypto/aes/aes-x86_64.S', |
| 342 'linux-x86_64/crypto/aes/aesni-x86_64.S', | 341 'linux-x86_64/crypto/aes/aesni-x86_64.S', |
| 343 'linux-x86_64/crypto/aes/bsaes-x86_64.S', | 342 'linux-x86_64/crypto/aes/bsaes-x86_64.S', |
| 344 'linux-x86_64/crypto/aes/vpaes-x86_64.S', | 343 'linux-x86_64/crypto/aes/vpaes-x86_64.S', |
| 345 'linux-x86_64/crypto/bn/rsaz-avx2.S', | 344 'linux-x86_64/crypto/bn/rsaz-avx2.S', |
| 346 'linux-x86_64/crypto/bn/rsaz-x86_64.S', | 345 'linux-x86_64/crypto/bn/rsaz-x86_64.S', |
| 347 'linux-x86_64/crypto/bn/x86_64-mont.S', | 346 'linux-x86_64/crypto/bn/x86_64-mont.S', |
| 348 'linux-x86_64/crypto/bn/x86_64-mont5.S', | 347 'linux-x86_64/crypto/bn/x86_64-mont5.S', |
| 349 'linux-x86_64/crypto/cpu-x86_64-asm.S', | |
| 350 'linux-x86_64/crypto/md5/md5-x86_64.S', | 348 'linux-x86_64/crypto/md5/md5-x86_64.S', |
| 351 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', | 349 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', |
| 352 'linux-x86_64/crypto/modes/ghash-x86_64.S', | 350 'linux-x86_64/crypto/modes/ghash-x86_64.S', |
| 353 'linux-x86_64/crypto/rand/rdrand-x86_64.S', | 351 'linux-x86_64/crypto/rand/rdrand-x86_64.S', |
| 354 'linux-x86_64/crypto/rc4/rc4-md5-x86_64.S', | 352 'linux-x86_64/crypto/rc4/rc4-md5-x86_64.S', |
| 355 'linux-x86_64/crypto/rc4/rc4-x86_64.S', | 353 'linux-x86_64/crypto/rc4/rc4-x86_64.S', |
| 356 'linux-x86_64/crypto/sha/sha1-x86_64.S', | 354 'linux-x86_64/crypto/sha/sha1-x86_64.S', |
| 357 'linux-x86_64/crypto/sha/sha256-x86_64.S', | 355 'linux-x86_64/crypto/sha/sha256-x86_64.S', |
| 358 'linux-x86_64/crypto/sha/sha512-x86_64.S', | 356 'linux-x86_64/crypto/sha/sha512-x86_64.S', |
| 359 ], | 357 ], |
| 360 'boringssl_mac_x86_sources': [ | 358 'boringssl_mac_x86_sources': [ |
| 361 'mac-x86/crypto/aes/aes-586.S', | 359 'mac-x86/crypto/aes/aes-586.S', |
| 362 'mac-x86/crypto/aes/aesni-x86.S', | 360 'mac-x86/crypto/aes/aesni-x86.S', |
| 363 'mac-x86/crypto/aes/vpaes-x86.S', | 361 'mac-x86/crypto/aes/vpaes-x86.S', |
| 364 'mac-x86/crypto/bn/bn-586.S', | 362 'mac-x86/crypto/bn/bn-586.S', |
| 365 'mac-x86/crypto/bn/co-586.S', | 363 'mac-x86/crypto/bn/co-586.S', |
| 366 'mac-x86/crypto/bn/x86-mont.S', | 364 'mac-x86/crypto/bn/x86-mont.S', |
| 367 'mac-x86/crypto/cpu-x86-asm.S', | |
| 368 'mac-x86/crypto/md5/md5-586.S', | 365 'mac-x86/crypto/md5/md5-586.S', |
| 369 'mac-x86/crypto/modes/ghash-x86.S', | 366 'mac-x86/crypto/modes/ghash-x86.S', |
| 370 'mac-x86/crypto/rc4/rc4-586.S', | 367 'mac-x86/crypto/rc4/rc4-586.S', |
| 371 'mac-x86/crypto/sha/sha1-586.S', | 368 'mac-x86/crypto/sha/sha1-586.S', |
| 372 'mac-x86/crypto/sha/sha256-586.S', | 369 'mac-x86/crypto/sha/sha256-586.S', |
| 373 'mac-x86/crypto/sha/sha512-586.S', | 370 'mac-x86/crypto/sha/sha512-586.S', |
| 374 ], | 371 ], |
| 375 'boringssl_mac_x86_64_sources': [ | 372 'boringssl_mac_x86_64_sources': [ |
| 376 'mac-x86_64/crypto/aes/aes-x86_64.S', | 373 'mac-x86_64/crypto/aes/aes-x86_64.S', |
| 377 'mac-x86_64/crypto/aes/aesni-x86_64.S', | 374 'mac-x86_64/crypto/aes/aesni-x86_64.S', |
| 378 'mac-x86_64/crypto/aes/bsaes-x86_64.S', | 375 'mac-x86_64/crypto/aes/bsaes-x86_64.S', |
| 379 'mac-x86_64/crypto/aes/vpaes-x86_64.S', | 376 'mac-x86_64/crypto/aes/vpaes-x86_64.S', |
| 380 'mac-x86_64/crypto/bn/rsaz-avx2.S', | 377 'mac-x86_64/crypto/bn/rsaz-avx2.S', |
| 381 'mac-x86_64/crypto/bn/rsaz-x86_64.S', | 378 'mac-x86_64/crypto/bn/rsaz-x86_64.S', |
| 382 'mac-x86_64/crypto/bn/x86_64-mont.S', | 379 'mac-x86_64/crypto/bn/x86_64-mont.S', |
| 383 'mac-x86_64/crypto/bn/x86_64-mont5.S', | 380 'mac-x86_64/crypto/bn/x86_64-mont5.S', |
| 384 'mac-x86_64/crypto/cpu-x86_64-asm.S', | |
| 385 'mac-x86_64/crypto/md5/md5-x86_64.S', | 381 'mac-x86_64/crypto/md5/md5-x86_64.S', |
| 386 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', | 382 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', |
| 387 'mac-x86_64/crypto/modes/ghash-x86_64.S', | 383 'mac-x86_64/crypto/modes/ghash-x86_64.S', |
| 388 'mac-x86_64/crypto/rand/rdrand-x86_64.S', | 384 'mac-x86_64/crypto/rand/rdrand-x86_64.S', |
| 389 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S', | 385 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S', |
| 390 'mac-x86_64/crypto/rc4/rc4-x86_64.S', | 386 'mac-x86_64/crypto/rc4/rc4-x86_64.S', |
| 391 'mac-x86_64/crypto/sha/sha1-x86_64.S', | 387 'mac-x86_64/crypto/sha/sha1-x86_64.S', |
| 392 'mac-x86_64/crypto/sha/sha256-x86_64.S', | 388 'mac-x86_64/crypto/sha/sha256-x86_64.S', |
| 393 'mac-x86_64/crypto/sha/sha512-x86_64.S', | 389 'mac-x86_64/crypto/sha/sha512-x86_64.S', |
| 394 ], | 390 ], |
| 395 'boringssl_win_x86_sources': [ | 391 'boringssl_win_x86_sources': [ |
| 396 'win-x86/crypto/aes/aes-586.asm', | 392 'win-x86/crypto/aes/aes-586.asm', |
| 397 'win-x86/crypto/aes/aesni-x86.asm', | 393 'win-x86/crypto/aes/aesni-x86.asm', |
| 398 'win-x86/crypto/aes/vpaes-x86.asm', | 394 'win-x86/crypto/aes/vpaes-x86.asm', |
| 399 'win-x86/crypto/bn/bn-586.asm', | 395 'win-x86/crypto/bn/bn-586.asm', |
| 400 'win-x86/crypto/bn/co-586.asm', | 396 'win-x86/crypto/bn/co-586.asm', |
| 401 'win-x86/crypto/bn/x86-mont.asm', | 397 'win-x86/crypto/bn/x86-mont.asm', |
| 402 'win-x86/crypto/cpu-x86-asm.asm', | |
| 403 'win-x86/crypto/md5/md5-586.asm', | 398 'win-x86/crypto/md5/md5-586.asm', |
| 404 'win-x86/crypto/modes/ghash-x86.asm', | 399 'win-x86/crypto/modes/ghash-x86.asm', |
| 405 'win-x86/crypto/rc4/rc4-586.asm', | 400 'win-x86/crypto/rc4/rc4-586.asm', |
| 406 'win-x86/crypto/sha/sha1-586.asm', | 401 'win-x86/crypto/sha/sha1-586.asm', |
| 407 'win-x86/crypto/sha/sha256-586.asm', | 402 'win-x86/crypto/sha/sha256-586.asm', |
| 408 'win-x86/crypto/sha/sha512-586.asm', | 403 'win-x86/crypto/sha/sha512-586.asm', |
| 409 ], | 404 ], |
| 410 'boringssl_win_x86_64_sources': [ | 405 'boringssl_win_x86_64_sources': [ |
| 411 'win-x86_64/crypto/aes/aes-x86_64.asm', | 406 'win-x86_64/crypto/aes/aes-x86_64.asm', |
| 412 'win-x86_64/crypto/aes/aesni-x86_64.asm', | 407 'win-x86_64/crypto/aes/aesni-x86_64.asm', |
| 413 'win-x86_64/crypto/aes/bsaes-x86_64.asm', | 408 'win-x86_64/crypto/aes/bsaes-x86_64.asm', |
| 414 'win-x86_64/crypto/aes/vpaes-x86_64.asm', | 409 'win-x86_64/crypto/aes/vpaes-x86_64.asm', |
| 415 'win-x86_64/crypto/bn/rsaz-avx2.asm', | 410 'win-x86_64/crypto/bn/rsaz-avx2.asm', |
| 416 'win-x86_64/crypto/bn/rsaz-x86_64.asm', | 411 'win-x86_64/crypto/bn/rsaz-x86_64.asm', |
| 417 'win-x86_64/crypto/bn/x86_64-mont.asm', | 412 'win-x86_64/crypto/bn/x86_64-mont.asm', |
| 418 'win-x86_64/crypto/bn/x86_64-mont5.asm', | 413 'win-x86_64/crypto/bn/x86_64-mont5.asm', |
| 419 'win-x86_64/crypto/cpu-x86_64-asm.asm', | |
| 420 'win-x86_64/crypto/md5/md5-x86_64.asm', | 414 'win-x86_64/crypto/md5/md5-x86_64.asm', |
| 421 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 415 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
| 422 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 416 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 423 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 417 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
| 424 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 418 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
| 425 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 419 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 426 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 420 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 427 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 421 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 428 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 422 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 429 ], | 423 ], |
| 430 } | 424 } |
| 431 } | 425 } |
| OLD | NEW |