Skip to content

yuki3/partition_alloc_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

partition_alloc_builder

Build the PartitionAlloc library without checking out the entire Chromium repository.

Prerequisites

You need to have depot_tools set up on your local environment (including PATH).

Build steps

  1. git clone https://github.com/yuki3/partition_alloc_builder.git
  2. gclient config https://github.com/yuki3/partition_alloc_builder.git
  3. cd partition_alloc_builder/
  4. gclient sync
  5. gn args out/Default
  6. autoninja -C out/Default

Then, //out/Default/libbase_allocator_partition_allocator_partition_alloc.so is built (on GNU/Linux).

Known problems

This project depends on the latest version of dependencies, so the resulting objects are not stable (you cannot reproduce the exactly-same resulting objects). Everytime you sync (you fetch the dependencies), the resulting objects may change.

About

Build the PartitionAlloc library without checking out Chromium repository.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages