commit | d4b9857ac05caeba9bf6e7f88e000780f93b61b4 | [log] [tgz] |
---|---|---|
author | Thiago Perrotta <tperrotta@chromium.org> | Thu Nov 10 08:50:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 10 08:50:46 2022 |
tree | 7f72d2ad7fa4ebd57ee83218fbbd2a8031d4d18b | |
parent | cd6fd6993514b5ec85747357d4254300c8ffcf9f [diff] |
Refactor and eliminate transitive GN imports in chrome/browser A) Remove extraneous imports from chrome/browser/buildflags.gni B) Add missing imports to chrome/browser/{ash,ui}/**/*.gn, which were previously included indirectly via A). R=grt@chromium.org, waffles@chromium.org Bug: 1373180 Change-Id: I43fe778f4b01a901f901e0cd3033c3a1596195c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4014249 Reviewed-by: Colin Blundell <blundell@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Auto-Submit: Thiago Perrotta <tperrotta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1069643}
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.