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

Side by Side Diff: runtime/bin/net/ssl.gyp

Issue 14499010: Make ninja build on mac work (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « no previous file | 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 Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6 # for details. All rights reserved. Use of this source code is governed by a 6 # for details. All rights reserved. Use of this source code is governed by a
7 # BSD-style license that can be found in the LICENSE file. 7 # BSD-style license that can be found in the LICENSE file.
8 8
9 # This file is a modified copy of Chromium's src/net/third_party/nss/ssl.gyp. 9 # This file is a modified copy of Chromium's src/net/third_party/nss/ssl.gyp.
10 # Revision 169195 (this should agree with "nss_rev" in DEPS). 10 # Revision 169195 (this should agree with "nss_rev" in DEPS).
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 # Dart: Conditions sections for ssl/bodge removed. 152 # Dart: Conditions sections for ssl/bodge removed.
153 # [ 'os_posix == 1 and OS != "mac" and OS != "ios", { 153 # [ 'os_posix == 1 and OS != "mac" and OS != "ios", {
154 # ... 154 # ...
155 # ], 155 # ],
156 # [ 'OS == "mac" or OS == "ios" or OS == "win"', { 156 # [ 'OS == "mac" or OS == "ios" or OS == "win"', {
157 # ... 157 # ...
158 # ], 158 # ],
159 ], 159 ],
160 'configurations': { 160 'configurations': {
161 'Debug_Base': { 161 'Debug_Base': {
162 'inherit_from': ['Dart_Base'],
Bill Hesse 2013/04/29 11:17:54 Please comment this as a modification from the bas
kustermann 2013/04/30 10:37:22 I added comment at the top of the file. We'll see
162 'defines': [ 163 'defines': [
163 'DEBUG', 164 'DEBUG',
164 ], 165 ],
165 }, 166 },
166 }, 167 },
167 }, 168 },
168 ], 169 ],
169 }]], 170 }]],
170 } 171 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698