commit | 856e94bb844360b9ac1c57627e4042794090afb8 | [log] [tgz] |
---|---|---|
author | Ken Rockot <rockot@google.com> | Mon Jul 29 23:16:36 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 29 23:16:36 2019 |
tree | ddfc7c5ce4304030170723a20b19525c29fcb1f1 | |
parent | 3871b2aea78f664d51fcfd2cb3a013dbaa216565 [diff] |
Move filesystem and leveldb services off SM Moves the test-only filesystem and leveldb services off of Service Manager APIs. These "services" directories both contain implementation details used by other parts of the system (so they aren't dead code), but their test coverage has been implemented using Service Manager infrastructure, including (unnecessarily) out-of-process service executables. This simplifies all of that by dropping Service Manager dependencies in favor of direct mojom interface usage. Bug: 977637 Change-Id: Id9ba6b88457e943d582b9de589bd120caf3413de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725052 Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#682030}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .