commit | 9ee8b2b0e0e91e829480812b791f2001d85b58dd | [log] [tgz] |
---|---|---|
author | Hzj_jie <zijiehe@google.com> | Mon Jan 22 19:17:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 22 19:17:55 2024 |
tree | 05f1a7bf75136b591ce1ea594adc0acbdcadd6ec | |
parent | aee1bcf03475497e7a5a069076ba6efab8b22376 [diff] |
[Fuchsia] Allow using smart_display internal images on qemu After this change, gpu tests can be executed on smart display images on qemu via: ``` build/fuchsia/update_product_bundles.py --internal smart_display_max_eng_arrested.x64 autoninja -C out/fuchsia-release/ ; pushd out/fuchsia-release/ ; ../../content/test/gpu/run_gpu_integration_test_fuchsia.py --browser=web-engine-shell --passthrough --extra-browser-args=--enable-logging=stderr --jobs=1 --test-filter=*preservedrawingbuffer-leak.html::*gl-enable-enum-test.html --product=smart_display_max_eng_arrested.x64 webgl1_conformance ; popd ``` The image will be downloaded into `third_party/fuchsia-sdk/images-internal/smart_display_max_eng_arrested/x64/`. Change-Id: I9c9e92b068ac58b35ffa254d48738eb1ab825226 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5218271 Reviewed-by: David Song <wintermelons@google.com> Auto-Submit: Zijie He <zijiehe@google.com> Commit-Queue: David Song <wintermelons@google.com> Cr-Commit-Position: refs/heads/main@{#1250337}
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.