summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-31 07:53:08 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-31 07:53:09 -0700
commit21ce1a68bb9f80bfbd4f295fd3b7181e56502fdc (patch)
tree8f1b750f3544e4cefe4bdc07b1a3036fee94eef0 /README.md
parent956553e715787cfc4dd8423d5e9a04a0131878c3 (diff)
downloadpdfium-21ce1a68bb9f80bfbd4f295fd3b7181e56502fdc.tar.xz
Update gn args in README so it includes is_component_build
Added is_component_build = false and brief explanation Review-Url: https://codereview.chromium.org/2301543002
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 003f3c1325..798b091741 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,7 @@ pdf_use_skia = false # Set true to enable experimental skia backend.
pdf_enable_xfa = true # Set false to remove XFA support (implies JS support).
pdf_enable_v8 = true # Set false to remove Javascript support.
pdf_is_standalone = true # Set for a non-embedded build.
+is_component_build = false # Disable component build (must be false)
```