dart-sdk/build/config/compiler/compiler.gni
Alexander Aprelev bd9c7a46e2 Roll zlib to 14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f
Bug: https://github.com/flutter/flutter/issues/124971
Change-Id: Ie4abdff9d3b32ba34a7b811080675e0e62905cf5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295640
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2023-04-17 16:32:20 +00:00

18 lines
554 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
use_thin_lto = false
# zlib uses this identifier
use_fuzzing_engine = false
}