commit | dfce0054eade803500ab8a9755cdd9d4b366c16b | [log] [tgz] |
---|---|---|
author | Julien Tinnes <jln@google.com> | Thu Dec 03 17:31:02 2015 -0800 |
committer | Julien Tinnes <jln@google.com> | Thu Dec 03 17:31:02 2015 -0800 |
tree | c89cc200c04ffff7765946c3b1f8bdc1968ba7b6 | |
parent | ee8cf4e843ebf15d8ce61a17fd67d1fcddd8692a [diff] |
Run sysroot script in hooks. Remove some pkg-config dependencies.
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