blob: 339682bbf03d062728d6b309d30e409a0bea2642 [file] [log] [blame]
# Copyright 2014 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.
declare_args() {
# Partition alloc is included by default except iOS.
# TODO(thakis): Move this elsewhere, probably
# base/allocator/partition_allocator/buildflags.gni
use_partition_alloc = !is_ios
}