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