0
Files
src/docs/fuchsia
Bruce Dawson c2661721c9 Rename Intel to x86-64 to avoid confusion
Much of our documentation on how to build Chromium/etc. says that an
"Intel" machine is needed. This has never been true. What is needed is
an x86-64 machine - it could be Intel, AMD, or a custom processor
with transistors created using very small tweezers.

This change simply replaces [64-bit] Intel with x86-64 in seven places
in our documentation.

Change-Id: If1d1ef045b4de85d8f12e1c2051c332ac2890624
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5627158
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1314189}
2024-06-12 19:44:29 +00:00
..

Fuchsia

Documentation for developing Chromium for the Fuchsia platform.

[TOC]

Contact information

Bugs

Fuchsia-specific issues should have Component Fuchsia and OS Fuchsia.

To report a new issue, use this template.

Chromium development for Fuchsia

See Checking out and building on Fuchsia for Fuchsia-specific build instructions.

Deploying and running Fuchsia code.

Fuchsia binaries are deployed and executed via scripts that are automatically generated by the fuchsia_package_installer() or fuchsia_run_script_with_packages() GN templates.

For information on running tests, see Tests.

Debugging

See Debugging

Tests

Fuchsia WebEngine and Runners

See Fuchsia WebEngine and Runners.

Resources for developers working on Chromium for Fuchsia