| 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 165464 (this should agree with "nss_rev" in DEPS). | 10 # Revision 165464 (this should agree with "nss_rev" in DEPS). |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 } | 78 } |
| 79 } | 79 } |
| 80 }, | 80 }, |
| 81 'defines!': [ | 81 'defines!': [ |
| 82 'WIN32_LEAN_AND_MEAN', | 82 'WIN32_LEAN_AND_MEAN', |
| 83 ], | 83 ], |
| 84 }], | 84 }], |
| 85 ], | 85 ], |
| 86 }, | 86 }, |
| 87 # Added by Dart. We do not indent, so diffs with the original are clearer. | 87 # Added by Dart. We do not indent, so diffs with the original are clearer. |
| 88 'conditions': [[ 'in_dartium==0', { | 88 'conditions': [[ 'dart_io_support==1', { |
| 89 'targets': [ | 89 'targets': [ |
| 90 { | 90 { |
| 91 'target_name': 'nspr_dart', | 91 'target_name': 'nspr_dart', |
| 92 'product_name': 'crnspr', | 92 'product_name': 'crnspr', |
| 93 'type': '<(component)', | 93 'type': '<(component)', |
| 94 # Changed by Dart: '<(nss_directory)/' added to all paths. | 94 # Changed by Dart: '<(nss_directory)/' added to all paths. |
| 95 'sources': [ | 95 'sources': [ |
| 96 # Added by Dart. | 96 # Added by Dart. |
| 97 'os_linux.S', | 97 'os_linux.S', |
| 98 '<(nss_directory)/mozilla/nsprpub/lib/ds/plarena.c', | 98 '<(nss_directory)/mozilla/nsprpub/lib/ds/plarena.c', |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1267 '-Wno-logical-op-parentheses', | 1267 '-Wno-logical-op-parentheses', |
| 1268 '-Wno-switch', | 1268 '-Wno-switch', |
| 1269 '-Wno-tautological-compare', | 1269 '-Wno-tautological-compare', |
| 1270 ], | 1270 ], |
| 1271 }], | 1271 }], |
| 1272 ], | 1272 ], |
| 1273 }, | 1273 }, |
| 1274 ], | 1274 ], |
| 1275 }]], | 1275 }]], |
| 1276 } | 1276 } |
| OLD | NEW |