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

Unified Diff: dart/runtime/bin/net/zlib.gyp

Issue 11413141: Roll NSS to 169195. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/runtime/bin/net/ssl.gyp ('k') | dart/runtime/tools/gyp/nss_configurations.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/bin/net/zlib.gyp
===================================================================
--- dart/runtime/bin/net/zlib.gyp (revision 15277)
+++ dart/runtime/bin/net/zlib.gyp (working copy)
@@ -7,7 +7,7 @@
# BSD-style license that can be found in the LICENSE file.
# This file is a modified copy of src/third_party/zlib/zlib.gyp from Chromium.
-# Revision 165464 (this should agree with "nss_rev" in DEPS).
+# Revision 169195 (this should agree with "nss_rev" in DEPS).
{
# Added by Dart. All Dart comments refer to the following block or line.
'includes': [
@@ -33,7 +33,7 @@
'conditions': [[ 'dart_io_support==1', {
'targets': [
{
- 'target_name': 'zlib_dart',
+ 'target_name': 'zlib_dart', # Added by Dart (the _dart postfix)
'type': 'static_library',
'conditions': [
['use_system_zlib==0', {
@@ -96,7 +96,7 @@
],
},
{
- 'target_name': 'minizip_dart',
+ 'target_name': 'minizip_dart', # Added by Dart (the _dart postfix)
'type': 'static_library',
'conditions': [
['use_system_minizip==0', {
« no previous file with comments | « dart/runtime/bin/net/ssl.gyp ('k') | dart/runtime/tools/gyp/nss_configurations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698