OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |