1# Copyright 2023 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. 4import("partition_alloc.gni") 5 6group("raw_ptr") { 7 public_deps = [ "src/partition_alloc:raw_ptr" ] 8} 9 10group("buildflags") { 11 public_deps = [ "src/partition_alloc:buildflags" ] 12} 13 14if (is_clang_or_gcc) { 15 group("partition_alloc") { 16 public_deps = [ "src/partition_alloc:partition_alloc" ] 17 } 18} 19