blob: 30c6978de880ad77e21a2c69af17fc6718bcc3a8 [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
5import("//build/config/jumbo.gni")
6import("../pdfium.gni")
7
8jumbo_source_set("constants") {
9 sources = [
Lei Zhanga5c1daf2019-01-31 21:56:47 +000010 "annotation_common.h",
Lei Zhang85549b42019-02-02 00:40:19 +000011 "annotation_flags.h",
Lei Zhang865ffb12019-02-26 20:18:19 +000012 "form_fields.h",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000013 "form_flags.h",
14 "page_object.h",
15 "stream_dict_common.h",
16 "transparency.h",
Lei Zhang76833a62018-10-12 18:53:17 +000017 ]
18}