diff options
author | wez <wez@chromium.org> | 2015-12-01 18:27:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-02 02:28:35 +0000 |
commit | c63c5c389e28745b2d150c4ba9c58d65fc9a4846 (patch) | |
tree | f2662c0b60d4bcec5dd64b708d3dfe655efdfe19 /blimp/docs | |
parent | d710cbc079b51b819349203ee408f36dc056055e (diff) | |
download | chromium_src-c63c5c389e28745b2d150c4ba9c58d65fc9a4846.zip chromium_src-c63c5c389e28745b2d150c4ba9c58d65fc9a4846.tar.gz chromium_src-c63c5c389e28745b2d150c4ba9c58d65fc9a4846.tar.bz2 |
Add blimp_engine_bundle and blimp_tests to blimp meta-target.
This allows the blimp meta-target to be used to build all of the relevant artefacts on the target platform, rather than having to explicitly call out tests, etc.
The bundle_bimp_engine step is renamed to blimp_engine_bundle, to fit better as a target name, and the implementation is commented & cleaned up a little (e.g. using underscore prefix to denote variables local to the action, versus GN variables).
Review URL: https://codereview.chromium.org/1472413003
Cr-Commit-Position: refs/heads/master@{#362591}
Diffstat (limited to 'blimp/docs')
-rw-r--r-- | blimp/docs/container.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blimp/docs/container.md b/blimp/docs/container.md index a3fa967..b817072 100644 --- a/blimp/docs/container.md +++ b/blimp/docs/container.md @@ -31,8 +31,9 @@ installation instructions](https://docs.docker.com/installation/ubuntulinux/). ## Bundle Engine -The `blimp/engine:bundle_blimp_engine` build target will bundle the engine and +The `blimp/engine:blimp_engine_bundle` build target will bundle the engine and its dependencies into a tarfile, which can be used to build a Docker image. +This target is always built as part of the top-level `blimp/blimp` meta-target. ### Update Engine Dependencies |