[roll] Roll fuchsia [display][coordinator] Introduce client priority concept.

This CL introduces a ClientPriority concept that aims to generalize over
the idea of primary / virtcon clients. The CL replaces `is_vc` /
`is_virtcon` state with ClientPriority instances, and cleans up naming.

In order to keep the review / change scope manageable, this CL does not
apply the concept to reduce duplicated logic. For example, primary_ /
virtcon_ state still exists, instead of being replaced with a map keyed
on ClientPriority.

Test: fx test display-coordintor-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/880106
Original-Revision: f3926c99d9969c82174c141257e8237b5345045c
GitOrigin-RevId: 73a9b75386daabd478357f09974a3b68b93bec2b
Change-Id: Ibbf669cdac966a16d8e6cba1d43c82f79cf9385a
1 file changed
tree: e507e907110c61400eef24f3a6cf074be760017a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.