[windows] Add instructions for building mini_installer
Change-Id: I5047acb2f36d6aac6eec75e11848e22de26b550f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5713610 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1328135}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
3f68f78870
commit
530c2a98c0
@ -435,6 +435,19 @@ $ out\Default\unit_tests.exe --gtest_filter="BrowserListUnitTest.*"
|
||||
You can find out more about GoogleTest at its
|
||||
[GitHub page](https://github.com/google/googletest).
|
||||
|
||||
## Build an Installer
|
||||
|
||||
Build the `mini_installer` target to create a self-contained installer. This
|
||||
has everything needed to install your browser on a machine.
|
||||
|
||||
```shell
|
||||
$ autoninja -C out\Default mini_installer
|
||||
```
|
||||
|
||||
See [//chrome/installer/setup/README.md](../chrome/installer/setup/README.md)
|
||||
and [//chrome/installer/mini_installer/README.md](../chrome/installer/mini_installer/README.md)
|
||||
for more information.
|
||||
|
||||
## Update your checkout
|
||||
|
||||
To update an existing checkout, you can run
|
||||
|
Reference in New Issue
Block a user