Skip to content

Build the PartitionAlloc library without checking out Chromium repository.

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages