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

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

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/test/run_all_unittests.cc ('k') | net/third_party/nss/ssl/BUILD.gn » ('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 'conditions': [ 6 'conditions': [
7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', { 7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', {
8 'conditions': [ 8 'conditions': [
9 ['sysroot!=""', { 9 ['sysroot!=""', {
10 'variables': { 10 'variables': {
11 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"', 11 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
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': '<(component)', 25 'type': '<(component)',
26 'product_name': 'crssl', # Don't conflict with OpenSSL's libssl 26 'product_name': 'crssl', # Don't conflict with OpenSSL's libssl
27 'sources': [ 27 'sources': [
28 'ssl/SSLerrs.h',
28 'ssl/authcert.c', 29 'ssl/authcert.c',
30 'ssl/bodge/secitem_array.c',
29 'ssl/cmpcert.c', 31 'ssl/cmpcert.c',
30 'ssl/derive.c', 32 'ssl/derive.c',
31 'ssl/dtlscon.c', 33 'ssl/dtlscon.c',
32 'ssl/os2_err.c', 34 'ssl/os2_err.c',
33 'ssl/os2_err.h', 35 'ssl/os2_err.h',
34 'ssl/preenc.h', 36 'ssl/preenc.h',
35 'ssl/prelib.c', 37 'ssl/prelib.c',
36 'ssl/ssl.h', 38 'ssl/ssl.h',
37 'ssl/ssl3con.c', 39 'ssl/ssl3con.c',
38 'ssl/ssl3ecc.c', 40 'ssl/ssl3ecc.c',
39 'ssl/ssl3ext.c', 41 'ssl/ssl3ext.c',
40 'ssl/ssl3gthr.c', 42 'ssl/ssl3gthr.c',
41 'ssl/ssl3prot.h', 43 'ssl/ssl3prot.h',
42 'ssl/sslauth.c', 44 'ssl/sslauth.c',
43 'ssl/sslcon.c', 45 'ssl/sslcon.c',
44 'ssl/ssldef.c', 46 'ssl/ssldef.c',
45 'ssl/sslenum.c', 47 'ssl/sslenum.c',
46 'ssl/sslerr.c', 48 'ssl/sslerr.c',
47 'ssl/sslerr.h', 49 'ssl/sslerr.h',
48 'ssl/SSLerrs.h',
49 'ssl/sslerrstrs.c', 50 'ssl/sslerrstrs.c',
50 'ssl/sslgathr.c', 51 'ssl/sslgathr.c',
51 'ssl/sslimpl.h', 52 'ssl/sslimpl.h',
52 'ssl/sslinfo.c', 53 'ssl/sslinfo.c',
53 'ssl/sslinit.c', 54 'ssl/sslinit.c',
54 'ssl/sslmutex.c', 55 'ssl/sslmutex.c',
55 'ssl/sslmutex.h', 56 'ssl/sslmutex.h',
56 'ssl/sslnonce.c', 57 'ssl/sslnonce.c',
57 'ssl/sslplatf.c', 58 'ssl/sslplatf.c',
58 'ssl/sslproto.h', 59 'ssl/sslproto.h',
59 'ssl/sslreveal.c', 60 'ssl/sslreveal.c',
60 'ssl/sslsecur.c', 61 'ssl/sslsecur.c',
61 'ssl/sslsnce.c', 62 'ssl/sslsnce.c',
62 'ssl/sslsock.c', 63 'ssl/sslsock.c',
63 'ssl/sslt.h', 64 'ssl/sslt.h',
64 'ssl/ssltrace.c', 65 'ssl/ssltrace.c',
65 'ssl/sslver.c', 66 'ssl/sslver.c',
66 'ssl/unix_err.c', 67 'ssl/unix_err.c',
67 'ssl/unix_err.h', 68 'ssl/unix_err.h',
68 'ssl/win32err.c', 69 'ssl/win32err.c',
69 'ssl/win32err.h', 70 'ssl/win32err.h',
70 'ssl/bodge/secitem_array.c',
71 ], 71 ],
72 'sources!': [ 72 'sources!': [
73 'ssl/os2_err.c', 73 'ssl/os2_err.c',
74 'ssl/os2_err.h', 74 'ssl/os2_err.h',
75 ], 75 ],
76 'defines': [ 76 'defines': [
77 'NO_PKCS11_BYPASS', 77 'NO_PKCS11_BYPASS',
78 'NSS_ENABLE_ECC', 78 'NSS_ENABLE_ECC',
79 'USE_UTIL_DIRECTLY', 79 'USE_UTIL_DIRECTLY',
80 ], 80 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'configurations': { 192 'configurations': {
193 'Debug_Base': { 193 'Debug_Base': {
194 'defines': [ 194 'defines': [
195 'DEBUG', 195 'DEBUG',
196 ], 196 ],
197 }, 197 },
198 }, 198 },
199 }, 199 },
200 ], 200 ],
201 } 201 }
OLDNEW
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | net/third_party/nss/ssl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698