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

Side by Side Diff: net/third_party/nss/ssl/manifest.mn

Issue 1844813002: Uprev NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more GN fix Created 4 years, 8 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
« no previous file with comments | « net/third_party/nss/ssl/exports_win.def ('k') | net/third_party/nss/ssl/notes.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public 2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 CORE_DEPTH = ../.. 5 CORE_DEPTH = ../..
6 6
7 # DEFINES = -DTRACE 7 # DEFINES = -DTRACE
8 8
9 EXPORTS = \ 9 EXPORTS = \
10 ssl.h \ 10 ssl.h \
(...skipping 26 matching lines...) Expand all
37 sslreveal.c \ 37 sslreveal.c \
38 sslsecur.c \ 38 sslsecur.c \
39 sslsnce.c \ 39 sslsnce.c \
40 sslsock.c \ 40 sslsock.c \
41 ssltrace.c \ 41 ssltrace.c \
42 sslver.c \ 42 sslver.c \
43 authcert.c \ 43 authcert.c \
44 cmpcert.c \ 44 cmpcert.c \
45 sslinfo.c \ 45 sslinfo.c \
46 ssl3ecc.c \ 46 ssl3ecc.c \
47 tls13con.c \
48 tls13hkdf.c \
47 $(NULL) 49 $(NULL)
48 50
49 LIBRARY_NAME = ssl 51 LIBRARY_NAME = ssl
50 LIBRARY_VERSION = 3 52 LIBRARY_VERSION = 3
51 53
52 # This part of the code, including all sub-dirs, can be optimized for size 54 # This part of the code, including all sub-dirs, can be optimized for size
53 export ALLOW_OPT_CODE_SIZE = 1 55 export ALLOW_OPT_CODE_SIZE = 1
OLDNEW
« no previous file with comments | « net/third_party/nss/ssl/exports_win.def ('k') | net/third_party/nss/ssl/notes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698