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

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

Issue 574443002: Update NSS to 3.16.4. Updated to Chromium's copy of NSS at revision 291806 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 3 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 | « dart/runtime/bin/net/sqlite.gyp ('k') | dart/runtime/bin/net/zlib.gyp » ('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 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 257452 (this should agree with "nss_rev" in DEPS). 10 # Revision 291806 (this should agree with "nss_rev" in DEPS).
11 11
12 # The following modification was made to make sure we have the same 12 # The following modification was made to make sure we have the same
13 # xcode_settings on all configurations (otherwise we can't build with ninja): 13 # xcode_settings on all configurations (otherwise we can't build with ninja):
14 # 'configurations': { 14 # 'configurations': {
15 # 'Debug_Base': { 15 # 'Debug_Base': {
16 # + 'inherit_from': ['Dart_Base'], 16 # + 'inherit_from': ['Dart_Base'],
17 # 'defines': [ 17 # 'defines': [
18 # 'DEBUG', 18 # 'DEBUG',
19 # ], 19 # ],
20 # }, 20 # },
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'inherit_from': ['Dart_Base'], 207 'inherit_from': ['Dart_Base'],
208 'defines': [ 208 'defines': [
209 'DEBUG', 209 'DEBUG',
210 ], 210 ],
211 }, 211 },
212 }, 212 },
213 }, 213 },
214 ], 214 ],
215 }]], 215 }]],
216 } 216 }
OLDNEW
« no previous file with comments | « dart/runtime/bin/net/sqlite.gyp ('k') | dart/runtime/bin/net/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698