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

Side by Side Diff: tools/gyp/configurations_msvs.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_make.gypi ('k') | tools/gyp/configurations_xcode.gypi » ('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) 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
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
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 }
OLDNEW
« no previous file with comments | « tools/gyp/configurations_make.gypi ('k') | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698