pdfium/constants/BUILD.gn
Lei Zhang fa8088d69f Add constants for ISO 32000-1:2008 spec, table 28
Create constants/catalog.h with some of the entries from the spec. Use
the constants where applicable.

Bug: 42270045
Change-Id: Id1edafe9c8defd7ca574dc8787524794379bb9c6
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/149230
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
2026-06-05 16:25:06 -07:00

27 lines
565 B
Plaintext

# Copyright 2018 The PDFium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../pdfium.gni")
source_set("constants") {
sources = [
"access_permissions.h",
"annotation_common.h",
"annotation_flags.h",
"appearance.h",
"ascii.h",
"catalog.h",
"font_encodings.h",
"form_fields.h",
"form_flags.h",
"page_object.h",
"stream_dict_common.h",
"transparency.h",
]
configs += [
"../:pdfium_strict_config",
"../:pdfium_noshorten_config",
]
}