| 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6 # for details. All rights reserved. Use of this source code is governed by a | 6 # for details. All rights reserved. Use of this source code is governed by a |
| 7 # BSD-style license that can be found in the LICENSE file. | 7 # BSD-style license that can be found in the LICENSE file. |
| 8 | 8 |
| 9 # This file is a modified copy of Chromium's deps/third_party/nss/nss.gyp. | 9 # This file is a modified copy of Chromium's deps/third_party/nss/nss.gyp. |
| 10 # Revision 291806 (this should agree with "nss_rev" in DEPS). | 10 # Revision 291806 (this should agree with "nss_rev" in DEPS). |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 '<(nss_directory)/nss/lib/util/nssrwlk.h', | 1073 '<(nss_directory)/nss/lib/util/nssrwlk.h', |
| 1074 '<(nss_directory)/nss/lib/util/nssrwlkt.h', | 1074 '<(nss_directory)/nss/lib/util/nssrwlkt.h', |
| 1075 '<(nss_directory)/nss/lib/util/nssutil.h', | 1075 '<(nss_directory)/nss/lib/util/nssutil.h', |
| 1076 '<(nss_directory)/nss/lib/util/oidstring.c', | 1076 '<(nss_directory)/nss/lib/util/oidstring.c', |
| 1077 '<(nss_directory)/nss/lib/util/pkcs11.h', | 1077 '<(nss_directory)/nss/lib/util/pkcs11.h', |
| 1078 '<(nss_directory)/nss/lib/util/pkcs11f.h', | 1078 '<(nss_directory)/nss/lib/util/pkcs11f.h', |
| 1079 '<(nss_directory)/nss/lib/util/pkcs11n.h', | 1079 '<(nss_directory)/nss/lib/util/pkcs11n.h', |
| 1080 '<(nss_directory)/nss/lib/util/pkcs11p.h', | 1080 '<(nss_directory)/nss/lib/util/pkcs11p.h', |
| 1081 '<(nss_directory)/nss/lib/util/pkcs11t.h', | 1081 '<(nss_directory)/nss/lib/util/pkcs11t.h', |
| 1082 '<(nss_directory)/nss/lib/util/pkcs11u.h', | 1082 '<(nss_directory)/nss/lib/util/pkcs11u.h', |
| 1083 '<(nss_directory)/nss/lib/util/pkcs1sig.c', |
| 1084 '<(nss_directory)/nss/lib/util/pkcs1sig.h', |
| 1083 '<(nss_directory)/nss/lib/util/portreg.c', | 1085 '<(nss_directory)/nss/lib/util/portreg.c', |
| 1084 '<(nss_directory)/nss/lib/util/portreg.h', | 1086 '<(nss_directory)/nss/lib/util/portreg.h', |
| 1085 '<(nss_directory)/nss/lib/util/quickder.c', | 1087 '<(nss_directory)/nss/lib/util/quickder.c', |
| 1086 '<(nss_directory)/nss/lib/util/secalgid.c', | 1088 '<(nss_directory)/nss/lib/util/secalgid.c', |
| 1087 '<(nss_directory)/nss/lib/util/secasn1.h', | 1089 '<(nss_directory)/nss/lib/util/secasn1.h', |
| 1088 '<(nss_directory)/nss/lib/util/secasn1d.c', | 1090 '<(nss_directory)/nss/lib/util/secasn1d.c', |
| 1089 '<(nss_directory)/nss/lib/util/secasn1e.c', | 1091 '<(nss_directory)/nss/lib/util/secasn1e.c', |
| 1090 '<(nss_directory)/nss/lib/util/secasn1t.h', | 1092 '<(nss_directory)/nss/lib/util/secasn1t.h', |
| 1091 '<(nss_directory)/nss/lib/util/secasn1u.c', | 1093 '<(nss_directory)/nss/lib/util/secasn1u.c', |
| 1092 '<(nss_directory)/nss/lib/util/seccomon.h', | 1094 '<(nss_directory)/nss/lib/util/seccomon.h', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1389 'os_windows.c', | 1391 'os_windows.c', |
| 1390 # mpi_x86_asm.c contains MSVC inline assembly code. | 1392 # mpi_x86_asm.c contains MSVC inline assembly code. |
| 1391 '<(nss_directory)/nss/lib/freebl/mpi/mpi_x86_asm.c', | 1393 '<(nss_directory)/nss/lib/freebl/mpi/mpi_x86_asm.c', |
| 1392 ], | 1394 ], |
| 1393 }], | 1395 }], |
| 1394 ], | 1396 ], |
| 1395 }, | 1397 }, |
| 1396 ], | 1398 ], |
| 1397 }]], | 1399 }]], |
| 1398 } | 1400 } |
| OLD | NEW |