tree: d66395d90fed1489d43e8a125bf7109867ae8d1c [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.