commit | 6a011278c63bc5720c313ee33fb9b6171ae110fd | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Thu Jul 24 22:58:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 22:58:43 2025 |
tree | 44f236044327a726c057866ddaf0347df9ec40bb | |
parent | 9fa47563033f165876f9fe08d9ea836275c7db50 [diff] |
Introduce //chrome/browser/ui:browser_tab_strip GN target For now, it'd build: - browser_tab_strip_model_delegate.h - browser_tab_strip_tracker.h - browser_tab_strip_tracker_delegate.h This unblocks the componentization of chrome/browser/ui/startup/default_browser_prompt/, because it avoids circular dependencies against //c/b/ui:ui from a header file. R=dljames@chromium.org Bug: 369883710 Change-Id: Icdbc7d5bbb6f69cbbeb254eb065e2875214cb87c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6782079 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1491666}
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.