[roll] Roll fuchsia [clipboard] Integrate WatchServer into clipboard service (4/4)

- Implements a `WatchServer` helper that handles `Reader.Watch`
  requests received by the clipboard service, following the hanging-get
  pattern.
- Adds a new `Watch` event to the clipboard service's Inspect schema.
- Adds unit and integration tests.

TESTING:
fx set core.x64 --with //src/ui/bin/clipboard
...
fx test //src/ui/bin/clipboard

Original-Bug: 110935
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734703
Original-Revision: 7e9e3f3b0f3b6493c1582a6b6643a4ec3e7a2268
GitOrigin-RevId: cefcd1784935ed91f9037f94a8c6fc46ca58b964
Change-Id: Ibee5669fc45d898edafb0a3a6e9b4bfccf341fde
1 file changed
tree: 32661e739ead9c090e011abe206facd65b294f23
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.