summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweili <weili@chromium.org>2016-06-21 12:23:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-21 12:23:22 -0700
commitbb8b63d6b762393e6e7460351375d596bdabef0c (patch)
tree05fd12474ffc0e5db32687fa1a7791ce31901db3
parent6028b3ca5ba537fb1d61b86b424804390276b6f5 (diff)
downloadpdfium-bb8b63d6b762393e6e7460351375d596bdabef0c.tar.xz
Update the documentation: no longer needs to set clang_use_chrome_plugins
PDFium can be compiled with clang_use_chrome_plugins=true, which is the default setting. So we no longer need to set the variable. BUG=pdfium:469 Review-Url: https://codereview.chromium.org/2085803003
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbbed5be62..003f3c1325 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,6 @@ 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.
-clang_use_chrome_plugins = false # Currently must be false.
```
Note, you must set `pdf_is_standalone = true` if you want the sample