commit | 1ab25beac86a9e4978481c0772432403117075a4 | [log] [tgz] |
---|---|---|
author | Hunter Freyer <hjfreyer@google.com> | Thu Oct 06 17:41:28 2022 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 06 17:41:28 2022 +0000 |
tree | 5e87fcb09c8ca9fbc4827cbefa37f7eacfadc61d | |
parent | 56f04188789357c1676790686e2fbc8655b42cd4 [diff] |
[gazelle] Add chrome to the session. To allow launching Chrome with `ffx session add`, this also introduces a new component to route `element.Manager/ProposeElement` requests to the correct destination. Change-Id: I9a9ea29949ac63107ce982bfe04febd6824140cc Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/728362 Reviewed-by: Sanjay Chouksey <sanjayc@google.com> Commit-Queue: Hunter Freyer <hjfreyer@google.com>
This is a companion repository to Fuchsia and contains code that either implements or supports user facing code for the Fuchsia platform. The code provides a majority of the user interface for the Workstation product as well as a small set of examples, tests, and benchmarks.
This repository is a “source petal” included in the Fuchsia Platform Source Tree (FPST) checkout. Code in this repository must be built with Fuchsia in order to be functional, see the guide for instructions on getting the source.
Hardware support should be considered experimental. However, NUC's and Pixelbooks are known to work best. For details on hardware setup see: Install Fuchsia on a Device
Once you have functional checkout you can configure a build targeting Workstation:
fx set workstation.<board> # For options run: `fx list-boards` fx build
See Fuchsia's build and pave instructions for detailed instructions.
Once built, standard Fuchsia workflows for paving, running code, and testing apply. See: fx workflows for detailed instructions.