mirror of
https://pdfium.googlesource.com/pdfium
synced 2026-08-02 05:04:39 +08:00
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>
27 lines
565 B
Plaintext
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",
|
|
]
|
|
}
|