mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[build] Update zlib dependency.
This is needed to update clang dependency as there are errors being revealed in current zlib with updated clang. Change-Id: I916be87dec5195f159ae002d3207788b3bf9bda7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/183042 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
parent
c039ff268f
commit
44d977b897
2 changed files with 14 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -167,7 +167,7 @@ vars = {
|
|||
"web_socket_channel_rev": "680358915e331fda823908234f80beba1ed4ec83",
|
||||
"WebCore_rev": "fb11e887f77919450e497344da570d780e078bc8",
|
||||
"yaml_rev": "cca02c9e4f6826d62644901ed65c6d72b90a0713",
|
||||
"zlib_rev": "c44fb7248079cc3d5563b14b3f758aee60d6b415",
|
||||
"zlib_rev": "bf44340d1b6be1af8950bbdf664fec0cf5a831cc",
|
||||
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
|
||||
"minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
|
||||
"googletest_rev": "f854f1d27488996dc8a6db3c9453f80b02585e12",
|
||||
|
|
13
build/config/compiler/compiler.gni
Normal file
13
build/config/compiler/compiler.gni
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2016 The Dart project authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# This is a bare-minimum needed to satisfy build requirements for various
|
||||
# chromium packages.
|
||||
# Original is https://chromium.googlesource.com/chromium/src/+/master/build/config/compiler/compiler.gni
|
||||
|
||||
declare_args() {
|
||||
build_with_chromium = false
|
||||
use_libfuzzer = false
|
||||
is_apple = is_ios || is_mac
|
||||
}
|
Loading…
Reference in a new issue