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

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

Issue 14522022: Update NSS libSSL to NSS_3_15_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Make the changes rsleevi suggested Created 7 years, 7 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
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 \
11 sslt.h \ 11 sslt.h \
12 sslerr.h \ 12 sslerr.h \
13 sslproto.h \ 13 sslproto.h \
14 preenc.h \ 14 preenc.h \
15 $(NULL) 15 $(NULL)
(...skipping 28 matching lines...) Expand all
44 cmpcert.c \ 44 cmpcert.c \
45 sslinfo.c \ 45 sslinfo.c \
46 ssl3ecc.c \ 46 ssl3ecc.c \
47 $(NULL) 47 $(NULL)
48 48
49 LIBRARY_NAME = ssl 49 LIBRARY_NAME = ssl
50 LIBRARY_VERSION = 3 50 LIBRARY_VERSION = 3
51 51
52 # This part of the code, including all sub-dirs, can be optimized for size 52 # This part of the code, including all sub-dirs, can be optimized for size
53 export ALLOW_OPT_CODE_SIZE = 1 53 export ALLOW_OPT_CODE_SIZE = 1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698