| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 04-Jul-2025 | - | 983 | 633 | ||
| Cargo.toml | D | 04-Jul-2025 | 368 | 17 | 13 | |
| README.md | D | 04-Jul-2025 | 564 | 14 | 9 | |
| bindings.rs | D | 04-Jul-2025 | 14.1 KiB | 449 | 436 | |
| build.rs | D | 04-Jul-2025 | 1.6 KiB | 53 | 40 | |
| prebuilts_version | D | 04-Jul-2025 | 2 |
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