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

Side by Side Diff: nss.gyp

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | nss/lib/base/arena.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | nss/lib/base/arena.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698