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

Side by Side Diff: nss.gyp

Issue 105893015: Update third_party/nss to NSS 3.15.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Remove SVN property on new file nss/lib/freebl/rsapkcs.c Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « README.chromium ('k') | nss/lib/certdb/cert.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS=="ios"', { 8 ['OS=="ios"', {
9 'exclude_nss_root_certs%': 0, 9 'exclude_nss_root_certs%': 0,
10 'exclude_nss_libpkix%': 0, 10 'exclude_nss_libpkix%': 0,
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'nss/lib/freebl/poly1305/poly1305-donna-x64-sse2-incremental-source.c', 608 'nss/lib/freebl/poly1305/poly1305-donna-x64-sse2-incremental-source.c',
609 'nss/lib/freebl/poly1305/poly1305.c', 609 'nss/lib/freebl/poly1305/poly1305.c',
610 'nss/lib/freebl/poly1305/poly1305.h', 610 'nss/lib/freebl/poly1305/poly1305.h',
611 'nss/lib/freebl/pqg.c', 611 'nss/lib/freebl/pqg.c',
612 'nss/lib/freebl/pqg.h', 612 'nss/lib/freebl/pqg.h',
613 'nss/lib/freebl/rawhash.c', 613 'nss/lib/freebl/rawhash.c',
614 'nss/lib/freebl/rijndael.c', 614 'nss/lib/freebl/rijndael.c',
615 'nss/lib/freebl/rijndael.h', 615 'nss/lib/freebl/rijndael.h',
616 'nss/lib/freebl/rijndael32.tab', 616 'nss/lib/freebl/rijndael32.tab',
617 'nss/lib/freebl/rsa.c', 617 'nss/lib/freebl/rsa.c',
618 'nss/lib/freebl/rsapkcs.c',
618 'nss/lib/freebl/secmpi.h', 619 'nss/lib/freebl/secmpi.h',
619 'nss/lib/freebl/secrng.h', 620 'nss/lib/freebl/secrng.h',
620 'nss/lib/freebl/seed.c', 621 'nss/lib/freebl/seed.c',
621 'nss/lib/freebl/seed.h', 622 'nss/lib/freebl/seed.h',
622 'nss/lib/freebl/sha256.h', 623 'nss/lib/freebl/sha256.h',
623 'nss/lib/freebl/sha512.c', 624 'nss/lib/freebl/sha512.c',
624 'nss/lib/freebl/sha_fast.c', 625 'nss/lib/freebl/sha_fast.c',
625 'nss/lib/freebl/sha_fast.h', 626 'nss/lib/freebl/sha_fast.h',
626 'nss/lib/freebl/shsign.h', 627 'nss/lib/freebl/shsign.h',
627 'nss/lib/freebl/shvfy.c', 628 'nss/lib/freebl/shvfy.c',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'nss/lib/softoken/lowkeyi.h', 878 'nss/lib/softoken/lowkeyi.h',
878 'nss/lib/softoken/lowkeyti.h', 879 'nss/lib/softoken/lowkeyti.h',
879 'nss/lib/softoken/lowpbe.c', 880 'nss/lib/softoken/lowpbe.c',
880 'nss/lib/softoken/lowpbe.h', 881 'nss/lib/softoken/lowpbe.h',
881 'nss/lib/softoken/padbuf.c', 882 'nss/lib/softoken/padbuf.c',
882 'nss/lib/softoken/pkcs11.c', 883 'nss/lib/softoken/pkcs11.c',
883 'nss/lib/softoken/pkcs11c.c', 884 'nss/lib/softoken/pkcs11c.c',
884 'nss/lib/softoken/pkcs11i.h', 885 'nss/lib/softoken/pkcs11i.h',
885 'nss/lib/softoken/pkcs11ni.h', 886 'nss/lib/softoken/pkcs11ni.h',
886 'nss/lib/softoken/pkcs11u.c', 887 'nss/lib/softoken/pkcs11u.c',
887 'nss/lib/softoken/rsawrapr.c',
888 'nss/lib/softoken/sdb.c', 888 'nss/lib/softoken/sdb.c',
889 'nss/lib/softoken/sdb.h', 889 'nss/lib/softoken/sdb.h',
890 'nss/lib/softoken/sftkdb.c', 890 'nss/lib/softoken/sftkdb.c',
891 'nss/lib/softoken/sftkdb.h', 891 'nss/lib/softoken/sftkdb.h',
892 'nss/lib/softoken/sftkdbt.h', 892 'nss/lib/softoken/sftkdbt.h',
893 'nss/lib/softoken/sftkdbti.h', 893 'nss/lib/softoken/sftkdbti.h',
894 'nss/lib/softoken/sftkhmac.c', 894 'nss/lib/softoken/sftkhmac.c',
895 'nss/lib/softoken/sftkpars.c', 895 'nss/lib/softoken/sftkpars.c',
896 'nss/lib/softoken/sftkpars.h', 896 'nss/lib/softoken/sftkpars.h',
897 'nss/lib/softoken/sftkpwd.c', 897 'nss/lib/softoken/sftkpwd.c',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 '-Wno-incompatible-pointer-types', 1191 '-Wno-incompatible-pointer-types',
1192 '-Wno-logical-op-parentheses', 1192 '-Wno-logical-op-parentheses',
1193 '-Wno-switch', 1193 '-Wno-switch',
1194 '-Wno-tautological-compare', 1194 '-Wno-tautological-compare',
1195 ], 1195 ],
1196 }], 1196 }],
1197 ], 1197 ],
1198 }, 1198 },
1199 ], 1199 ],
1200 } 1200 }
OLDNEW
« no previous file with comments | « README.chromium ('k') | nss/lib/certdb/cert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698