| 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 257452 (this should agree with "nss_rev" in DEPS). | 10 # Revision 257452 (this should agree with "nss_rev" in DEPS). |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 '_X86_', | 60 '_X86_', |
| 61 ], | 61 ], |
| 62 }, { | 62 }, { |
| 63 'defines': [ | 63 'defines': [ |
| 64 'NSS_X86_OR_X64', | 64 'NSS_X86_OR_X64', |
| 65 'NSS_X64', | 65 'NSS_X64', |
| 66 'NSS_USE_64', | 66 'NSS_USE_64', |
| 67 ]}], | 67 ]}], |
| 68 ], | 68 ], |
| 69 }, | 69 }, |
| 70 # Added by Dart. |
| 71 'Dart_simarm64_Base': { |
| 72 'defines': [ |
| 73 'NSS_X86_OR_X64', |
| 74 'NSS_X64', |
| 75 'NSS_USE_64', |
| 76 ], |
| 77 }, |
| 70 }, | 78 }, |
| 71 'conditions': [ | 79 'conditions': [ |
| 72 ['OS=="win"', { | 80 ['OS=="win"', { |
| 73 'configurations': { | 81 'configurations': { |
| 74 'Common_Base': { | 82 'Common_Base': { |
| 75 'msvs_configuration_attributes': { | 83 'msvs_configuration_attributes': { |
| 76 # Do not compile NSPR and NSS with /D _UNICODE /D UNICODE. | 84 # Do not compile NSPR and NSS with /D _UNICODE /D UNICODE. |
| 77 'CharacterSet': '0' | 85 'CharacterSet': '0' |
| 78 } | 86 } |
| 79 } | 87 } |
| (...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1350 '-Wno-logical-op-parentheses', | 1358 '-Wno-logical-op-parentheses', |
| 1351 '-Wno-switch', | 1359 '-Wno-switch', |
| 1352 '-Wno-tautological-compare', | 1360 '-Wno-tautological-compare', |
| 1353 ], | 1361 ], |
| 1354 }], | 1362 }], |
| 1355 ], | 1363 ], |
| 1356 }, | 1364 }, |
| 1357 ], | 1365 ], |
| 1358 }]], | 1366 }]], |
| 1359 } | 1367 } |
| OLD | NEW |