From 543651f9d8d8cb9ec45dce5fe3d06c2e6013de7d Mon Sep 17 00:00:00 2001 From: thestig Date: Thu, 1 Sep 2016 07:11:45 -0700 Subject: Do not download Linux sysroots. Review-Url: https://codereview.chromium.org/1922773002 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 798b091741..25765559e2 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,13 @@ is_debug = true # Enable debugging features. 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_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) +clang_use_chrome_plugins = false # Currently must be false. +use_sysroot = false # Currently must be false on Linux. ``` Note, you must set `pdf_is_standalone = true` if you want the sample -- cgit v1.2.3