Skip to content

Commit 2f90c9c

Browse files
rmacnak-googleCommit Queue
authored and
Commit Queue
committed
Roll zlib to 646b7f569718921d7d4b5b8e22572ff6c76f2596.
Change-Id: I5c222fbacce6e89226d450534c7f9400cb6d2164 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352044 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Brian Quinlan <bquinlan@google.com>
1 parent fcca3f1 commit 2f90c9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ vars = {
111111
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
112112
"protobuf_gn_rev": "ca669f79945418f6229e4fef89b666b2a88cbb10",
113113
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
114-
"zlib_rev": "14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f",
114+
"zlib_rev": "646b7f569718921d7d4b5b8e22572ff6c76f2596",
115115

116116
### /third_party/pkg dependencies
117117
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an

build/config/dcheck_always_on.gni

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright 2016 The Chromium Authors
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
# Compatiblity with Chromium's build for zlib.
6+
dcheck_is_configurable = false
7+
dcheck_always_on = false
8+
enable_expensive_dchecks = false

0 commit comments

Comments
 (0)