summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS12
-rw-r--r--README.md4
2 files changed, 3 insertions, 13 deletions
diff --git a/DEPS b/DEPS
index 3f7a165ee0..37c9ac552c 100644
--- a/DEPS
+++ b/DEPS
@@ -127,18 +127,6 @@ hooks = [
'-s', 'pdfium/buildtools/linux64/gn.sha1',
],
},
- {
- # Downloads the current stable linux sysroot to build/linux/ if needed.
- # This sysroot updates at about the same rate that the chrome build deps
- # change. This script is a no-op except for linux users who are doing
- # official chrome builds or cross compiling.
- 'name': 'sysroot',
- 'pattern': '.',
- 'action': ['python',
- 'pdfium/build/linux/sysroot_scripts/install-sysroot.py',
- '--running-as-hook'
- ],
- },
# Pull clang-format binaries using checked-in hashes.
{
'name': 'clang_format_win',
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