blob: 4754350af5a67a2a92b87415fe214c996b999f1f [file] [log] [blame]
# Copyright 2013 The Flutter 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 subset of Chromium's build/config/compiler/compiler.gni
# required for compatibility with Chromium packages such as zlib.
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
}