diff --git a/sandbox/README.md b/sandbox/README.md new file mode 100644 index 0000000000..38a32611dd --- /dev/null +++ b/sandbox/README.md @@ -0,0 +1,13 @@ +# Sandbox dependencies + +This crate links against chromium project's +[sandbox library](https://chromium.googlesource.com/chromium/src/+/6bb3606c2b1a60265fc7f1632896b640fa0d7865/sandbox/win/). +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](http://shortn/_pKqdJVrziE) instructions.