diff options
author | Lei Zhang <thestig@chromium.org> | 2017-12-19 18:06:35 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-19 18:06:35 +0000 |
commit | 360edebb1889e16d5084f2a3081ffdcfc0f60efa (patch) | |
tree | 9c6c5495f1f99507306b1b2dbed4fa4d0d2b086d /pdfium.gni | |
parent | d84b42c71a8122b7cd144474fd6d6aaa787f54e1 (diff) | |
download | pdfium-360edebb1889e16d5084f2a3081ffdcfc0f60efa.tar.xz |
Fix some nits in build configs.
Mostly to sort build rules.
Change-Id: I2ee4d24089f9e51b0a61b1f30b424f5f7aab7d0a
Reviewed-on: https://pdfium-review.googlesource.com/21730
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdfium.gni b/pdfium.gni index f05623af77..e48750e5f0 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -33,11 +33,11 @@ declare_args() { # If XFA, also support png codec. Ignored if not XFA. pdf_enable_xfa_tiff = true - # Build PDFium against skia (experimental) rather than agg. Use Skia to draw + # Build PDFium against Skia (experimental) rather than AGG. Use Skia to draw # everything. pdf_use_skia = pdf_use_skia_override - # Build PDFium against skia (experimental) rather than agg. Use Skia to draw + # Build PDFium against Skia (experimental) rather than AGG. Use Skia to draw # paths. pdf_use_skia_paths = pdf_use_skia_paths_override |