commit | bc2b59e3f6fe000d1e9045c6383ca080d1b3b7e1 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Fri Jan 31 03:27:44 2020 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Fri Jan 31 03:27:44 2020 +0000 |
tree | ec0b470f1faaf07425f066f07bf5ca072150f4a4 | |
parent | b70e3548456c3719e6c5a7d4d729b8b7bf0973f0 [diff] [blame] |
Move permission constants to constants/access_permissions.h. Move them out of core/fpdfapi/parser/cpdf_document.h, remove "FPDF" from their names, and make them real constants. Change-Id: Ib93027dd1321be76b23a277fcc6a91a387099074 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/65620 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/constants/BUILD.gn b/constants/BUILD.gn index 4c10fed..4489b66 100644 --- a/constants/BUILD.gn +++ b/constants/BUILD.gn
@@ -6,6 +6,7 @@ source_set("constants") { sources = [ + "access_permissions.h", "annotation_common.h", "annotation_flags.h", "form_fields.h",