commit | a13c26980f1dcabbbb799f70fae4dfcf059eb3fa | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Thu Jan 20 01:52:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 20 01:52:24 2022 |
tree | d7d01b3edb76bd7be139d3255c48d5ef8e3a5069 | |
parent | e60b640a6e25c8792d78768f945ee79bd3606cc4 [diff] |
[NoStatePrefetch] Only depend on extensions when extensions are enabled //components/no_state_prefetch depends on //extensions/common:common_constants for some of its logic. This should be gated on whether extensions are enabled (gn arg extension_enabled). Fix this in the c++ code and GN files. Bug: 731689 Change-Id: Ie874f106c650de89e86862aa6f0a7d6b588f7a1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3403078 Auto-Submit: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#961259}
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.