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

Unified Diff: runtime/bin/zlib.gyp

Issue 1309903010: Remove checkout of NSS and sqlite from DEPS, remove support files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/net/zlib.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/zlib.gyp
diff --git a/runtime/bin/net/zlib.gyp b/runtime/bin/zlib.gyp
similarity index 87%
rename from runtime/bin/net/zlib.gyp
rename to runtime/bin/zlib.gyp
index 8aa920d389af220825968d52f0e3600b13baab1a..6f2f9131f7c09449ace7806aee5b83398aaf4eba 100644
--- a/runtime/bin/net/zlib.gyp
+++ b/runtime/bin/zlib.gyp
@@ -6,17 +6,18 @@
# for details. All rights reserved. Use of this source code is governed by a
# 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 291806 (this should agree with "nss_rev" in DEPS).
+# This file is a modified copy of
+# https://chromium.googlesource.com/chromium/src/third_party/zlib/zlib.gyp
+# at revision c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f.
{
# Added by Dart. All Dart comments refer to the following block or line.
'includes': [
- '../../tools/gyp/runtime-configurations.gypi',
- '../../tools/gyp/nss_configurations.gypi',
+ '../tools/gyp/runtime-configurations.gypi',
+ '../tools/gyp/nss_configurations.gypi',
],
'variables': {
# Added by Dart.
- 'zlib_path': '../../../third_party/zlib',
+ 'zlib_path': '../../third_party/zlib',
},
# Added by Dart. We do not indent, so diffs with the original are clearer.
'conditions': [[ 'dart_io_support==1', {
« no previous file with comments | « runtime/bin/net/zlib.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698