1# Copyright 2022 The Chromium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# This file will be used to check out PartitionAlloc and to build it as 6# standalone library. In this case, PartitionAlloc needs to define 7# build_with_chromium. If building PartitionAlloc as a part of chromium, 8# chromium will provide build_with_chromium=true. 9build_with_chromium = false 10