• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-983633

Cargo.tomlD04-Jul-2025368 1713

README.mdD04-Jul-2025564 149

bindings.rsD04-Jul-202514.1 KiB449436

build.rsD04-Jul-20251.6 KiB5340

prebuilts_versionD04-Jul-20252

README.md

1# Sandbox dependencies
2
3This crate links against chromium project's
4[sandbox library](https://chromium.googlesource.com/chromium/src/+/6bb3606c2b1a60265fc7f1632896b640fa0d7865/sandbox/win/).
5The library is provided as a prebuilt because
6
7- The build system's toolchain doesn't support building that library.
8- The original library is C++ based and we have added a small C wrapper around it to which rust
9  binds.
10
11`build.rs` downloads the prebuilt library during build.
12
13Googlers can build the library by following [these](http://shortn/_pKqdJVrziE) instructions.
14