[ledger] drop NoNetworkService

This was a hack to run a few apptests with sync enabled but without
hitting the network. These tests now use fake cloud provider, so we
don't need the hack anymore.

LE-336 #comment [ledger] drop NoNetworkService

Change-Id: If9a6fb4f7246ae4848f449e0db598b2aae629a25
4 files changed
tree: 4508525e95a6e262ae273def3e00a572a43a5bc6
  1. bin/
  2. build/
  3. docs/
  4. examples/
  5. infra/
  6. ledger_legacy/
  7. lib/
  8. manifest/
  9. maxwell_legacy/
  10. packages/
  11. public/
  12. tests/
  13. web/
  14. .clang-format
  15. .clang-tidy
  16. .gitignore
  17. AUTHORS
  18. BUILD.gn
  19. CONTRIBUTING.md
  20. LICENSE
  21. navbar.md
  22. PATENTS
  23. README.md
README.md

Peridot

Peridot is a framework for composed, intelligent and distributed user experiences.

Applications not explicitly designed to interoperate (and possibly implemented in different programming languages) are ephemerally downloaded and dynamically composed to run in a shared context. The framework manages application lifecycle, resources and view hierarchy; and well as context and suggestion infrastructure.

State of Peridot experiences is transparently synchronized across user devices using a distributed offline-first storage system.

Read more

  • bin - implementation of Peridot components
  • docs
  • examples - examples of applications that use Peridot components
  • public - public FIDL APIs of Peridot components