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 'dependencies': [ | 978 'dependencies': [ |
979 'nspr', | 979 'nspr', |
980 '../sqlite/sqlite.gyp:sqlite', | 980 '../sqlite/sqlite.gyp:sqlite', |
981 ], | 981 ], |
982 'export_dependent_settings': [ | 982 'export_dependent_settings': [ |
983 'nspr', | 983 'nspr', |
984 ], | 984 ], |
985 'defines': [ | 985 'defines': [ |
986 'MP_API_COMPATIBLE', | 986 'MP_API_COMPATIBLE', |
987 'NSS_DISABLE_DBM', | 987 'NSS_DISABLE_DBM', |
988 'NSS_ENABLE_ECC', | |
989 'NSS_STATIC', | 988 'NSS_STATIC', |
990 'NSS_USE_STATIC_LIBS', | 989 'NSS_USE_STATIC_LIBS', |
991 'RIJNDAEL_INCLUDE_TABLES', | 990 'RIJNDAEL_INCLUDE_TABLES', |
992 'SHLIB_VERSION=\"3\"', | 991 'SHLIB_VERSION=\"3\"', |
993 'SOFTOKEN_SHLIB_VERSION=\"3\"', | 992 'SOFTOKEN_SHLIB_VERSION=\"3\"', |
994 'USE_UTIL_DIRECTLY', | 993 'USE_UTIL_DIRECTLY', |
995 ], | 994 ], |
996 'include_dirs': [ | 995 'include_dirs': [ |
997 'nss/lib/base', | 996 'nss/lib/base', |
998 'nss/lib/certdb', | 997 'nss/lib/certdb', |
(...skipping 19 matching lines...) Expand all Loading... |
1018 'nss/lib/pk11wrap', | 1017 'nss/lib/pk11wrap', |
1019 'nss/lib/pkcs7', | 1018 'nss/lib/pkcs7', |
1020 'nss/lib/pki', | 1019 'nss/lib/pki', |
1021 'nss/lib/smime', | 1020 'nss/lib/smime', |
1022 'nss/lib/softoken', | 1021 'nss/lib/softoken', |
1023 'nss/lib/ssl', | 1022 'nss/lib/ssl', |
1024 'nss/lib/util', | 1023 'nss/lib/util', |
1025 ], | 1024 ], |
1026 'direct_dependent_settings': { | 1025 'direct_dependent_settings': { |
1027 'defines': [ | 1026 'defines': [ |
1028 'NSS_ENABLE_ECC', | |
1029 'NSS_STATIC', | 1027 'NSS_STATIC', |
1030 'NSS_USE_STATIC_LIBS', | 1028 'NSS_USE_STATIC_LIBS', |
1031 'USE_UTIL_DIRECTLY', | 1029 'USE_UTIL_DIRECTLY', |
1032 ], | 1030 ], |
1033 'include_dirs': [ | 1031 'include_dirs': [ |
1034 'nspr/pr/include', | 1032 'nspr/pr/include', |
1035 'nspr/lib/ds', | 1033 'nspr/lib/ds', |
1036 'nspr/lib/libc/include', | 1034 'nspr/lib/libc/include', |
1037 'nss/lib/base', | 1035 'nss/lib/base', |
1038 'nss/lib/certdb', | 1036 'nss/lib/certdb', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1208 '-Wno-incompatible-pointer-types', | 1206 '-Wno-incompatible-pointer-types', |
1209 '-Wno-logical-op-parentheses', | 1207 '-Wno-logical-op-parentheses', |
1210 '-Wno-switch', | 1208 '-Wno-switch', |
1211 '-Wno-tautological-compare', | 1209 '-Wno-tautological-compare', |
1212 ], | 1210 ], |
1213 }], | 1211 }], |
1214 ], | 1212 ], |
1215 }, | 1213 }, |
1216 ], | 1214 ], |
1217 } | 1215 } |
OLD | NEW |