commit | de6cd87700db679a5e4927a6ee73d6b7dc44db65 | [log] [tgz] |
---|---|---|
author | Julien Tinnes <jln@google.com> | Wed Dec 02 11:17:23 2015 -0800 |
committer | Julien Tinnes <jln@google.com> | Wed Dec 02 11:17:23 2015 -0800 |
tree | d654f62d21cd24547e1a44b3dbeb92aeb56ee756 | |
parent | bec97f5ea4412f875fc49a79bb513351a81581f3 [diff] | |
parent | 60063790c803d04f2afc17ad1c6d3df4b0e83321 [diff] |
Merge branch 'chromium_upstream'
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