Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: README.md

Issue 1922773002: Do not download Linux sysroots. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 798b0917415041c8866c38145599b485ee4d6d4f..25765559e2fe0c520f206f82d471c83361ed62cc 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698