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

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

Issue 18414004: Revert 209515 "Reland http://crrev.com/209278" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 # 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': {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'ssl/sslsnce.c', 61 'ssl/sslsnce.c',
62 'ssl/sslsock.c', 62 'ssl/sslsock.c',
63 'ssl/sslt.h', 63 'ssl/sslt.h',
64 'ssl/ssltrace.c', 64 'ssl/ssltrace.c',
65 'ssl/sslver.c', 65 'ssl/sslver.c',
66 'ssl/unix_err.c', 66 'ssl/unix_err.c',
67 'ssl/unix_err.h', 67 'ssl/unix_err.h',
68 'ssl/win32err.c', 68 'ssl/win32err.c',
69 'ssl/win32err.h', 69 'ssl/win32err.h',
70 'ssl/bodge/secitem_array.c', 70 'ssl/bodge/secitem_array.c',
71 'ssl/bodge/secure_memcmp.c',
71 ], 72 ],
72 'sources!': [ 73 'sources!': [
73 'ssl/os2_err.c', 74 'ssl/os2_err.c',
74 'ssl/os2_err.h', 75 'ssl/os2_err.h',
75 ], 76 ],
76 'defines': [ 77 'defines': [
77 'NO_PKCS11_BYPASS', 78 'NO_PKCS11_BYPASS',
78 'NSS_ENABLE_ECC', 79 'NSS_ENABLE_ECC',
79 'USE_UTIL_DIRECTLY', 80 'USE_UTIL_DIRECTLY',
80 ], 81 ],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'configurations': { 184 'configurations': {
184 'Debug_Base': { 185 'Debug_Base': {
185 'defines': [ 186 'defines': [
186 'DEBUG', 187 'DEBUG',
187 ], 188 ],
188 }, 189 },
189 }, 190 },
190 }, 191 },
191 ], 192 ],
192 } 193 }
OLDNEW
« no previous file with comments | « trunk/src/net/third_party/nss/patches/applypatches.sh ('k') | trunk/src/net/third_party/nss/ssl/bodge/secure_memcmp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698