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', | |
72 ], | 71 ], |
73 'sources!': [ | 72 'sources!': [ |
74 'ssl/os2_err.c', | 73 'ssl/os2_err.c', |
75 'ssl/os2_err.h', | 74 'ssl/os2_err.h', |
76 ], | 75 ], |
77 'defines': [ | 76 'defines': [ |
78 'NO_PKCS11_BYPASS', | 77 'NO_PKCS11_BYPASS', |
79 'NSS_ENABLE_ECC', | 78 'NSS_ENABLE_ECC', |
80 'USE_UTIL_DIRECTLY', | 79 'USE_UTIL_DIRECTLY', |
81 ], | 80 ], |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'configurations': { | 183 'configurations': { |
185 'Debug_Base': { | 184 'Debug_Base': { |
186 'defines': [ | 185 'defines': [ |
187 'DEBUG', | 186 'DEBUG', |
188 ], | 187 ], |
189 }, | 188 }, |
190 }, | 189 }, |
191 }, | 190 }, |
192 ], | 191 ], |
193 } | 192 } |
OLD | NEW |