commit | 1ccc4d9fa49d5451979c4548184d61cf07e73a5d | [log] [tgz] |
---|---|---|
author | Giovanni Ortuño Urquidi <ortuno@chromium.org> | Thu Apr 01 07:24:39 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 01 07:24:39 2021 |
tree | b538776af8f299cf6b6b587d0c6fad4871ab1756 | |
parent | 253205cade5b8c351f3613116aaeb196b04fd6a0 [diff] |
code-health: Move incognito_helpers into a new profiles target incognito_helpers.h/cc have no dependencies and can be moved out of the main chrome/browser build target into their own target, thus avoiding circular dependencies for targets which chrome/browser depends on. Bug: 1193353 Change-Id: Ie846e85172119f4126619d7f6552adcc817f43fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2789079 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by: Glen Robertson <glenrob@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#868441}
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.