Bauxite is an extraction of the Chromium sandbox into its own separate repository. The effort currently focuses on making the Linux version available.
This early preview contains a lot of dependencies, most notably, Chromium's base/. We expect to reduce dependencies to a minimum in the future.
Get the source:
$PATH
gclient config --unmanaged --name=src <bauxite_repository_url> gclient sync
gclient is used to synchronize the two subrepositories, third_party/lss and testing/gtest and also to run “hooks” that will automatically download the required “gn” (generate Ninja) and Clang binaries.
Build:
gn gen out/Debug
ninja -C out/Debug sandbox_linux_unittests