| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'dart_debug_optimization_level%': '2', | 7 'dart_debug_optimization_level%': '2', |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'configurations': { | 10 'configurations': { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 }, | 31 }, |
| 32 'Dart_Win_simarmv6_Base': { | 32 'Dart_Win_simarmv6_Base': { |
| 33 'abstract': 1, | 33 'abstract': 1, |
| 34 }, | 34 }, |
| 35 'Dart_Win_simarmv5te_Base': { | 35 'Dart_Win_simarmv5te_Base': { |
| 36 'abstract': 1, | 36 'abstract': 1, |
| 37 }, | 37 }, |
| 38 'Dart_Win_simarm64_Base': { | 38 'Dart_Win_simarm64_Base': { |
| 39 'abstract': 1, | 39 'abstract': 1, |
| 40 }, | 40 }, |
| 41 'Dart_Win_simmips_Base': { | |
| 42 'abstract': 1, | |
| 43 }, | |
| 44 'Dart_Win_simdbc_Base': { | 41 'Dart_Win_simdbc_Base': { |
| 45 'abstract': 1, | 42 'abstract': 1, |
| 46 }, | 43 }, |
| 47 'Dart_Win_simdbc64_Base': { | 44 'Dart_Win_simdbc64_Base': { |
| 48 'abstract': 1, | 45 'abstract': 1, |
| 49 }, | 46 }, |
| 50 'Dart_Win_Debug': { | 47 'Dart_Win_Debug': { |
| 51 'abstract': 1, | 48 'abstract': 1, |
| 52 'msvs_settings': { | 49 'msvs_settings': { |
| 53 'VCCLCompilerTool': { | 50 'VCCLCompilerTool': { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 }, | 134 }, |
| 138 }, | 135 }, |
| 139 # C4351 warns MSVC follows the C++ specification regarding array | 136 # C4351 warns MSVC follows the C++ specification regarding array |
| 140 # initialization in member initializers. Code that expects the | 137 # initialization in member initializers. Code that expects the |
| 141 # specified behavior should silence this warning. | 138 # specified behavior should silence this warning. |
| 142 'msvs_disabled_warnings': [4351], | 139 'msvs_disabled_warnings': [4351], |
| 143 }, | 140 }, |
| 144 }, | 141 }, |
| 145 }, | 142 }, |
| 146 } | 143 } |
| OLD | NEW |