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:
@ -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
|
||||
|
Reference in New Issue
Block a user