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

Side by Side Diff: net/third_party/nss/ssl/Makefile

Issue 11275240: Update net/third_party/nss/ssl to NSS 3.14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before commit Created 8 years, 1 month 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 | « net/third_party/nss/ssl.gyp ('k') | net/third_party/nss/ssl/SSLerrs.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 #! gmake 1 #! gmake
2 # 2 #
3 # ***** BEGIN LICENSE BLOCK ***** 3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # Version: MPL 1.1/GPL 2.0/LGPL 2.1 4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
8 # the License. You may obtain a copy of the License at
9 # http://www.mozilla.org/MPL/
10 #
11 # Software distributed under the License is distributed on an "AS IS" basis,
12 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 # for the specific language governing rights and limitations under the
14 # License.
15 #
16 # The Original Code is the Netscape security libraries.
17 #
18 # The Initial Developer of the Original Code is
19 # Netscape Communications Corporation.
20 # Portions created by the Initial Developer are Copyright (C) 1994-2000
21 # the Initial Developer. All Rights Reserved.
22 #
23 # Contributor(s):
24 #
25 # Alternatively, the contents of this file may be used under the terms of
26 # either the GNU General Public License Version 2 or later (the "GPL"), or
27 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 # in which case the provisions of the GPL or the LGPL are applicable instead
29 # of those above. If you wish to allow use of your version of this file only
30 # under the terms of either the GPL or the LGPL, and not to allow others to
31 # use your version of this file under the terms of the MPL, indicate your
32 # decision by deleting the provisions above and replace them with the notice
33 # and other provisions required by the GPL or the LGPL. If you do not delete
34 # the provisions above, a recipient may use your version of this file under
35 # the terms of any one of the MPL, the GPL or the LGPL.
36 #
37 # ***** END LICENSE BLOCK *****
38 6
39 ####################################################################### 7 #######################################################################
40 # (1) Include initial platform-independent assignments (MANDATORY). # 8 # (1) Include initial platform-independent assignments (MANDATORY). #
41 ####################################################################### 9 #######################################################################
42 10
43 include manifest.mn 11 include manifest.mn
44 12
45 ####################################################################### 13 #######################################################################
46 # (2) Include "global" configuration information. (OPTIONAL) # 14 # (2) Include "global" configuration information. (OPTIONAL) #
47 ####################################################################### 15 #######################################################################
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ####################################################################### 50 #######################################################################
83 51
84 52
85 53
86 ####################################################################### 54 #######################################################################
87 # (7) Execute "local" rules. (OPTIONAL). # 55 # (7) Execute "local" rules. (OPTIONAL). #
88 ####################################################################### 56 #######################################################################
89 57
90 export:: private_export 58 export:: private_export
91 59
60 ifndef NSS_NO_PKCS11_BYPASS
92 # indicates dependency on freebl static lib 61 # indicates dependency on freebl static lib
93 $(SHARED_LIBRARY): $(CRYPTOLIB) 62 $(SHARED_LIBRARY): $(CRYPTOLIB)
63 endif
OLDNEW
« no previous file with comments | « net/third_party/nss/ssl.gyp ('k') | net/third_party/nss/ssl/SSLerrs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698