commit | 0653d1c520f76f44ba9a437af6d44161f75a285b | [log] [tgz] |
---|---|---|
author | Chuong Ho <hdchuong@google.com> | Mon Sep 25 01:01:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 01:01:28 2023 |
tree | 40b815e8a20768e6d2b03b4e05e9895a5b42775f | |
parent | 804add6ce4ed0f91643fb1b812e501fd96b033ab [diff] |
inputs: migrate Dogfood flag to chromeos for consistency This is the reland of https://chromium-review.googlesource.com/c/chromium/src/+/4871016 There is also another flag that is enabled only during the Dogfood period. Currently, the main flag sits inside chromeos folder, and the Dogfood flag sits inside ash/ folder. The logic to enable EditorMenuController is currently only relying on the main flag, and it needs to also rely on the Dogfood flag as well. This CL migrates the Dogfood flag to chromeos. This CL ensures that both `ash/` and `chromeos/` can have access to both main and dogfood flag values. Bug: b:295440693 Change-Id: Ieeb353e7b013ce07ff8e9d224c074279b2b270fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4870980 Commit-Queue: Chuong Ho <hdchuong@google.com> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/main@{#1200777}
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.