0

docs: use quotes on goma_dir

Without quotes gn args fails with:
ERROR at build arg file (use "gn args <out_dir>" to edit):5:12: Invalid token.
goma_dir = /path/to/goma-client
           ^
I have no idea what this is.

Change-Id: I1cfe58a07fe8c4272aca89e1dee10584c7645635
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101394
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Reviewed-by: Fumitoshi Ukai <ukai@chromium.org>
Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750006}
This commit is contained in:
Johann
2020-03-13 02:55:31 +00:00
committed by Commit Bot
parent 00d7bc2725
commit 6a00521e3a

@ -150,7 +150,7 @@ Once you've allowed to use `Goma` service and installed the client,
```
use_goma=true
goma_dir=/path/to/goma-client
goma_dir="/path/to/goma-client"
```
#### Disable NaCl