change readme `use_goma` to `false`
Pdfium readme and build instructions cater to those outside Google.
In fact, this is the only setting/recommendation which is not compatible
with developers outside of Google. Futhermore, the resulting compilation
errors are not immediately traceable to this config setting.
Change-Id: Ic772c127f97a02c8c289674419993830fd6dbf8a
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/107350
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/AUTHORS b/AUTHORS
index 0623324..03f79e5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@
GiWan Go <gogil@stealien.com>
Huy Ngo <huyna89@gmail.com>
Jiang Jiang <jiangj@opera.com>
+Justin Pierce <brkfstmnchr@gmail.com>
Ke Liu <stackexploit@gmail.com>
Luật Nguyễn <manhluat93.php@gmail.com>
Manuel Geißer <geisserml@gmail.com>
diff --git a/README.md b/README.md
index cf09278..d867e4c 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@
A typical `<directory>` name is `out/Debug`.
```
-use_goma = true # Googlers only. Make sure goma is installed and running first.
+use_goma = false # Googlers only. Ensure goma is installed and running first.
is_debug = true # Enable debugging features.
# Set true to enable experimental Skia backend.