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

Side by Side Diff: nss.gyp

Issue 1017413002: Uprev NSS to 3.18 RTM (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@nspr_uprev
Patch Set: Rebased Created 5 years, 8 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
« no previous file with comments | « README.chromium ('k') | nss/lib/certdb/cert.h » ('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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'nss/lib/certdb/stanpcertdb.c', 564 'nss/lib/certdb/stanpcertdb.c',
565 'nss/lib/certdb/xauthkid.c', 565 'nss/lib/certdb/xauthkid.c',
566 'nss/lib/certdb/xbsconst.c', 566 'nss/lib/certdb/xbsconst.c',
567 'nss/lib/certdb/xconst.c', 567 'nss/lib/certdb/xconst.c',
568 'nss/lib/certdb/xconst.h', 568 'nss/lib/certdb/xconst.h',
569 'nss/lib/certhigh/certhigh.c', 569 'nss/lib/certhigh/certhigh.c',
570 'nss/lib/certhigh/certhtml.c', 570 'nss/lib/certhigh/certhtml.c',
571 'nss/lib/certhigh/certreq.c', 571 'nss/lib/certhigh/certreq.c',
572 'nss/lib/certhigh/certvfy.c', 572 'nss/lib/certhigh/certvfy.c',
573 'nss/lib/certhigh/certvfypkix.c', 573 'nss/lib/certhigh/certvfypkix.c',
574 'nss/lib/certhigh/certvfypkixprint.c',
575 'nss/lib/certhigh/crlv2.c', 574 'nss/lib/certhigh/crlv2.c',
576 'nss/lib/certhigh/ocsp.c', 575 'nss/lib/certhigh/ocsp.c',
577 'nss/lib/certhigh/ocsp.h', 576 'nss/lib/certhigh/ocsp.h',
578 'nss/lib/certhigh/ocspi.h', 577 'nss/lib/certhigh/ocspi.h',
579 'nss/lib/certhigh/ocspsig.c', 578 'nss/lib/certhigh/ocspsig.c',
580 'nss/lib/certhigh/ocspt.h', 579 'nss/lib/certhigh/ocspt.h',
581 'nss/lib/certhigh/ocspti.h', 580 'nss/lib/certhigh/ocspti.h',
582 'nss/lib/certhigh/xcrldist.c', 581 'nss/lib/certhigh/xcrldist.c',
583 'nss/lib/cryptohi/cryptohi.h', 582 'nss/lib/cryptohi/cryptohi.h',
584 'nss/lib/cryptohi/cryptoht.h', 583 'nss/lib/cryptohi/cryptoht.h',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 # mpi_x86_asm.c contains MSVC inline assembly code. 1285 # mpi_x86_asm.c contains MSVC inline assembly code.
1287 'nss/lib/freebl/mpi/mpi_x86_asm.c', 1286 'nss/lib/freebl/mpi/mpi_x86_asm.c',
1288 ], 1287 ],
1289 }], 1288 }],
1290 ], 1289 ],
1291 }, 1290 },
1292 ], 1291 ],
1293 }], 1292 }],
1294 ], 1293 ],
1295 } 1294 }
OLDNEW
« no previous file with comments | « README.chromium ('k') | nss/lib/certdb/cert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698