commit | b6be8d56c26c8c4e495ef25c9df367c559be3c42 | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Fri Dec 03 01:14:44 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 03 01:14:44 2021 |
tree | 8cefb1502751331e01ed80e47964fa4b590fdad2 | |
parent | 112279c27a50ed1ee7b5f84f5333e0f7da5c2152 [diff] |
[crd host][windows] Introduce remoting_wix_path build arg We only build the Chromoting host MSI if the build output is Chrome branded. This is inconvenient for me as I'm currently testing on my personal machine that doesn't allow building for Chrome branded, and I always have to manually comment out the is_chrome_branded check before building the MSI. IIUC the main reason we don't enable MSI building on non-Chrome-branded builds is that the wix dependency is only pulled in by src-internal, so this CL just introduces a new build argument for me to specify the wix path, so that I can build the MSI without tweaking the BUILD.gn file on my personal machine. This change should have no effect on existing official and non-official try bots. Change-Id: I9edd8a04f986b54779399d30a1867d0979f26c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3313839 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#947795}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.