mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-03-25 09:33:56 +03:00
19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
# Copyright 2023 The Chromium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
import("partition_alloc.gni")
|
|
|
|
group("raw_ptr") {
|
|
public_deps = [ "src/partition_alloc:raw_ptr" ]
|
|
}
|
|
|
|
group("buildflags") {
|
|
public_deps = [ "src/partition_alloc:buildflags" ]
|
|
}
|
|
|
|
if (is_clang_or_gcc) {
|
|
group("partition_alloc") {
|
|
public_deps = [ "src/partition_alloc:partition_alloc" ]
|
|
}
|
|
}
|