| commit | f4883d3b8d79bb891f8149b44a74d7807e54260c | [log] [tgz] |
|---|---|---|
| author | Elliot Glaysher <erg@chromium.org> | Wed Oct 22 16:52:03 2014 -0700 |
| committer | Elliot Glaysher <erg@chromium.org> | Wed Oct 22 16:52:03 2014 -0700 |
| tree | 7d08865a94167d7f85e31978dd3994ca35a06f3e | |
| parent | 8b89cbd13cdb17cf6f899b54376edb414b2a7b03 [diff] |
mojom: Add conformance tests for map<>. BUG=413863 R=yzshen@chromium.org Review URL: https://codereview.chromium.org/651823005
This repo uses gclient to manage dependencies, so to build things from this repo you have to first download depot_tools and make sure it is in your path:
http://www.chromium.org/developers/how-tos/install-depot-tools
Then, create a directory somewhere for your checkout, cd into it, and run the following commands:
$ fetch mojo # use --target-os=android if you want an Android build. $ cd src $ ./build/install-build-deps.sh
This creates a directory called ‘src’ under your checkout directory, clones the repository and its dependencies, and installs any packages needed to build.
You can then build Mojo by running:
$ gn gen out/Debug $ ninja -C out/Debug mojo