| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # The purpose of this file and others in this directory is to simulate | 5 # The purpose of this file and others in this directory is to simulate |
| 6 # the Chromium build enviroment. This file is included in all GYP | 6 # the Chromium build enviroment. This file is included in all GYP |
| 7 # files that are used by the Dart project. | 7 # files that are used by the Dart project. |
| 8 | 8 |
| 9 # READ BEFORE EDITING: | 9 # READ BEFORE EDITING: |
| 10 # Do not add Dart VM specific configuration to this file. Instead, | 10 # Do not add Dart VM specific configuration to this file. Instead, |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 }, | 71 }, |
| 72 'Dart_Macos_ia32_Base': { | 72 'Dart_Macos_ia32_Base': { |
| 73 'abstract': 1, | 73 'abstract': 1, |
| 74 }, | 74 }, |
| 75 'Dart_Macos_x64_Base': { | 75 'Dart_Macos_x64_Base': { |
| 76 'abstract': 1, | 76 'abstract': 1, |
| 77 }, | 77 }, |
| 78 'Dart_Macos_simarm_Base': { | 78 'Dart_Macos_simarm_Base': { |
| 79 'abstract': 1, | 79 'abstract': 1, |
| 80 }, | 80 }, |
| 81 'Dart_Macos_simarmv6_Base': { |
| 82 'abstract': 1, |
| 83 }, |
| 81 'Dart_Macos_simarmv5te_Base': { | 84 'Dart_Macos_simarmv5te_Base': { |
| 82 'abstract': 1, | 85 'abstract': 1, |
| 83 }, | 86 }, |
| 84 'Dart_Macos_simarm64_Base': { | 87 'Dart_Macos_simarm64_Base': { |
| 85 'abstract': 1, | 88 'abstract': 1, |
| 86 }, | 89 }, |
| 87 'Dart_Macos_simmips_Base': { | 90 'Dart_Macos_simmips_Base': { |
| 88 'abstract': 1, | 91 'abstract': 1, |
| 89 }, | 92 }, |
| 90 'Dart_Macos_Debug': { | 93 'Dart_Macos_Debug': { |
| 91 'abstract': 1, | 94 'abstract': 1, |
| 92 }, | 95 }, |
| 93 'Dart_Macos_Release': { | 96 'Dart_Macos_Release': { |
| 94 'abstract': 1, | 97 'abstract': 1, |
| 95 }, | 98 }, |
| 96 }, | 99 }, |
| 97 }, | 100 }, |
| 98 } | 101 } |
| OLD | NEW |