[roll] Roll fuchsia [display][testing][ui] Move ui/lib/display to the display tree.

This CL moves the code with minimal changes. This is intended to help
git preserve history, and to facilitate review. Future CLs will update
dependencies' references, and will eventually remove the stub BUILD.gn
and headers in //src/ui/lib/display.

The minimal changes include settling on the exposed API, which consists of
the names for the exposed header files, classes and methods. This avoids
more churn in dependencies.

Original-Bug: 122937, 127211
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/857776
Original-Revision: 5b60952d312a862026cf1cf0bdbc731a9e420f52
GitOrigin-RevId: b651556952857eedd0a0c283baae500648f5e962
Change-Id: I79b09296915e1a5ba5b568a571c0fe7a4061da0f
1 file changed
tree: ce1cd1b251aedc4a80cbe3fd02a11b18b083e406
  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.