commit | 4624da4aa080e3b5b63cb5ccbb90d58168aba459 | [log] [tgz] |
---|---|---|
author | Hazem Ashmawy <hazems@chromium.org> | Thu Mar 17 14:47:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 17 14:47:08 2022 |
tree | 863475d728d5176f833db782efe28c4e497f8c4e | |
parent | ec8dd0c9cf469d74c8715f58ccc916c9aadc2de3 [diff] |
Add DEPS rule for nonembedded WebView can't depend on //content No change to production logic, just updating deps rules ton enforce that nonembedded WebView shouldn't depend on //content layer. Split //components/component_updater/installer_policy into two build targets, "no_content_installer_policies" target contains policies that can be built without content dependencies so that it can be used as a dep in nonembedded webview that can't depend on //content/. Bug: 1277526 Test: build system webView Change-Id: Ib882894dbc56ee8dae26fde7b58fa23bcf063bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3528417 Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/main@{#982205}
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.