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

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

Issue 7003069: Remove the TLS Snap Start code from NSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/snapstart2.patch ('k') | net/third_party/nss/ssl/fnv1a64.c » ('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': {
(...skipping 10 matching lines...) Expand all
21 21
22 'targets': [ 22 'targets': [
23 { 23 {
24 'target_name': 'ssl', 24 'target_name': 'ssl',
25 'product_name': 'ssl', 25 'product_name': 'ssl',
26 'type': 'static_library', 26 'type': 'static_library',
27 'sources': [ 27 'sources': [
28 'ssl/authcert.c', 28 'ssl/authcert.c',
29 'ssl/cmpcert.c', 29 'ssl/cmpcert.c',
30 'ssl/derive.c', 30 'ssl/derive.c',
31 'ssl/fnv1a64.c',
32 'ssl/nsskea.c', 31 'ssl/nsskea.c',
33 'ssl/os2_err.c', 32 'ssl/os2_err.c',
34 'ssl/os2_err.h', 33 'ssl/os2_err.h',
35 'ssl/preenc.h', 34 'ssl/preenc.h',
36 'ssl/prelib.c', 35 'ssl/prelib.c',
37 'ssl/snapstart.c',
38 'ssl/ssl.h', 36 'ssl/ssl.h',
39 'ssl/ssl3con.c', 37 'ssl/ssl3con.c',
40 'ssl/ssl3ecc.c', 38 'ssl/ssl3ecc.c',
41 'ssl/ssl3ext.c', 39 'ssl/ssl3ext.c',
42 'ssl/ssl3gthr.c', 40 'ssl/ssl3gthr.c',
43 'ssl/ssl3prot.h', 41 'ssl/ssl3prot.h',
44 'ssl/sslauth.c', 42 'ssl/sslauth.c',
45 'ssl/sslcon.c', 43 'ssl/sslcon.c',
46 'ssl/ssldef.c', 44 'ssl/ssldef.c',
47 'ssl/sslenum.c', 45 'ssl/sslenum.c',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 }, 155 },
158 }, 156 },
159 ], 157 ],
160 } 158 }
161 159
162 # Local Variables: 160 # Local Variables:
163 # tab-width:2 161 # tab-width:2
164 # indent-tabs-mode:nil 162 # indent-tabs-mode:nil
165 # End: 163 # End:
166 # vim: set expandtab tabstop=2 shiftwidth=2: 164 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/third_party/nss/patches/snapstart2.patch ('k') | net/third_party/nss/ssl/fnv1a64.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698