Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: tools/gyp/configurations_xcode.gypi

Issue 1624593002: Adds targets for simarmv6 and armv6 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add xcode settings for simarmv6 and v5te Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/gyp/configurations_msvs.gypi ('k') | tools/testing/dart/runtime_configuration.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « tools/gyp/configurations_msvs.gypi ('k') | tools/testing/dart/runtime_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698