blob: 3cb25db90a0cdb58e441b2dcdabce01e63ba3632 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/allocator.gni")
declare_args() {
# Is the GWP-ASan client enabled for chrome/ on a given platform.
enable_gwp_asan = (is_win || is_mac) && use_allocator_shim
}