• Home
Name Date Size #Lines LOC

..--

BUILDCONFIG.gnD04-Jul-20252.4 KiB10892

README.mdD04-Jul-2025963 3423

cp.pyD04-Jul-2025526 2614

rm.pyD04-Jul-2025353 199

README.md

1# PartitionAlloc standalone GN config
2
3This directory contains a GN configuration to build partition_alloc as a
4standalone library.
5
6This is not an official product that is supported by the Chromium project. There
7are no guarantees that this will work in the future, or that it will work in
8all configurations. There are no commit queue or trybots using it.
9
10This is useful for verifying that partition_alloc can be built as a library, and
11discover the formal dependencies that partition_alloc has on the rest of the
12Chromium project. This is not intended to be used in production code, and is not
13
14This is also provided as a convenience for chromium developers working on
15partition_alloc who want to iterate on partition_alloc without having to build
16the entire Chromium project.
17
18/!\ This is under construction. /!\
19
20## Building
21
22```sh
23gn gen out/Default
24autoninja -C out/Default
25```
26
27## Supported configurations:
28
29### Platforms
30- Linux
31
32### Toolchains
33- Clang
34