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

Side by Side Diff: build/secondary/third_party/nss/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 9 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 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 import("//build/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 6
7 if (is_linux) { 7 if (is_linux) {
8 # This is a dependency on NSS with no libssl. On Linux we use a built-in SSL 8 # This is a dependency on NSS with no libssl. On Linux we use a built-in SSL
9 # library but the system NSS libraries. Non-Linux platforms using NSS use the 9 # library but the system NSS libraries. Non-Linux platforms using NSS use the
10 # hermetic one in //third_party/nss. 10 # hermetic one in //third_party/nss.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "nspr/lib/libc/src/strcase.c", 54 "nspr/lib/libc/src/strcase.c",
55 "nspr/lib/libc/src/strcat.c", 55 "nspr/lib/libc/src/strcat.c",
56 "nspr/lib/libc/src/strchr.c", 56 "nspr/lib/libc/src/strchr.c",
57 "nspr/lib/libc/src/strcmp.c", 57 "nspr/lib/libc/src/strcmp.c",
58 "nspr/lib/libc/src/strcpy.c", 58 "nspr/lib/libc/src/strcpy.c",
59 "nspr/lib/libc/src/strdup.c", 59 "nspr/lib/libc/src/strdup.c",
60 "nspr/lib/libc/src/strlen.c", 60 "nspr/lib/libc/src/strlen.c",
61 "nspr/lib/libc/src/strpbrk.c", 61 "nspr/lib/libc/src/strpbrk.c",
62 "nspr/lib/libc/src/strstr.c", 62 "nspr/lib/libc/src/strstr.c",
63 "nspr/lib/libc/src/strtok.c", 63 "nspr/lib/libc/src/strtok.c",
64 "nspr/pr/include/md/prosdep.h",
65 "nspr/pr/include/md/_darwin.cfg", 64 "nspr/pr/include/md/_darwin.cfg",
66 "nspr/pr/include/md/_darwin.h", 65 "nspr/pr/include/md/_darwin.h",
67 "nspr/pr/include/md/_pcos.h", 66 "nspr/pr/include/md/_pcos.h",
68 "nspr/pr/include/md/_pth.h", 67 "nspr/pr/include/md/_pth.h",
68 "nspr/pr/include/md/_unix_errors.h",
69 "nspr/pr/include/md/_unixos.h", 69 "nspr/pr/include/md/_unixos.h",
70 "nspr/pr/include/md/_unix_errors.h",
71 "nspr/pr/include/md/_win32_errors.h", 70 "nspr/pr/include/md/_win32_errors.h",
72 "nspr/pr/include/md/_win95.cfg", 71 "nspr/pr/include/md/_win95.cfg",
73 "nspr/pr/include/md/_win95.h", 72 "nspr/pr/include/md/_win95.h",
73 "nspr/pr/include/md/prosdep.h",
74 "nspr/pr/include/nspr.h", 74 "nspr/pr/include/nspr.h",
75 "nspr/pr/include/obsolete/pralarm.h", 75 "nspr/pr/include/obsolete/pralarm.h",
76 "nspr/pr/include/obsolete/probslet.h", 76 "nspr/pr/include/obsolete/probslet.h",
77 "nspr/pr/include/obsolete/protypes.h", 77 "nspr/pr/include/obsolete/protypes.h",
78 "nspr/pr/include/obsolete/prsem.h", 78 "nspr/pr/include/obsolete/prsem.h",
79 "nspr/pr/include/pratom.h", 79 "nspr/pr/include/pratom.h",
80 "nspr/pr/include/prbit.h", 80 "nspr/pr/include/prbit.h",
81 "nspr/pr/include/prclist.h", 81 "nspr/pr/include/prclist.h",
82 "nspr/pr/include/prcmon.h", 82 "nspr/pr/include/prcmon.h",
83 "nspr/pr/include/prcountr.h", 83 "nspr/pr/include/prcountr.h",
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "nss/lib/freebl/des.c", 614 "nss/lib/freebl/des.c",
615 "nss/lib/freebl/des.h", 615 "nss/lib/freebl/des.h",
616 "nss/lib/freebl/desblapi.c", 616 "nss/lib/freebl/desblapi.c",
617 "nss/lib/freebl/dh.c", 617 "nss/lib/freebl/dh.c",
618 "nss/lib/freebl/drbg.c", 618 "nss/lib/freebl/drbg.c",
619 "nss/lib/freebl/dsa.c", 619 "nss/lib/freebl/dsa.c",
620 "nss/lib/freebl/ec.c", 620 "nss/lib/freebl/ec.c",
621 "nss/lib/freebl/ec.h", 621 "nss/lib/freebl/ec.h",
622 "nss/lib/freebl/ecdecode.c", 622 "nss/lib/freebl/ecdecode.c",
623 "nss/lib/freebl/ecl/ec2.h", 623 "nss/lib/freebl/ecl/ec2.h",
624 "nss/lib/freebl/ecl/ec_naf.c",
624 "nss/lib/freebl/ecl/ecl-curve.h", 625 "nss/lib/freebl/ecl/ecl-curve.h",
625 "nss/lib/freebl/ecl/ecl-exp.h", 626 "nss/lib/freebl/ecl/ecl-exp.h",
626 "nss/lib/freebl/ecl/ecl-priv.h", 627 "nss/lib/freebl/ecl/ecl-priv.h",
627 "nss/lib/freebl/ecl/ecl.c", 628 "nss/lib/freebl/ecl/ecl.c",
628 "nss/lib/freebl/ecl/ecl.h", 629 "nss/lib/freebl/ecl/ecl.h",
629 "nss/lib/freebl/ecl/ecl_curve.c", 630 "nss/lib/freebl/ecl/ecl_curve.c",
630 "nss/lib/freebl/ecl/ecl_gf.c", 631 "nss/lib/freebl/ecl/ecl_gf.c",
631 "nss/lib/freebl/ecl/ecl_mult.c", 632 "nss/lib/freebl/ecl/ecl_mult.c",
632 "nss/lib/freebl/ecl/ecp.h", 633 "nss/lib/freebl/ecl/ecp.h",
633 "nss/lib/freebl/ecl/ecp_256.c", 634 "nss/lib/freebl/ecl/ecp_256.c",
634 "nss/lib/freebl/ecl/ecp_256_32.c", 635 "nss/lib/freebl/ecl/ecp_256_32.c",
635 "nss/lib/freebl/ecl/ecp_384.c", 636 "nss/lib/freebl/ecl/ecp_384.c",
636 "nss/lib/freebl/ecl/ecp_521.c", 637 "nss/lib/freebl/ecl/ecp_521.c",
637 "nss/lib/freebl/ecl/ecp_aff.c", 638 "nss/lib/freebl/ecl/ecp_aff.c",
638 "nss/lib/freebl/ecl/ecp_jac.c", 639 "nss/lib/freebl/ecl/ecp_jac.c",
639 "nss/lib/freebl/ecl/ecp_jm.c", 640 "nss/lib/freebl/ecl/ecp_jm.c",
640 "nss/lib/freebl/ecl/ecp_mont.c", 641 "nss/lib/freebl/ecl/ecp_mont.c",
641 "nss/lib/freebl/ecl/ec_naf.c",
642 "nss/lib/freebl/gcm.c", 642 "nss/lib/freebl/gcm.c",
643 "nss/lib/freebl/gcm.h", 643 "nss/lib/freebl/gcm.h",
644 "nss/lib/freebl/hmacct.c",
645 "nss/lib/freebl/hmacct.h",
644 "nss/lib/freebl/intel-aes-x86-masm.asm", 646 "nss/lib/freebl/intel-aes-x86-masm.asm",
645 "nss/lib/freebl/intel-aes.h", 647 "nss/lib/freebl/intel-aes.h",
646 "nss/lib/freebl/hmacct.c",
647 "nss/lib/freebl/hmacct.h",
648 "nss/lib/freebl/jpake.c", 648 "nss/lib/freebl/jpake.c",
649 "nss/lib/freebl/md2.c", 649 "nss/lib/freebl/md2.c",
650 "nss/lib/freebl/md5.c", 650 "nss/lib/freebl/md5.c",
651 "nss/lib/freebl/mpi/logtab.h", 651 "nss/lib/freebl/mpi/logtab.h",
652 "nss/lib/freebl/mpi/mp_gf2m-priv.h",
653 "nss/lib/freebl/mpi/mp_gf2m.c",
654 "nss/lib/freebl/mpi/mp_gf2m.h",
652 "nss/lib/freebl/mpi/mpcpucache.c", 655 "nss/lib/freebl/mpi/mpcpucache.c",
653 "nss/lib/freebl/mpi/mpi-config.h", 656 "nss/lib/freebl/mpi/mpi-config.h",
654 "nss/lib/freebl/mpi/mpi-priv.h", 657 "nss/lib/freebl/mpi/mpi-priv.h",
655 "nss/lib/freebl/mpi/mpi.c", 658 "nss/lib/freebl/mpi/mpi.c",
656 "nss/lib/freebl/mpi/mpi.h", 659 "nss/lib/freebl/mpi/mpi.h",
657 "nss/lib/freebl/mpi/mpi_amd64.c", 660 "nss/lib/freebl/mpi/mpi_amd64.c",
658 "nss/lib/freebl/mpi/mpi_arm.c", 661 "nss/lib/freebl/mpi/mpi_arm.c",
659 "nss/lib/freebl/mpi/mpi_arm_mac.c", 662 "nss/lib/freebl/mpi/mpi_arm_mac.c",
660 "nss/lib/freebl/mpi/mpi_x86_asm.c", 663 "nss/lib/freebl/mpi/mpi_x86_asm.c",
661 "nss/lib/freebl/mpi/mplogic.c", 664 "nss/lib/freebl/mpi/mplogic.c",
662 "nss/lib/freebl/mpi/mplogic.h", 665 "nss/lib/freebl/mpi/mplogic.h",
663 "nss/lib/freebl/mpi/mpmontg.c", 666 "nss/lib/freebl/mpi/mpmontg.c",
664 "nss/lib/freebl/mpi/mpprime.c", 667 "nss/lib/freebl/mpi/mpprime.c",
665 "nss/lib/freebl/mpi/mpprime.h", 668 "nss/lib/freebl/mpi/mpprime.h",
666 "nss/lib/freebl/mpi/mp_gf2m-priv.h",
667 "nss/lib/freebl/mpi/mp_gf2m.c",
668 "nss/lib/freebl/mpi/mp_gf2m.h",
669 "nss/lib/freebl/mpi/primes.c", 669 "nss/lib/freebl/mpi/primes.c",
670 "nss/lib/freebl/nss_build_config_mac.h", 670 "nss/lib/freebl/nss_build_config_mac.h",
671 "nss/lib/freebl/poly1305/poly1305-donna-x64-sse2-incremental-source.c", 671 "nss/lib/freebl/poly1305/poly1305-donna-x64-sse2-incremental-source.c",
672 "nss/lib/freebl/poly1305/poly1305.c", 672 "nss/lib/freebl/poly1305/poly1305.c",
673 "nss/lib/freebl/poly1305/poly1305.h", 673 "nss/lib/freebl/poly1305/poly1305.h",
674 "nss/lib/freebl/pqg.c", 674 "nss/lib/freebl/pqg.c",
675 "nss/lib/freebl/pqg.h", 675 "nss/lib/freebl/pqg.h",
676 "nss/lib/freebl/rawhash.c", 676 "nss/lib/freebl/rawhash.c",
677 "nss/lib/freebl/rijndael.c", 677 "nss/lib/freebl/rijndael.c",
678 "nss/lib/freebl/rijndael.h", 678 "nss/lib/freebl/rijndael.h",
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 deps = [ 1202 deps = [
1203 ":nspr", 1203 ":nspr",
1204 "//third_party/sqlite", 1204 "//third_party/sqlite",
1205 ] 1205 ]
1206 1206
1207 if (is_win && current_cpu == "x86") { 1207 if (is_win && current_cpu == "x86") {
1208 deps += [ ":nss_static_avx" ] 1208 deps += [ ":nss_static_avx" ]
1209 } 1209 }
1210 } 1210 }
1211 } # Windows/Mac/iOS. 1211 } # Windows/Mac/iOS.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698