diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-10-22 14:58:54 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-10-22 14:58:54 -0400 |
commit | bc6c6723c37772b02de9e6e43fa0fd9439874905 (patch) | |
tree | 811c283b321ab80356b122ee855e1a8c602e67e2 /pdfium.gni | |
parent | 2bc980424d23d83e0d4b57b248789232709e07b8 (diff) | |
download | pdfium-bc6c6723c37772b02de9e6e43fa0fd9439874905.tar.xz |
XFA: Sync build and documentation differences with master.
This Cl syncs the AUTHORS, and README.md and build scripts in XFA to match master where possible.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1415423002 .
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfium.gni b/pdfium.gni index afb1d7b217..7f08c71086 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -18,4 +18,3 @@ declare_args() { # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = false } - |