From 2faae40e8e63208666c5a401955fe9f85e58a5de Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Tue, 30 Jul 2019 20:23:07 -0400 Subject: [PATCH] Fuchsia: Update docs to mention target_os in .gclient Change-Id: I1f26373413d7f427cc7081a1221e5d7238b5fd97 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1726696 Reviewed-by: Francois Rousseau Commit-Queue: Scott Graham --- doc/developing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/developing.md b/doc/developing.md index af557a53..f4a95e13 100644 --- a/doc/developing.md +++ b/doc/developing.md @@ -106,6 +106,18 @@ GN and Ninja are part of the [depot_tools](https://www.chromium.org/developers/how-tos/depottools). There’s no need to install them separately. +#### Fuchsia + +In order to instruct gclient to download the Fuchsia SDK, you need to add the +following to `~/crashpad/.gclient`. + +``` +target_os=["fuchsia"] +``` + +If you're using this tree to develop for multiple targets, you can also add +other entries to the the list (e.g. `target_os=["fuchsia", "mac"]`). + #### Optional Linux Configs To pull and use Crashpad's version of clang and sysroot, make the following