summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2015-11-03 13:12:46 -0800
committerOliver Chang <ochang@chromium.org>2015-11-03 13:12:46 -0800
commit14591ce728525ab065d71a8598f9b201d0395db8 (patch)
treebbad6033550cbc358674f0dfb1519599e4e143fa /README.md
parente6590c98c3e1bbbfa375316bce1f10d36ab6b5a2 (diff)
downloadpdfium-14591ce728525ab065d71a8598f9b201d0395db8.tar.xz
Merge to XFA: Add support for building with goma.
TBR=thestig@chromium.org clean merge. Review URL: https://codereview.chromium.org/1428093004 . (cherry picked from commit e35b445bee90390ea09f334cbff4a6220537bbda) Review URL: https://codereview.chromium.org/1418453007 .
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67d84485ff..39f53e2c1f 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,16 @@ on Linux, sln files on Windows, and xcodeproj files on Mac. To do so, set the
GYP\_GENERATORS environment variable appropriately (e.g. "make", "msvs", or
"xcode") before running the above command.
+### Using goma (Googlers only)
+
+If you would like to build using goma, pass `use_goma=1` to `gyp_pdfium`. If
+you installed goma in a non-standard location, you will also need to set
+`gomadir`. e.g.
+
+```
+build/gyp_pdfium -D use_goma=1 -D gomadir=path/to/goma
+```
+
## Building the code
If you used Ninja, you can build the sample program by: `ninja -C out/Debug