44d977b897
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>
14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
# 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
|
|
}
|