diff options
author | npm <npm@chromium.org> | 2016-08-31 07:53:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-31 07:53:09 -0700 |
commit | 21ce1a68bb9f80bfbd4f295fd3b7181e56502fdc (patch) | |
tree | 8f1b750f3544e4cefe4bdc07b1a3036fee94eef0 | |
parent | 956553e715787cfc4dd8423d5e9a04a0131878c3 (diff) | |
download | pdfium-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
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) ``` |