1# 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("../pdfium.gni") 6 7source_set("constants") { 8 sources = [ 9 "annotation_common.h", 10 "annotation_flags.h", 11 "form_fields.h", 12 "form_flags.h", 13 "page_object.h", 14 "stream_dict_common.h", 15 "transparency.h", 16 ] 17} 18