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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['OS=="ios"', { | 8 ['OS=="ios"', { |
9 'exclude_nss_root_certs%': 0, | 9 'exclude_nss_root_certs%': 0, |
10 'exclude_nss_libpkix%': 0, | 10 'exclude_nss_libpkix%': 0, |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'MP_API_COMPATIBLE', | 978 'MP_API_COMPATIBLE', |
979 'NSS_DISABLE_DBM', | 979 'NSS_DISABLE_DBM', |
980 'NSS_ENABLE_ECC', | 980 'NSS_ENABLE_ECC', |
981 'NSS_STATIC', | 981 'NSS_STATIC', |
982 'NSS_USE_STATIC_LIBS', | 982 'NSS_USE_STATIC_LIBS', |
983 'RIJNDAEL_INCLUDE_TABLES', | 983 'RIJNDAEL_INCLUDE_TABLES', |
984 'SHLIB_VERSION=\"3\"', | 984 'SHLIB_VERSION=\"3\"', |
985 'SOFTOKEN_SHLIB_VERSION=\"3\"', | 985 'SOFTOKEN_SHLIB_VERSION=\"3\"', |
986 'USE_UTIL_DIRECTLY', | 986 'USE_UTIL_DIRECTLY', |
987 ], | 987 ], |
988 'defines!': [ | |
989 # Regrettably, NSS can't be compiled with NO_NSPR_10_SUPPORT yet. | |
990 'NO_NSPR_10_SUPPORT', | |
991 ], | |
992 'include_dirs': [ | 988 'include_dirs': [ |
993 'nss/lib/base', | 989 'nss/lib/base', |
994 'nss/lib/certdb', | 990 'nss/lib/certdb', |
995 'nss/lib/certhigh', | 991 'nss/lib/certhigh', |
996 'nss/lib/cryptohi', | 992 'nss/lib/cryptohi', |
997 'nss/lib/dev', | 993 'nss/lib/dev', |
998 'nss/lib/freebl', | 994 'nss/lib/freebl', |
999 'nss/lib/freebl/ecl', | 995 'nss/lib/freebl/ecl', |
1000 'nss/lib/freebl/mpi', | 996 'nss/lib/freebl/mpi', |
1001 'nss/lib/libpkix/include', | 997 'nss/lib/libpkix/include', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 '-Wno-incompatible-pointer-types', | 1172 '-Wno-incompatible-pointer-types', |
1177 '-Wno-logical-op-parentheses', | 1173 '-Wno-logical-op-parentheses', |
1178 '-Wno-switch', | 1174 '-Wno-switch', |
1179 '-Wno-tautological-compare', | 1175 '-Wno-tautological-compare', |
1180 ], | 1176 ], |
1181 }], | 1177 }], |
1182 ], | 1178 ], |
1183 }, | 1179 }, |
1184 ], | 1180 ], |
1185 } | 1181 } |
OLD | NEW |