| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 ], | 68 ], |
| 69 }, | 69 }, |
| 70 # Added by Dart. | 70 # Added by Dart. |
| 71 'Dart_simarm64_Base': { | 71 'Dart_simarm64_Base': { |
| 72 'defines': [ | 72 'defines': [ |
| 73 'NSS_X86_OR_X64', | 73 'NSS_X86_OR_X64', |
| 74 'NSS_X64', | 74 'NSS_X64', |
| 75 'NSS_USE_64', | 75 'NSS_USE_64', |
| 76 ], | 76 ], |
| 77 }, | 77 }, |
| 78 'Dart_arm64_Base': { |
| 79 'defines': [ |
| 80 'NSS_USE_64', |
| 81 ], |
| 82 }, |
| 78 }, | 83 }, |
| 79 'conditions': [ | 84 'conditions': [ |
| 80 ['OS=="win"', { | 85 ['OS=="win"', { |
| 81 'configurations': { | 86 'configurations': { |
| 82 'Common_Base': { | 87 'Common_Base': { |
| 83 'msvs_configuration_attributes': { | 88 'msvs_configuration_attributes': { |
| 84 # Do not compile NSPR and NSS with /D _UNICODE /D UNICODE. | 89 # Do not compile NSPR and NSS with /D _UNICODE /D UNICODE. |
| 85 'CharacterSet': '0' | 90 'CharacterSet': '0' |
| 86 } | 91 } |
| 87 } | 92 } |
| (...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 '-Wno-logical-op-parentheses', | 1363 '-Wno-logical-op-parentheses', |
| 1359 '-Wno-switch', | 1364 '-Wno-switch', |
| 1360 '-Wno-tautological-compare', | 1365 '-Wno-tautological-compare', |
| 1361 ], | 1366 ], |
| 1362 }], | 1367 }], |
| 1363 ], | 1368 ], |
| 1364 }, | 1369 }, |
| 1365 ], | 1370 ], |
| 1366 }]], | 1371 }]], |
| 1367 } | 1372 } |
| OLD | NEW |