[roll] Roll fuchsia [ui][testing] Add a simple GraphicalPresenter for tests

This is a simple GraphicalPresenter, which is implemented as follows:
  * Exposes itself as a root view using the ViewProvider interface.
  * Supports a single child view at a time. This child view will take up
    the entire area of the root view.
  * If more than one view is presented, any previous views will be
    closed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702529
Original-Revision: c2d5bb09f2222ba704d803665052596c1bea9be3
GitOrigin-RevId: 7721bbae108a572f96a5cf59b050db2ddd8c4350
Change-Id: I965361df63adba50fad2f70fcf6b7bf299d7b947
1 file changed
tree: f77f296dc14a349121cc8c2d3212698f52bd8736
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.