| commit | 5a55d12d3e18fba503c92df09968c85f1acb04a8 | [log] [tgz] |
|---|---|---|
| author | Antonio Gomes <tonikitoo@igalia.com> | Tue Sep 10 00:56:32 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 10 00:56:32 2024 |
| tree | be607923ec8c36c8631ca6f8ce266a53e90235b3 | |
| parent | 0ccbda274c0017081452ec156e56e592bb893efa [diff] |
Modularize //chrome/browser/ui/customize_chrome Note that the CL adds a circular dependency between //c/b/ui/customize_chrome and //c/b/ui/views/side_panel. Reasons: 1- //c/b/ui/views/side_panel/customize_chrome/side_panel_controller_views.h includes //c/b/ui/customize_chrome/side_panel_controller.h; 2- //c/b/ui/customize_chrome/side_panel_controller.h includes //c/b/ui/views/side_panel/side_panel_entry_observer.h. R=erikchen@chromium.org Bug: 365378968 Change-Id: Ia42a28dc2225c1ae0f118b3d773a5c3f91cbd16e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5844615 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1353081}
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.