| 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |