commit | ee8cf4e843ebf15d8ce61a17fd67d1fcddd8692a | [log] [tgz] |
---|---|---|
author | Julien Tinnes <jln@google.com> | Thu Dec 03 14:45:20 2015 -0800 |
committer | Julien Tinnes <jln@google.com> | Thu Dec 03 14:45:20 2015 -0800 |
tree | e1a7324a52d215f98abd367571fa0cf9a3c150fb | |
parent | cf402dd6ddce0b27232200b96ba0856a2cc0fe1f [diff] |
Changes to BUILD.gn to make things build again.
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