[roll] Roll fuchsia [scenic][ui-input] Remove InputSystem dependency on gfx for focus

Passes in a closure for moving focus to InputSystem instead of directly
accessing the scene graph. Later this closure will connect to the
FocusManager.

Required duplicating some code from src/ui/scenic/bin/app.cc to
src/ui/scenic/lib/input/tests/util.cc. This will go away later when
I split out proper integrationtests from the unit tests
(fxbug.dev/72919)

Original-Bug: 74375, 68218
Test: fx test input_unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514947
Original-Revision: f6ba3b898dd307e1e69d3ee4ed375b0ad3ef69a3
GitOrigin-RevId: 85fffe00b64eb78f708a86605be9337f97604304
Change-Id: If257528caa7d4fc9b0eb942cfe1eb6579c0c5e5f
1 file changed
tree: f3be3f7e0a40760d0390fd629fdb6b7a36aef533
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.