commit | a9e205c1d9ea0594d649258bec9a2deabfd65457 | [log] [tgz] |
---|---|---|
author | Haoming Chen <[email protected]> | Thu Mar 25 02:27:11 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 25 02:27:11 2021 |
tree | c1124aacf34353225f1bf087314ce8ca251e8eb5 | |
parent | 681d6f304ce25f9e2ca32831eccb1f6ce45e33b7 [diff] |
test: add override_board in test template `override_board` is used in `generate_runner_script` to run a ChromeOS binary on devices with different target boards, e.g., run an amd64-generic built binary on an eve device. This change adds the `override_board` in the test template so that it can be passed to the `generate_runner_script`. Bug: 992996 Change-Id: Ief96c8957b637bf47ef5d90454626282e6f6c8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2782028 Commit-Queue: Haoming Chen <[email protected]> Reviewed-by: Ben Pastene <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Reviewed-by: Yuke Liao <[email protected]> Cr-Commit-Position: refs/heads/master@{#866414}
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.