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