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

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

Issue 11377098: Change gyp flag from in_dartium to dart_io_support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove intermediate nss_runtime target, and redundant dependencies. Created 8 years, 1 month 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 | « runtime/bin/bin.gypi ('k') | runtime/bin/net/sqlite.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 deps/third_party/nss/nss.gyp. 9 # This file is a modified copy of Chromium's deps/third_party/nss/nss.gyp.
10 # Revision 165464 (this should agree with "nss_rev" in DEPS). 10 # Revision 165464 (this should agree with "nss_rev" in DEPS).
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } 78 }
79 } 79 }
80 }, 80 },
81 'defines!': [ 81 'defines!': [
82 'WIN32_LEAN_AND_MEAN', 82 'WIN32_LEAN_AND_MEAN',
83 ], 83 ],
84 }], 84 }],
85 ], 85 ],
86 }, 86 },
87 # Added by Dart. We do not indent, so diffs with the original are clearer. 87 # Added by Dart. We do not indent, so diffs with the original are clearer.
88 'conditions': [[ 'in_dartium==0', { 88 'conditions': [[ 'dart_io_support==1', {
89 'targets': [ 89 'targets': [
90 { 90 {
91 'target_name': 'nspr_dart', 91 'target_name': 'nspr_dart',
92 'product_name': 'crnspr', 92 'product_name': 'crnspr',
93 'type': '<(component)', 93 'type': '<(component)',
94 # Changed by Dart: '<(nss_directory)/' added to all paths. 94 # Changed by Dart: '<(nss_directory)/' added to all paths.
95 'sources': [ 95 'sources': [
96 # Added by Dart. 96 # Added by Dart.
97 'os_linux.S', 97 'os_linux.S',
98 '<(nss_directory)/mozilla/nsprpub/lib/ds/plarena.c', 98 '<(nss_directory)/mozilla/nsprpub/lib/ds/plarena.c',
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 '-Wno-logical-op-parentheses', 1267 '-Wno-logical-op-parentheses',
1268 '-Wno-switch', 1268 '-Wno-switch',
1269 '-Wno-tautological-compare', 1269 '-Wno-tautological-compare',
1270 ], 1270 ],
1271 }], 1271 }],
1272 ], 1272 ],
1273 }, 1273 },
1274 ], 1274 ],
1275 }]], 1275 }]],
1276 } 1276 }
OLDNEW
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/net/sqlite.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698