1# Copyright 2018 The PDFium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import("../pdfium.gni") 6 7source_set("constants") { 8 sources = [ 9 "access_permissions.h", 10 "annotation_common.cpp", 11 "annotation_common.h", 12 "annotation_flags.h", 13 "appearance.cpp", 14 "appearance.h", 15 "ascii.h", 16 "font_encodings.cpp", 17 "font_encodings.h", 18 "form_fields.cpp", 19 "form_fields.h", 20 "form_flags.h", 21 "page_object.cpp", 22 "page_object.h", 23 "stream_dict_common.cpp", 24 "stream_dict_common.h", 25 "transparency.cpp", 26 "transparency.h", 27 ] 28 configs += [ 29 "../:pdfium_strict_config", 30 "../:pdfium_noshorten_config", 31 ] 32} 33