blob: d6cd04a940aae8d10b7ac0fcad3419aa15f1e44f [file] [log] [blame]
Lei Zhang76833a62018-10-12 18:53:17 +00001# Copyright 2018 The PDFium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Lei Zhang76833a62018-10-12 18:53:17 +00005import("../pdfium.gni")
6
Daniel Hosseinian0fab9e62019-11-01 19:31:49 +00007source_set("constants") {
Lei Zhang76833a62018-10-12 18:53:17 +00008 sources = [
Lei Zhangbc2b59e2020-01-31 03:27:44 +00009 "access_permissions.h",
Lei Zhangef235032021-06-08 08:23:28 +000010 "annotation_common.cpp",
Lei Zhanga5c1daf2019-01-31 21:56:47 +000011 "annotation_common.h",
Lei Zhang85549b42019-02-02 00:40:19 +000012 "annotation_flags.h",
Lei Zhang81e46b32021-06-08 08:29:18 +000013 "appearance.cpp",
14 "appearance.h",
Tom Sepez1926efa2021-08-05 21:22:59 +000015 "ascii.h",
Lei Zhangef235032021-06-08 08:23:28 +000016 "form_fields.cpp",
Lei Zhang865ffb12019-02-26 20:18:19 +000017 "form_fields.h",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000018 "form_flags.h",
Lei Zhangef235032021-06-08 08:23:28 +000019 "page_object.cpp",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000020 "page_object.h",
Lei Zhangef235032021-06-08 08:23:28 +000021 "stream_dict_common.cpp",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000022 "stream_dict_common.h",
Lei Zhangef235032021-06-08 08:23:28 +000023 "transparency.cpp",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000024 "transparency.h",
Lei Zhang76833a62018-10-12 18:53:17 +000025 ]
Lei Zhangcfc98482021-06-08 19:04:14 +000026
27 configs += [ "../:pdfium_strict_config" ]
Lei Zhang76833a62018-10-12 18:53:17 +000028}