diff options
author | Lei Zhang <thestig@chromium.org> | 2017-04-15 21:30:32 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-17 19:14:58 +0000 |
commit | 65a2192443ec9a111012fb02693ceaa513c0035f (patch) | |
tree | 38da8f76f8de9a3fd652176e6e2265bfe9843c74 /docs/getting-started.md | |
parent | 16b9d77ceb55e102260bc44cf1c8f519d11d6769 (diff) | |
download | pdfium-65a2192443ec9a111012fb02693ceaa513c0035f.tar.xz |
Remove more references to GYP.
BUG=pdfium:559,pdfium:695
Change-Id: I534d8b78ae39946e9b423f29ec3884794b3083fc
Reviewed-on: https://pdfium-review.googlesource.com/4256
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'docs/getting-started.md')
-rw-r--r-- | docs/getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 8d218e2e4b..8d46a74082 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,8 +12,8 @@ You will need the PDFium library on your computer. You can see the *** note You must compile PDFium without both V8 and XFA support for the examples -here to work. V8 can be compiled out by providing -`GYP_DEFINES="pdf_enable_v8=0 pdf_enable_xfa=0" build/gyp_pdfium`. +here to work. V8 can be disabled by setting `pdf_enable_v8 = false` in the +GN args. See the [V8 Getting Started][pdfium-v8] guide for how to initialize PDFium when V8 is compiled into the binary. |