commit | 89a25e1125d5e596555dba962cf341fc3ffabf67 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Tue Aug 13 00:22:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 13 00:22:28 2024 |
tree | b7fd3b4b7ddee6797fc1dc374f5a702cbd02cc2f | |
parent | f685a08cada50e761c8d6f3826fb2a8d983c14f1 [diff] |
[Desktop Android CRX] Fix some includes in //extensions/browser We are experimenting with desktop-android configurations for Chrome. For some reason, a few include errors were not detected in the we use in the CQ (or that I had locally). This fixes the newly-identified issues to properly guard them, usually with either ENABLE_GUEST_VIEW or ENABLE_PLATFORM_APPS. We'll continue investigating asynchronously why these weren't detected before, and see if we can make appropriate changes to the trybots. This is currently experimental and has no production behavior changes. Cq-Include-Trybots: luci.chromium.try:android-desktop-arm64-compile-rel,android-desktop-x64-compile-rel Bug: 356905053 Change-Id: I88af74e7e5d3705426d3ac57e2796adcb8feeb76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5783491 Reviewed-by: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1340722}
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.