| commit | 54470e434239a76589d8cfe012d5f56f2dfc764d | [log] [tgz] |
|---|---|---|
| author | Linyu He <linyuh@google.com> | Tue Aug 26 16:37:32 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 26 16:37:32 2025 |
| tree | 0e7953796c50c284b7cc5748e6fa2245b43495bd | |
| parent | d0993f1e71e72b44794a1f6220ddcf70d3958c46 [diff] |
Android TabModel: only include "browser_window/*" on desktop Android Context: (1) Definitions of "browser_window/*" headers are available on desktop Android, but not other Android builds. (2) Android TabModel is for all Android builds, and currently "browser_window/*" headers are included without a build flag check. This will cause confusing linker errors if non-desktop Android builds use symbols in "browser_window/*" headers. Point (1) above isn't obvious in "browser_window/BUILD.gn", which we will address in a follow-up CL. Bug: 440107688 Change-Id: Ie85cf81c901fa22826fa8c4ba504f361d4b99790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6871271 Commit-Queue: Linyu He <linyuh@google.com> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1506569}
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.