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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 }, | 57 }, |
58 'Dart_Macos_ia32_Base': { | 58 'Dart_Macos_ia32_Base': { |
59 'abstract': 1, | 59 'abstract': 1, |
60 }, | 60 }, |
61 'Dart_Macos_x64_Base': { | 61 'Dart_Macos_x64_Base': { |
62 'abstract': 1, | 62 'abstract': 1, |
63 }, | 63 }, |
64 'Dart_Macos_simarm_Base': { | 64 'Dart_Macos_simarm_Base': { |
65 'abstract': 1, | 65 'abstract': 1, |
66 }, | 66 }, |
| 67 'Dart_Macos_simarm64_Base': { |
| 68 'abstract': 1, |
| 69 }, |
67 'Dart_Macos_simmips_Base': { | 70 'Dart_Macos_simmips_Base': { |
68 'abstract': 1, | 71 'abstract': 1, |
69 }, | 72 }, |
70 'Dart_Macos_Debug': { | 73 'Dart_Macos_Debug': { |
71 'abstract': 1, | 74 'abstract': 1, |
72 }, | 75 }, |
73 'Dart_Macos_Release': { | 76 'Dart_Macos_Release': { |
74 'abstract': 1, | 77 'abstract': 1, |
75 }, | 78 }, |
76 }, | 79 }, |
77 }, | 80 }, |
78 } | 81 } |
OLD | NEW |