commit | ca6be300cb279535da24bddbdc59617c51420678 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Tue Mar 25 10:09:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 10:09:35 2025 |
tree | 33aeafcd77b05f610711195f7a2a1c11ebea9ced | |
parent | 6a763b8bafba13e045be797fae15327b416f4440 [diff] |
[Desktop Android] Move more code to ExtensionPlatformBrowserTest We have multiple extension-y browser test classes: * ExtensionPlatformBrowserTest, which is available on both normal desktop platforms and the experimental desktop android build, and * ExtensionBrowserTest, only available on non-android platforms. We should move towards having only a single one. This CL moves more code to ExtensionPlatformBrowserTest when it cleanly compiles. Bug: 404581990 Change-Id: Ib2f14583776ce4eb8fb19c4c12eef6909dcf8957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6370666 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1437384}
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.