tree: 835abf14c6165ef5a6ac0211f328d14abc68f0ca [path history] [tgz]
  1. src/
  2. bindings.rs
  3. build.rs
  4. Cargo.toml
  5. prebuilts_version
  6. README.md
sandbox/README.md

Sandbox dependencies

This crate links against chromium project's sandbox library. The library is provided as a prebuilt because

  • The build system‘s toolchain doesn’t support building that library.
  • The original library is C++ based and we have added a small C wrapper around it to which rust binds.

build.rs downloads the prebuilt library during build.

Googlers can build the library by following these instructions.