From bb8b63d6b762393e6e7460351375d596bdabef0c Mon Sep 17 00:00:00 2001 From: weili Date: Tue, 21 Jun 2016 12:23:22 -0700 Subject: 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 --- README.md | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3