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

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

Issue 222613002: Fix runhooks on mac and win. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « tools/gyp/configurations_msvs.gypi ('k') | no next file » | 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « tools/gyp/configurations_msvs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698