| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'nss/lib/freebl/ecl/ec2.h', | 558 'nss/lib/freebl/ecl/ec2.h', |
| 559 'nss/lib/freebl/ecl/ecl-curve.h', | 559 'nss/lib/freebl/ecl/ecl-curve.h', |
| 560 'nss/lib/freebl/ecl/ecl-exp.h', | 560 'nss/lib/freebl/ecl/ecl-exp.h', |
| 561 'nss/lib/freebl/ecl/ecl-priv.h', | 561 'nss/lib/freebl/ecl/ecl-priv.h', |
| 562 'nss/lib/freebl/ecl/ecl.c', | 562 'nss/lib/freebl/ecl/ecl.c', |
| 563 'nss/lib/freebl/ecl/ecl.h', | 563 'nss/lib/freebl/ecl/ecl.h', |
| 564 'nss/lib/freebl/ecl/ecl_curve.c', | 564 'nss/lib/freebl/ecl/ecl_curve.c', |
| 565 'nss/lib/freebl/ecl/ecl_gf.c', | 565 'nss/lib/freebl/ecl/ecl_gf.c', |
| 566 'nss/lib/freebl/ecl/ecl_mult.c', | 566 'nss/lib/freebl/ecl/ecl_mult.c', |
| 567 'nss/lib/freebl/ecl/ecp.h', | 567 'nss/lib/freebl/ecl/ecp.h', |
| 568 'nss/lib/freebl/ecl/ecp_256.c', |
| 568 'nss/lib/freebl/ecl/ecp_256_32.c', | 569 'nss/lib/freebl/ecl/ecp_256_32.c', |
| 570 'nss/lib/freebl/ecl/ecp_384.c', |
| 571 'nss/lib/freebl/ecl/ecp_521.c', |
| 569 'nss/lib/freebl/ecl/ecp_aff.c', | 572 'nss/lib/freebl/ecl/ecp_aff.c', |
| 570 'nss/lib/freebl/ecl/ecp_jac.c', | 573 'nss/lib/freebl/ecl/ecp_jac.c', |
| 571 'nss/lib/freebl/ecl/ecp_jm.c', | 574 'nss/lib/freebl/ecl/ecp_jm.c', |
| 572 'nss/lib/freebl/ecl/ecp_mont.c', | 575 'nss/lib/freebl/ecl/ecp_mont.c', |
| 573 'nss/lib/freebl/ecl/ec_naf.c', | 576 'nss/lib/freebl/ecl/ec_naf.c', |
| 574 'nss/lib/freebl/gcm.c', | 577 'nss/lib/freebl/gcm.c', |
| 575 'nss/lib/freebl/gcm.h', | 578 'nss/lib/freebl/gcm.h', |
| 576 'nss/lib/freebl/hmacct.c', | 579 'nss/lib/freebl/hmacct.c', |
| 577 'nss/lib/freebl/hmacct.h', | 580 'nss/lib/freebl/hmacct.h', |
| 578 'nss/lib/freebl/jpake.c', | 581 'nss/lib/freebl/jpake.c', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 '-Wno-incompatible-pointer-types', | 1176 '-Wno-incompatible-pointer-types', |
| 1174 '-Wno-logical-op-parentheses', | 1177 '-Wno-logical-op-parentheses', |
| 1175 '-Wno-switch', | 1178 '-Wno-switch', |
| 1176 '-Wno-tautological-compare', | 1179 '-Wno-tautological-compare', |
| 1177 ], | 1180 ], |
| 1178 }], | 1181 }], |
| 1179 ], | 1182 ], |
| 1180 }, | 1183 }, |
| 1181 ], | 1184 ], |
| 1182 } | 1185 } |
| OLD | NEW |