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

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

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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/ninja.py » ('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 environment. This file is included in all GYP 6 # the Chromium build environment. 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 }, 67 },
68 'Dart_Macos_simarmv6_Base': { 68 'Dart_Macos_simarmv6_Base': {
69 'abstract': 1, 69 'abstract': 1,
70 }, 70 },
71 'Dart_Macos_simarmv5te_Base': { 71 'Dart_Macos_simarmv5te_Base': {
72 'abstract': 1, 72 'abstract': 1,
73 }, 73 },
74 'Dart_Macos_simarm64_Base': { 74 'Dart_Macos_simarm64_Base': {
75 'abstract': 1, 75 'abstract': 1,
76 }, 76 },
77 'Dart_Macos_simmips_Base': {
78 'abstract': 1,
79 },
80 'Dart_Macos_simdbc_Base': { 77 'Dart_Macos_simdbc_Base': {
81 'abstract': 1, 78 'abstract': 1,
82 }, 79 },
83 'Dart_Macos_simdbc64_Base': { 80 'Dart_Macos_simdbc64_Base': {
84 'abstract': 1, 81 'abstract': 1,
85 }, 82 },
86 'Dart_Macos_Debug': { 83 'Dart_Macos_Debug': {
87 'abstract': 1, 84 'abstract': 1,
88 'xcode_settings': { 85 'xcode_settings': {
89 'OTHER_CFLAGS': [ 86 'OTHER_CFLAGS': [
(...skipping 16 matching lines...) Expand all
106 'xcode_settings': { 103 'xcode_settings': {
107 'OTHER_CFLAGS': [ 104 'OTHER_CFLAGS': [
108 '-fomit-frame-pointer', 105 '-fomit-frame-pointer',
109 '-momit-leaf-frame-pointer', 106 '-momit-leaf-frame-pointer',
110 ], 107 ],
111 }, 108 },
112 }, 109 },
113 }, 110 },
114 }, 111 },
115 } 112 }
OLDNEW
« no previous file with comments | « tools/gyp/configurations_msvs.gypi ('k') | tools/ninja.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698