commit | d06a77bc385983771e128dc157c9524315053fb3 | [log] [tgz] |
---|---|---|
author | Chung-Sheng Wu <chungsheng@google.com> | Thu Dec 23 07:04:52 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 23 07:04:52 2021 |
tree | f5666534b250efbad8b39763c090b5a1fae21f98 | |
parent | 16dc16f9ec67841801d4fc4f457a829c8eca4b75 [diff] |
cros_healthd: Clean up chromeos/dbus/cros_healthd Clean up some mojo dependencies from chromeos/dbus/cros_healthd. With this, we don't need to add the interface into the dep of dbus folder. * Move cros_healthd to chromeos/service/cros_healthd. * Remove the dependency to fake client from the real client so we won't build it in production. * Return a mojo::ScopedMessagePipeHandle instead of a mojo::Remote. BUG=b:210565604, chromium:952745 TEST=CQ Change-Id: I69713311231a3190f4fa4f729e1a6161bf1d3d30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3341353 Reviewed-by: Brian White <bcwhite@chromium.org> Reviewed-by: Tyler Garrett <tylergarrett@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by: Oleh Lamzin <lamzin@google.com> Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by: Pavol Marko <pmarko@chromium.org> Commit-Queue: Chung-Sheng Wu <chungsheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#953765}
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.