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

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

Issue 1511123006: Uprev NSS (in libssl) to NSS 3.21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated deps Created 5 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 | « DEPS ('k') | net/third_party/nss/README.chromium » ('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 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "nss/lib/freebl/sha_fast.c", 688 "nss/lib/freebl/sha_fast.c",
689 "nss/lib/freebl/sha_fast.h", 689 "nss/lib/freebl/sha_fast.h",
690 "nss/lib/freebl/shsign.h", 690 "nss/lib/freebl/shsign.h",
691 "nss/lib/freebl/shvfy.c", 691 "nss/lib/freebl/shvfy.c",
692 "nss/lib/freebl/sysrand.c", 692 "nss/lib/freebl/sysrand.c",
693 "nss/lib/freebl/tlsprfalg.c", 693 "nss/lib/freebl/tlsprfalg.c",
694 "nss/lib/freebl/unix_rand.c", 694 "nss/lib/freebl/unix_rand.c",
695 "nss/lib/freebl/win_rand.c", 695 "nss/lib/freebl/win_rand.c",
696 "nss/lib/nss/nss.h", 696 "nss/lib/nss/nss.h",
697 "nss/lib/nss/nssinit.c", 697 "nss/lib/nss/nssinit.c",
698 "nss/lib/nss/nssoptions.c",
699 "nss/lib/nss/nssoptions.h",
698 "nss/lib/nss/nssrenam.h", 700 "nss/lib/nss/nssrenam.h",
699 "nss/lib/nss/utilwrap.c", 701 "nss/lib/nss/utilwrap.c",
700 "nss/lib/pk11wrap/debug_module.c", 702 "nss/lib/pk11wrap/debug_module.c",
701 "nss/lib/pk11wrap/dev3hack.c", 703 "nss/lib/pk11wrap/dev3hack.c",
702 "nss/lib/pk11wrap/dev3hack.h", 704 "nss/lib/pk11wrap/dev3hack.h",
703 "nss/lib/pk11wrap/pk11akey.c", 705 "nss/lib/pk11wrap/pk11akey.c",
704 "nss/lib/pk11wrap/pk11auth.c", 706 "nss/lib/pk11wrap/pk11auth.c",
705 "nss/lib/pk11wrap/pk11cert.c", 707 "nss/lib/pk11wrap/pk11cert.c",
706 "nss/lib/pk11wrap/pk11cxt.c", 708 "nss/lib/pk11wrap/pk11cxt.c",
707 "nss/lib/pk11wrap/pk11err.c", 709 "nss/lib/pk11wrap/pk11err.c",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "nss/lib/util/secport.h", 854 "nss/lib/util/secport.h",
853 "nss/lib/util/sectime.c", 855 "nss/lib/util/sectime.c",
854 "nss/lib/util/templates.c", 856 "nss/lib/util/templates.c",
855 "nss/lib/util/utf8.c", 857 "nss/lib/util/utf8.c",
856 "nss/lib/util/utilmod.c", 858 "nss/lib/util/utilmod.c",
857 "nss/lib/util/utilmodt.h", 859 "nss/lib/util/utilmodt.h",
858 "nss/lib/util/utilpars.c", 860 "nss/lib/util/utilpars.c",
859 "nss/lib/util/utilpars.h", 861 "nss/lib/util/utilpars.h",
860 "nss/lib/util/utilparst.h", 862 "nss/lib/util/utilparst.h",
861 "nss/lib/util/utilrename.h", 863 "nss/lib/util/utilrename.h",
864 "nss/lib/util/verref.h",
862 ] 865 ]
863 866
864 sources -= [ 867 sources -= [
865 # mpi_arm.c is included by mpi_arm_mac.c. 868 # mpi_arm.c is included by mpi_arm_mac.c.
866 # NOTE: mpi_arm.c can be used directly on Linux. mpi_arm.c will need 869 # NOTE: mpi_arm.c can be used directly on Linux. mpi_arm.c will need
867 # to be excluded conditionally if we start to build NSS on Linux. 870 # to be excluded conditionally if we start to build NSS on Linux.
868 "nss/lib/freebl/mpi/mpi_arm.c", 871 "nss/lib/freebl/mpi/mpi_arm.c",
869 872
870 # primes.c is included by mpprime.c. 873 # primes.c is included by mpprime.c.
871 "nss/lib/freebl/mpi/primes.c", 874 "nss/lib/freebl/mpi/primes.c",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 deps = [ 1205 deps = [
1203 ":nspr", 1206 ":nspr",
1204 "//third_party/sqlite", 1207 "//third_party/sqlite",
1205 ] 1208 ]
1206 1209
1207 if (is_win && current_cpu == "x86") { 1210 if (is_win && current_cpu == "x86") {
1208 deps += [ ":nss_static_avx" ] 1211 deps += [ ":nss_static_avx" ]
1209 } 1212 }
1210 } 1213 }
1211 } # Windows/Mac/iOS. 1214 } # Windows/Mac/iOS.
OLDNEW
« no previous file with comments | « DEPS ('k') | net/third_party/nss/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698