Name Date Size #Lines LOC

..--

src/H25-Apr-2025-983633

Cargo.tomlH A D25-Apr-2025368 1713

README.mdH A D25-Apr-2025564 149

bindings.rsH A D25-Apr-202514.1 KiB449436

build.rsH A D25-Apr-20251.6 KiB5340

prebuilts_versionHD25-Apr-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