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

Side by Side Diff: net/third_party/nss/ssl.gyp

Issue 9558017: Update net/third_party/nss to NSS 3.13.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before checkin Created 8 years, 9 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 | « net/third_party/nss/patches/secret_exporter.patch ('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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 6 'conditions': [
7 [ 'os_posix == 1 and OS != "mac"', { 7 [ 'os_posix == 1 and OS != "mac"', {
8 'conditions': [ 8 'conditions': [
9 ['sysroot!=""', { 9 ['sysroot!=""', {
10 'variables': { 10 'variables': {
11 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)"' , 11 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)"' ,
12 }, 12 },
13 }, { 13 }, {
14 'variables': { 14 'variables': {
15 'pkg-config': 'pkg-config' 15 'pkg-config': 'pkg-config'
16 }, 16 },
17 }], 17 }],
18 ], 18 ],
19 }], 19 }],
20 ], 20 ],
21 21
22 'targets': [ 22 'targets': [
23 { 23 {
24 'target_name': 'libssl', 24 'target_name': 'libssl',
25 'type': 'static_library', 25 'type': 'static_library',
26 'sources': [ 26 'sources': [
27 'ssl/authcert.c', 27 'ssl/authcert.c',
28 'ssl/cmpcert.c', 28 'ssl/cmpcert.c',
29 'ssl/derive.c', 29 'ssl/derive.c',
30 'ssl/fnv1a64.c',
31 'ssl/nsskea.c', 30 'ssl/nsskea.c',
32 'ssl/os2_err.c', 31 'ssl/os2_err.c',
33 'ssl/os2_err.h', 32 'ssl/os2_err.h',
34 'ssl/preenc.h', 33 'ssl/preenc.h',
35 'ssl/prelib.c', 34 'ssl/prelib.c',
36 'ssl/ssl.h', 35 'ssl/ssl.h',
37 'ssl/ssl3con.c', 36 'ssl/ssl3con.c',
38 'ssl/ssl3ecc.c', 37 'ssl/ssl3ecc.c',
39 'ssl/ssl3ext.c', 38 'ssl/ssl3ext.c',
40 'ssl/ssl3gthr.c', 39 'ssl/ssl3gthr.c',
41 'ssl/ssl3prot.h', 40 'ssl/ssl3prot.h',
42 'ssl/sslauth.c', 41 'ssl/sslauth.c',
43 'ssl/sslcon.c', 42 'ssl/sslcon.c',
44 'ssl/ssldef.c', 43 'ssl/ssldef.c',
45 'ssl/sslenum.c', 44 'ssl/sslenum.c',
46 'ssl/sslerr.c', 45 'ssl/sslerr.c',
47 'ssl/sslerr.h', 46 'ssl/sslerr.h',
47 'ssl/SSLerrs.h',
48 'ssl/sslerrstrs.c',
48 'ssl/sslgathr.c', 49 'ssl/sslgathr.c',
49 'ssl/sslimpl.h', 50 'ssl/sslimpl.h',
50 'ssl/sslinfo.c', 51 'ssl/sslinfo.c',
52 'ssl/sslinit.c',
51 'ssl/sslmutex.c', 53 'ssl/sslmutex.c',
52 'ssl/sslmutex.h', 54 'ssl/sslmutex.h',
53 'ssl/sslnonce.c', 55 'ssl/sslnonce.c',
54 'ssl/sslplatf.c', 56 'ssl/sslplatf.c',
55 'ssl/sslproto.h', 57 'ssl/sslproto.h',
56 'ssl/sslreveal.c', 58 'ssl/sslreveal.c',
57 'ssl/sslsecur.c', 59 'ssl/sslsecur.c',
58 'ssl/sslsnce.c', 60 'ssl/sslsnce.c',
59 'ssl/sslsock.c', 61 'ssl/sslsock.c',
60 'ssl/sslt.h', 62 'ssl/sslt.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'configurations': { 154 'configurations': {
153 'Debug_Base': { 155 'Debug_Base': {
154 'defines': [ 156 'defines': [
155 'DEBUG', 157 'DEBUG',
156 ], 158 ],
157 }, 159 },
158 }, 160 },
159 }, 161 },
160 ], 162 ],
161 } 163 }
OLDNEW
« no previous file with comments | « net/third_party/nss/patches/secret_exporter.patch ('k') | net/third_party/nss/ssl/SSLerrs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698