blob: a03102aa7a5c53135a4b11cf639492d504233314 [file] [log] [blame]
Tom Sepezb5451592016-02-22 16:48:02 -08001# Copyright 2016 The Chromium Authors. All rights reserved.
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -07002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Jochen Eisinger7ed503d2015-12-10 14:38:06 +01005import("//build_overrides/v8.gni")
Tom Sepeza32f7602015-01-15 09:34:34 -08006import("//testing/test.gni")
dsinclair038bf0b2016-04-30 06:00:05 -07007import("pdfium.gni")
John Abd-El-Malekef4dce42015-02-02 16:52:07 -08008
weili0abe6522016-06-06 14:41:22 -07009config("pdfium_common_config") {
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070010 cflags = []
Oliver Changcec3f682015-11-05 16:00:40 -080011 include_dirs = [
Lei Zhang8241df72015-11-06 14:38:48 -080012 ".",
Oliver Changcec3f682015-11-05 16:00:40 -080013 "third_party/freetype/include",
14 "third_party/freetype/include/freetype",
15 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070016 defines = [
John Abd-El-Malekef4dce42015-02-02 16:52:07 -080017 "OPJ_STATIC",
John Abd-El-Malek385729b2015-02-06 15:51:11 -080018 "PNG_PREFIX",
John Abd-El-Malek385729b2015-02-06 15:51:11 -080019 "PNG_USE_READ_MACROS",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070020 ]
21
22 if (pdf_use_skia) {
23 defines += [ "_SKIA_SUPPORT_" ]
24 }
25
Tom Sepez452b4f32015-10-13 09:27:27 -070026 if (pdf_enable_v8) {
27 defines += [ "PDF_ENABLE_V8" ]
28 }
29
Tom Sepeza8a39e22015-10-12 15:47:07 -070030 if (pdf_enable_xfa) {
31 defines += [ "PDF_ENABLE_XFA" ]
32 }
thestig3e454bf2016-07-29 16:29:04 -070033
34 if (pdf_use_win32_gdi) {
35 defines += [ "PDFIUM_PRINT_TEXT_WITH_GDI" ]
36 }
weili0abe6522016-06-06 14:41:22 -070037}
Tom Sepeza8a39e22015-10-12 15:47:07 -070038
weili0abe6522016-06-06 14:41:22 -070039config("pdfium_core_config") {
40 cflags = []
dsinclair8bd9ce02016-06-09 13:24:34 -070041 configs = [ ":pdfium_common_config" ]
42 defines = [ "V8_DEPRECATION_WARNINGS" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070043 if (is_linux) {
Tom Sepez25d5be62015-06-18 17:44:29 -070044 if (current_cpu == "x64") {
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070045 defines += [ "_FX_CPU_=_FX_X64_" ]
46 cflags += [ "-fPIC" ]
Tom Sepez25d5be62015-06-18 17:44:29 -070047 } else if (current_cpu == "x86") {
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070048 defines += [ "_FX_CPU_=_FX_X86_" ]
49 }
50 }
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070051 if (is_win) {
dsinclair5d9da0c2016-04-21 13:12:06 -070052 cflags += [ "/wd4267" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070053 }
weilidcc29b12016-05-27 17:58:23 -070054}
Lei Zhang476ac132015-11-05 20:07:27 -080055
weilidcc29b12016-05-27 17:58:23 -070056config("xfa_warnings") {
57 visibility = [ ":*" ]
Tom Sepez34209092016-03-18 09:00:33 -070058 if (is_posix && !is_clang) { # When GCC.
weilidcc29b12016-05-27 17:58:23 -070059 cflags = [ "-Wno-strict-overflow" ]
Tom Sepez34209092016-03-18 09:00:33 -070060 }
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070061}
62
63static_library("pdfium") {
64 sources = [
dsinclairb9590102016-04-27 06:38:59 -070065 "fpdfsdk/cfx_systemhandler.cpp",
66 "fpdfsdk/cfx_systemhandler.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -040067 "fpdfsdk/fpdf_dataavail.cpp",
68 "fpdfsdk/fpdf_ext.cpp",
69 "fpdfsdk/fpdf_flatten.cpp",
70 "fpdfsdk/fpdf_progressive.cpp",
71 "fpdfsdk/fpdf_searchex.cpp",
72 "fpdfsdk/fpdf_sysfontinfo.cpp",
73 "fpdfsdk/fpdf_transformpage.cpp",
74 "fpdfsdk/fpdfdoc.cpp",
75 "fpdfsdk/fpdfeditimg.cpp",
76 "fpdfsdk/fpdfeditpage.cpp",
77 "fpdfsdk/fpdfformfill.cpp",
78 "fpdfsdk/fpdfppo.cpp",
79 "fpdfsdk/fpdfsave.cpp",
80 "fpdfsdk/fpdftext.cpp",
81 "fpdfsdk/fpdfview.cpp",
82 "fpdfsdk/fsdk_actionhandler.cpp",
83 "fpdfsdk/fsdk_annothandler.cpp",
84 "fpdfsdk/fsdk_baseannot.cpp",
85 "fpdfsdk/fsdk_baseform.cpp",
86 "fpdfsdk/fsdk_mgr.cpp",
weili9f515bc2016-07-24 08:08:24 -070087 "fpdfsdk/fsdk_pauseadapter.cpp",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -070088 "fpdfsdk/include/fsdk_actionhandler.h",
89 "fpdfsdk/include/fsdk_annothandler.h",
90 "fpdfsdk/include/fsdk_baseannot.h",
91 "fpdfsdk/include/fsdk_baseform.h",
weili9f515bc2016-07-24 08:08:24 -070092 "fpdfsdk/include/fsdk_pauseadapter.h",
Tom Sepez1ed8a212015-05-11 15:25:39 -070093 "public/fpdf_dataavail.h",
94 "public/fpdf_doc.h",
95 "public/fpdf_edit.h",
96 "public/fpdf_ext.h",
97 "public/fpdf_flatten.h",
98 "public/fpdf_formfill.h",
99 "public/fpdf_fwlevent.h",
100 "public/fpdf_ppo.h",
101 "public/fpdf_progressive.h",
102 "public/fpdf_save.h",
103 "public/fpdf_searchex.h",
104 "public/fpdf_sysfontinfo.h",
105 "public/fpdf_text.h",
106 "public/fpdf_transformpage.h",
107 "public/fpdfview.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700108 ]
109
110 libs = []
weili0abe6522016-06-06 14:41:22 -0700111 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700112
113 deps = [
114 ":fdrm",
115 ":formfiller",
116 ":fpdfapi",
117 ":fpdfdoc",
118 ":fpdftext",
119 ":fxcodec",
120 ":fxcrt",
121 ":fxedit",
122 ":fxge",
123 ":javascript",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700124 ":pdfwindow",
Dan Sinclairfffc9632016-03-08 08:57:05 -0500125 "third_party:bigint",
126 "third_party:pdfium_base",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700127 ]
128
Tom Sepeza8a39e22015-10-12 15:47:07 -0700129 if (pdf_enable_xfa) {
Tom Sepezb5451592016-02-22 16:48:02 -0800130 deps += [ ":fpdfxfa" ]
Tom Sepeza8a39e22015-10-12 15:47:07 -0700131 }
132
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700133 if (is_win) {
Dan Sinclairbc6c6722015-10-22 14:58:54 -0400134 libs += [
135 "advapi32.lib",
136 "gdi32.lib",
137 "user32.lib",
138 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700139 }
140
141 if (is_mac) {
Dan Sinclairbc6c6722015-10-22 14:58:54 -0400142 libs += [
143 "AppKit.framework",
144 "CoreFoundation.framework",
145 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700146 }
John Abd-El-Malekef4dce42015-02-02 16:52:07 -0800147
Tom Sepez0dfd0302015-10-12 15:38:22 -0700148 if (pdfium_bundle_freetype) {
149 deps += [ "third_party:fx_freetype" ]
John Abd-El-Malekef4dce42015-02-02 16:52:07 -0800150 } else {
151 libs += [ "freetype" ]
152 }
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700153}
154
brettwe283e472016-07-21 09:38:22 -0700155static_library("test_support") {
Tom Sepezd831dc72015-10-19 16:04:22 -0700156 testonly = true
157 sources = [
158 "testing/fx_string_testhelpers.cpp",
159 "testing/fx_string_testhelpers.h",
160 "testing/test_support.cpp",
161 "testing/test_support.h",
Oliver Changd46f1c82015-11-12 22:03:10 -0800162 "testing/utils/path_service.cpp",
Tom Sepezd831dc72015-10-19 16:04:22 -0700163 ]
164 deps = [
Dan Sinclairfffc9632016-03-08 08:57:05 -0500165 ":pdfium",
Tom Sepezd831dc72015-10-19 16:04:22 -0700166 "//testing/gmock",
167 "//testing/gtest",
Tom Sepezd831dc72015-10-19 16:04:22 -0700168 ]
Lei Zhang8241df72015-11-06 14:38:48 -0800169 include_dirs = []
Tom Sepezd831dc72015-10-19 16:04:22 -0700170 if (pdf_enable_v8) {
171 deps += [
172 "//v8",
173 "//v8:v8_libplatform",
174 ]
175 include_dirs += [
176 "//v8",
177 "//v8/include",
178 ]
Jochen Eisinger7ed503d2015-12-10 14:38:06 +0100179 configs += [ "//v8:external_startup_data" ]
Tom Sepezd831dc72015-10-19 16:04:22 -0700180 }
weili0abe6522016-06-06 14:41:22 -0700181 configs += [ ":pdfium_core_config" ]
Tom Sepezd831dc72015-10-19 16:04:22 -0700182}
183
184# Targets below this are only visible within this file (and to the
185# top-level gn_visibility target used to help gn_all build everything).
186visibility = [
187 ":*",
188 "//:gn_visibility",
189]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700190
191static_library("fdrm") {
192 sources = [
Dan Sinclair764ec512016-03-14 13:35:12 -0400193 "core/fdrm/crypto/fx_crypt.cpp",
194 "core/fdrm/crypto/fx_crypt_aes.cpp",
195 "core/fdrm/crypto/fx_crypt_sha.cpp",
Dan Sinclair13ee55a2016-03-14 15:56:00 -0400196 "core/fdrm/crypto/include/fx_crypt.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700197 ]
weili0abe6522016-06-06 14:41:22 -0700198 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700199}
200
201static_library("fpdfdoc") {
202 sources = [
dsinclair448c4332016-08-02 12:07:35 -0700203 "core/fpdfdoc/cline.cpp",
204 "core/fpdfdoc/cline.h",
weilif4bb5802016-06-14 17:21:14 -0700205 "core/fpdfdoc/clines.cpp",
206 "core/fpdfdoc/clines.h",
dsinclair02e6f592016-08-02 11:25:48 -0700207 "core/fpdfdoc/cpdf_aaction.cpp",
208 "core/fpdfdoc/cpdf_action.cpp",
209 "core/fpdfdoc/cpdf_actionfields.cpp",
jaepark3b6c7e92016-07-20 14:18:04 -0700210 "core/fpdfdoc/cpdf_annot.cpp",
jaepark3b6c7e92016-07-20 14:18:04 -0700211 "core/fpdfdoc/cpdf_annotlist.cpp",
dsinclair27053d82016-08-02 15:43:46 -0700212 "core/fpdfdoc/cpdf_apsettings.cpp",
dsinclaircac704d2016-07-28 12:59:09 -0700213 "core/fpdfdoc/cpdf_apsettings.h",
dsinclair02e6f592016-08-02 11:25:48 -0700214 "core/fpdfdoc/cpdf_bookmark.cpp",
215 "core/fpdfdoc/cpdf_bookmarktree.cpp",
dsinclair27053d82016-08-02 15:43:46 -0700216 "core/fpdfdoc/cpdf_defaultappearance.cpp",
dsinclair448c4332016-08-02 12:07:35 -0700217 "core/fpdfdoc/cpdf_dest.cpp",
dsinclair02e6f592016-08-02 11:25:48 -0700218 "core/fpdfdoc/cpdf_docjsactions.cpp",
dsinclair448c4332016-08-02 12:07:35 -0700219 "core/fpdfdoc/cpdf_filespec.cpp",
dsinclair27053d82016-08-02 15:43:46 -0700220 "core/fpdfdoc/cpdf_formcontrol.cpp",
221 "core/fpdfdoc/cpdf_formfield.cpp",
222 "core/fpdfdoc/cpdf_iconfit.cpp",
223 "core/fpdfdoc/cpdf_interform.cpp",
dsinclair02e6f592016-08-02 11:25:48 -0700224 "core/fpdfdoc/cpdf_link.cpp",
225 "core/fpdfdoc/cpdf_linklist.cpp",
226 "core/fpdfdoc/cpdf_metadata.cpp",
dsinclair448c4332016-08-02 12:07:35 -0700227 "core/fpdfdoc/cpdf_nametree.cpp",
dsinclair27053d82016-08-02 15:43:46 -0700228 "core/fpdfdoc/cpdf_numbertree.cpp",
229 "core/fpdfdoc/cpdf_numbertree.h",
dsinclair448c4332016-08-02 12:07:35 -0700230 "core/fpdfdoc/cpdf_occontext.cpp",
231 "core/fpdfdoc/cpdf_pagelabel.cpp",
dsinclaircac704d2016-07-28 12:59:09 -0700232 "core/fpdfdoc/cpdf_pagelabel.h",
dsinclairc7a73492016-04-05 12:01:42 -0700233 "core/fpdfdoc/cpdf_variabletext.cpp",
dsinclair02e6f592016-08-02 11:25:48 -0700234 "core/fpdfdoc/cpdf_viewerpreferences.cpp",
dsinclair448c4332016-08-02 12:07:35 -0700235 "core/fpdfdoc/cpvt_arraytemplate.h",
dsinclair777b3332016-03-31 20:03:08 -0700236 "core/fpdfdoc/cpvt_color.cpp",
237 "core/fpdfdoc/cpvt_color.h",
238 "core/fpdfdoc/cpvt_dash.h",
dsinclairc7a73492016-04-05 12:01:42 -0700239 "core/fpdfdoc/cpvt_floatrect.h",
dsinclair777b3332016-03-31 20:03:08 -0700240 "core/fpdfdoc/cpvt_fontmap.cpp",
241 "core/fpdfdoc/cpvt_fontmap.h",
242 "core/fpdfdoc/cpvt_generateap.cpp",
243 "core/fpdfdoc/cpvt_generateap.h",
dsinclairc7a73492016-04-05 12:01:42 -0700244 "core/fpdfdoc/cpvt_lineinfo.h",
weili5a6c1392016-07-11 14:43:40 -0700245 "core/fpdfdoc/cpvt_sectioninfo.cpp",
dsinclairc7a73492016-04-05 12:01:42 -0700246 "core/fpdfdoc/cpvt_sectioninfo.h",
weili5a6c1392016-07-11 14:43:40 -0700247 "core/fpdfdoc/cpvt_wordinfo.cpp",
dsinclairc7a73492016-04-05 12:01:42 -0700248 "core/fpdfdoc/cpvt_wordinfo.h",
thestig9c845c32016-05-13 11:08:41 -0700249 "core/fpdfdoc/csection.cpp",
dsinclairc7a73492016-04-05 12:01:42 -0700250 "core/fpdfdoc/csection.h",
thestig9c845c32016-05-13 11:08:41 -0700251 "core/fpdfdoc/ctypeset.cpp",
dsinclairc7a73492016-04-05 12:01:42 -0700252 "core/fpdfdoc/ctypeset.h",
dsinclaircac704d2016-07-28 12:59:09 -0700253 "core/fpdfdoc/include/cpdf_aaction.h",
254 "core/fpdfdoc/include/cpdf_action.h",
255 "core/fpdfdoc/include/cpdf_actionfields.h",
256 "core/fpdfdoc/include/cpdf_annot.h",
257 "core/fpdfdoc/include/cpdf_annotlist.h",
258 "core/fpdfdoc/include/cpdf_bookmark.h",
259 "core/fpdfdoc/include/cpdf_bookmarktree.h",
260 "core/fpdfdoc/include/cpdf_defaultappearance.h",
261 "core/fpdfdoc/include/cpdf_dest.h",
262 "core/fpdfdoc/include/cpdf_docjsactions.h",
263 "core/fpdfdoc/include/cpdf_filespec.h",
264 "core/fpdfdoc/include/cpdf_formcontrol.h",
265 "core/fpdfdoc/include/cpdf_formfield.h",
266 "core/fpdfdoc/include/cpdf_iconfit.h",
267 "core/fpdfdoc/include/cpdf_interform.h",
268 "core/fpdfdoc/include/cpdf_link.h",
269 "core/fpdfdoc/include/cpdf_linklist.h",
270 "core/fpdfdoc/include/cpdf_metadata.h",
271 "core/fpdfdoc/include/cpdf_nametree.h",
272 "core/fpdfdoc/include/cpdf_occontext.h",
dsinclairc7a73492016-04-05 12:01:42 -0700273 "core/fpdfdoc/include/cpdf_variabletext.h",
dsinclaircac704d2016-07-28 12:59:09 -0700274 "core/fpdfdoc/include/cpdf_viewerpreferences.h",
dsinclairc7a73492016-04-05 12:01:42 -0700275 "core/fpdfdoc/include/cpvt_line.h",
276 "core/fpdfdoc/include/cpvt_secprops.h",
277 "core/fpdfdoc/include/cpvt_section.h",
278 "core/fpdfdoc/include/cpvt_word.h",
279 "core/fpdfdoc/include/cpvt_wordplace.h",
280 "core/fpdfdoc/include/cpvt_wordprops.h",
281 "core/fpdfdoc/include/cpvt_wordrange.h",
dsinclaircac704d2016-07-28 12:59:09 -0700282 "core/fpdfdoc/include/ipdf_formnotify.h",
dsinclair448c4332016-08-02 12:07:35 -0700283 "core/fpdfdoc/ipdf_formnotify.cpp",
dsinclair777b3332016-03-31 20:03:08 -0700284 "core/fpdfdoc/ipvt_fontmap.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700285 ]
weili0abe6522016-06-06 14:41:22 -0700286 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700287}
288
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700289static_library("fpdfapi") {
290 sources = [
tsepezddffb572016-05-24 16:20:29 -0700291 "core/fpdfapi/cpdf_modulemgr.cpp",
weili9f515bc2016-07-24 08:08:24 -0700292 "core/fpdfapi/cpdf_pagerendercontext.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400293 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp",
294 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp",
295 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp",
296 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp",
297 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp",
298 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp",
299 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp",
300 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp",
301 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp",
302 "core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp",
303 "core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-V_5.cpp",
304 "core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp",
305 "core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp",
306 "core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp",
307 "core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp",
308 "core/fpdfapi/fpdf_cmaps/GB1/Adobe-GB1-UCS2_5.cpp",
309 "core/fpdfapi/fpdf_cmaps/GB1/GB-EUC-H_0.cpp",
310 "core/fpdfapi/fpdf_cmaps/GB1/GB-EUC-V_0.cpp",
311 "core/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-H_2.cpp",
312 "core/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-V_2.cpp",
313 "core/fpdfapi/fpdf_cmaps/GB1/GBK2K-H_5.cpp",
314 "core/fpdfapi/fpdf_cmaps/GB1/GBK2K-V_5.cpp",
315 "core/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-H_2.cpp",
316 "core/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-V_2.cpp",
317 "core/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-H_0.cpp",
318 "core/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-V_0.cpp",
319 "core/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-H_4.cpp",
320 "core/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-V_4.cpp",
321 "core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp",
322 "core/fpdfapi/fpdf_cmaps/Japan1/83pv-RKSJ-H_1.cpp",
323 "core/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-H_2.cpp",
324 "core/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-V_2.cpp",
325 "core/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-H_2.cpp",
326 "core/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-V_2.cpp",
327 "core/fpdfapi/fpdf_cmaps/Japan1/90pv-RKSJ-H_1.cpp",
328 "core/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-H_1.cpp",
329 "core/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-V_1.cpp",
330 "core/fpdfapi/fpdf_cmaps/Japan1/Adobe-Japan1-UCS2_4.cpp",
331 "core/fpdfapi/fpdf_cmaps/Japan1/EUC-H_1.cpp",
332 "core/fpdfapi/fpdf_cmaps/Japan1/EUC-V_1.cpp",
333 "core/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-H_2.cpp",
334 "core/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-V_2.cpp",
335 "core/fpdfapi/fpdf_cmaps/Japan1/H_1.cpp",
336 "core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp",
337 "core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp",
338 "core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp",
339 "core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-V_4.cpp",
340 "core/fpdfapi/fpdf_cmaps/Japan1/V_1.cpp",
341 "core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp",
342 "core/fpdfapi/fpdf_cmaps/Korea1/Adobe-Korea1-UCS2_2.cpp",
343 "core/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-H_0.cpp",
344 "core/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-V_0.cpp",
345 "core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-H_1.cpp",
346 "core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp",
347 "core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-H_1.cpp",
348 "core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp",
349 "core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp",
350 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp",
351 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp",
352 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp",
353 "core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp",
354 "core/fpdfapi/fpdf_cmaps/cmap_int.h",
355 "core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp",
Dan Sinclair455a4192016-03-16 09:48:56 -0400356 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400357 "core/fpdfapi/fpdf_edit/editint.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400358 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400359 "core/fpdfapi/fpdf_edit/include/cpdf_creator.h",
Dan Sinclair455a4192016-03-16 09:48:56 -0400360 "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400361 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp",
362 "core/fpdfapi/fpdf_font/cpdf_cidfont.h",
363 "core/fpdfapi/fpdf_font/cpdf_font.cpp",
364 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp",
365 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp",
366 "core/fpdfapi/fpdf_font/cpdf_simplefont.h",
367 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp",
368 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h",
369 "core/fpdfapi/fpdf_font/cpdf_type1font.cpp",
370 "core/fpdfapi/fpdf_font/cpdf_type1font.h",
371 "core/fpdfapi/fpdf_font/cpdf_type3char.cpp",
372 "core/fpdfapi/fpdf_font/cpdf_type3char.h",
373 "core/fpdfapi/fpdf_font/cpdf_type3font.cpp",
374 "core/fpdfapi/fpdf_font/cpdf_type3font.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400375 "core/fpdfapi/fpdf_font/font_int.h",
376 "core/fpdfapi/fpdf_font/fpdf_font.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400377 "core/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
dan sinclair61b2fc72016-03-23 19:21:44 -0400378 "core/fpdfapi/fpdf_font/include/cpdf_font.h",
379 "core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400380 "core/fpdfapi/fpdf_font/ttgsubtable.cpp",
381 "core/fpdfapi/fpdf_font/ttgsubtable.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400382 "core/fpdfapi/fpdf_page/cpdf_allstates.cpp",
383 "core/fpdfapi/fpdf_page/cpdf_allstates.h",
384 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp",
385 "core/fpdfapi/fpdf_page/cpdf_clippathdata.cpp",
386 "core/fpdfapi/fpdf_page/cpdf_clippathdata.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400387 "core/fpdfapi/fpdf_page/cpdf_color.cpp",
388 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400389 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp",
390 "core/fpdfapi/fpdf_page/cpdf_colorstate.h",
391 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp",
392 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.h",
393 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp",
394 "core/fpdfapi/fpdf_page/cpdf_contentmark.h",
395 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp",
396 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h",
397 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp",
398 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400399 "core/fpdfapi/fpdf_page/cpdf_countedobject.h",
Dan Sinclair455a4192016-03-16 09:48:56 -0400400 "core/fpdfapi/fpdf_page/cpdf_form.cpp",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400401 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp",
402 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp",
403 "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp",
404 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp",
405 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h",
406 "core/fpdfapi/fpdf_page/cpdf_graphstate.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400407 "core/fpdfapi/fpdf_page/cpdf_image.cpp",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400408 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp",
dan sinclair61b2fc72016-03-23 19:21:44 -0400409 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp",
410 "core/fpdfapi/fpdf_page/cpdf_meshstream.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400411 "core/fpdfapi/fpdf_page/cpdf_page.cpp",
dsinclaird647a6b2016-04-26 13:13:20 -0700412 "core/fpdfapi/fpdf_page/cpdf_pagemodule.cpp",
413 "core/fpdfapi/fpdf_page/cpdf_pagemodule.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400414 "core/fpdfapi/fpdf_page/cpdf_pageobject.cpp",
Dan Sinclair455a4192016-03-16 09:48:56 -0400415 "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp",
416 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.cpp",
417 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400418 "core/fpdfapi/fpdf_page/cpdf_pathobject.cpp",
dan sinclair61b2fc72016-03-23 19:21:44 -0400419 "core/fpdfapi/fpdf_page/cpdf_pattern.cpp",
420 "core/fpdfapi/fpdf_page/cpdf_pattern.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400421 "core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp",
dan sinclair61b2fc72016-03-23 19:21:44 -0400422 "core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp",
423 "core/fpdfapi/fpdf_page/cpdf_shadingpattern.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400424 "core/fpdfapi/fpdf_page/cpdf_textobject.cpp",
425 "core/fpdfapi/fpdf_page/cpdf_textstate.cpp",
426 "core/fpdfapi/fpdf_page/cpdf_textstate.h",
427 "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp",
dan sinclair61b2fc72016-03-23 19:21:44 -0400428 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp",
429 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400430 "core/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
431 "core/fpdfapi/fpdf_page/fpdf_page_doc.cpp",
432 "core/fpdfapi/fpdf_page/fpdf_page_func.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400433 "core/fpdfapi/fpdf_page/fpdf_page_parser.cpp",
434 "core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400435 "core/fpdfapi/fpdf_page/include/cpdf_clippath.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400436 "core/fpdfapi/fpdf_page/include/cpdf_color.h",
437 "core/fpdfapi/fpdf_page/include/cpdf_colorspace.h",
Dan Sinclair455a4192016-03-16 09:48:56 -0400438 "core/fpdfapi/fpdf_page/include/cpdf_form.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400439 "core/fpdfapi/fpdf_page/include/cpdf_formobject.h",
440 "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h",
441 "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h",
dan sinclair61b2fc72016-03-23 19:21:44 -0400442 "core/fpdfapi/fpdf_page/include/cpdf_image.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400443 "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h",
Dan Sinclair455a4192016-03-16 09:48:56 -0400444 "core/fpdfapi/fpdf_page/include/cpdf_page.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400445 "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h",
Dan Sinclair455a4192016-03-16 09:48:56 -0400446 "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h",
Dan Sinclair584b1e62016-03-21 09:15:45 -0400447 "core/fpdfapi/fpdf_page/include/cpdf_path.h",
448 "core/fpdfapi/fpdf_page/include/cpdf_pathobject.h",
449 "core/fpdfapi/fpdf_page/include/cpdf_shadingobject.h",
450 "core/fpdfapi/fpdf_page/include/cpdf_textobject.h",
451 "core/fpdfapi/fpdf_page/include/cpdf_textstatedata.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400452 "core/fpdfapi/fpdf_page/pageint.h",
453 "core/fpdfapi/fpdf_parser/cfdf_document.cpp",
454 "core/fpdfapi/fpdf_parser/cpdf_array.cpp",
455 "core/fpdfapi/fpdf_parser/cpdf_boolean.cpp",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400456 "core/fpdfapi/fpdf_parser/cpdf_boolean.h",
dsinclair2fa0e132016-04-19 10:32:45 -0700457 "core/fpdfapi/fpdf_parser/cpdf_crypto_handler.cpp",
458 "core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400459 "core/fpdfapi/fpdf_parser/cpdf_data_avail.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400460 "core/fpdfapi/fpdf_parser/cpdf_dictionary.cpp",
461 "core/fpdfapi/fpdf_parser/cpdf_document.cpp",
462 "core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp",
463 "core/fpdfapi/fpdf_parser/cpdf_hint_tables.h",
464 "core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp",
465 "core/fpdfapi/fpdf_parser/cpdf_name.cpp",
466 "core/fpdfapi/fpdf_parser/cpdf_null.cpp",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400467 "core/fpdfapi/fpdf_parser/cpdf_null.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400468 "core/fpdfapi/fpdf_parser/cpdf_number.cpp",
469 "core/fpdfapi/fpdf_parser/cpdf_object.cpp",
470 "core/fpdfapi/fpdf_parser/cpdf_parser.cpp",
471 "core/fpdfapi/fpdf_parser/cpdf_reference.cpp",
dsinclair2fa0e132016-04-19 10:32:45 -0700472 "core/fpdfapi/fpdf_parser/cpdf_security_handler.cpp",
473 "core/fpdfapi/fpdf_parser/cpdf_security_handler.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400474 "core/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400475 "core/fpdfapi/fpdf_parser/cpdf_stream.cpp",
Tom Sepez92bbb6f2016-03-15 09:33:58 -0700476 "core/fpdfapi/fpdf_parser/cpdf_stream_acc.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400477 "core/fpdfapi/fpdf_parser/cpdf_string.cpp",
478 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp",
479 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h",
480 "core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp",
481 "core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp",
482 "core/fpdfapi/fpdf_parser/fpdf_parser_utility.h",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400483 "core/fpdfapi/fpdf_parser/include/cfdf_document.h",
484 "core/fpdfapi/fpdf_parser/include/cpdf_array.h",
thestig979070b2016-06-14 10:44:01 -0700485 "core/fpdfapi/fpdf_parser/include/cpdf_data_avail.h",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400486 "core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h",
487 "core/fpdfapi/fpdf_parser/include/cpdf_document.h",
488 "core/fpdfapi/fpdf_parser/include/cpdf_indirect_object_holder.h",
489 "core/fpdfapi/fpdf_parser/include/cpdf_name.h",
490 "core/fpdfapi/fpdf_parser/include/cpdf_number.h",
491 "core/fpdfapi/fpdf_parser/include/cpdf_object.h",
492 "core/fpdfapi/fpdf_parser/include/cpdf_parser.h",
493 "core/fpdfapi/fpdf_parser/include/cpdf_reference.h",
494 "core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h",
495 "core/fpdfapi/fpdf_parser/include/cpdf_stream.h",
496 "core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h",
497 "core/fpdfapi/fpdf_parser/include/cpdf_string.h",
498 "core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400499 "core/fpdfapi/fpdf_render/cpdf_pagerendercache.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400500 "core/fpdfapi/fpdf_render/fpdf_render.cpp",
501 "core/fpdfapi/fpdf_render/fpdf_render_cache.cpp",
502 "core/fpdfapi/fpdf_render/fpdf_render_image.cpp",
503 "core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp",
504 "core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp",
505 "core/fpdfapi/fpdf_render/fpdf_render_text.cpp",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400506 "core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h",
507 "core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h",
508 "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h",
509 "core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400510 "core/fpdfapi/fpdf_render/render_int.h",
Dan Sinclairaa403d32016-03-15 14:57:22 -0400511 "core/fpdfapi/include/cpdf_modulemgr.h",
weili9f515bc2016-07-24 08:08:24 -0700512 "core/fpdfapi/include/cpdf_pagerendercontext.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700513 ]
weili0abe6522016-06-06 14:41:22 -0700514 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700515}
516
517static_library("fpdftext") {
518 sources = [
Dan Sinclair764ec512016-03-14 13:35:12 -0400519 "core/fpdftext/fpdf_text_int.cpp",
dsinclaira28ae382016-04-19 10:39:24 -0700520 "core/fpdftext/include/cpdf_linkextract.h",
521 "core/fpdftext/include/cpdf_textpage.h",
522 "core/fpdftext/include/cpdf_textpagefind.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400523 "core/fpdftext/text_int.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400524 "core/fpdftext/unicodenormalizationdata.cpp",
525 "core/fpdftext/unicodenormalizationdata.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700526 ]
weili0abe6522016-06-06 14:41:22 -0700527 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700528}
529
530static_library("fxcodec") {
Tom Sepez8be55752015-06-17 11:05:02 -0700531 deps = [
532 "third_party:fx_lcms2",
Tom Sepez6fd997b2015-06-18 17:51:37 -0700533 "third_party:fx_libopenjpeg",
Tom Sepez6f93de52015-06-19 12:57:10 -0700534 "third_party:fx_zlib",
Lei Zhang8241df72015-11-06 14:38:48 -0800535
536 # This is a generic JPEG library dependency.
537 "//third_party:jpeg",
Tom Sepez8be55752015-06-17 11:05:02 -0700538 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700539 sources = [
dsinclaird55e11e2016-04-12 11:21:22 -0700540 "core/fxcodec/codec/ccodec_basicmodule.h",
541 "core/fxcodec/codec/ccodec_faxmodule.h",
542 "core/fxcodec/codec/ccodec_flatemodule.h",
543 "core/fxcodec/codec/ccodec_iccmodule.h",
544 "core/fxcodec/codec/ccodec_jbig2module.h",
545 "core/fxcodec/codec/ccodec_jpegmodule.h",
546 "core/fxcodec/codec/ccodec_jpxmodule.h",
547 "core/fxcodec/codec/ccodec_scanlinedecoder.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400548 "core/fxcodec/codec/codec_int.h",
549 "core/fxcodec/codec/fx_codec.cpp",
550 "core/fxcodec/codec/fx_codec_fax.cpp",
551 "core/fxcodec/codec/fx_codec_flate.cpp",
552 "core/fxcodec/codec/fx_codec_icc.cpp",
553 "core/fxcodec/codec/fx_codec_jbig.cpp",
554 "core/fxcodec/codec/fx_codec_jpeg.cpp",
555 "core/fxcodec/codec/fx_codec_jpx_opj.cpp",
weili0024a222016-07-24 08:26:49 -0700556 "core/fxcodec/include/JBig2_DocumentContext.h",
dsinclair86e54742016-04-06 12:30:31 -0700557 "core/fxcodec/include/fx_codec.h",
558 "core/fxcodec/include/fx_codec_def.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400559 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
560 "core/fxcodec/jbig2/JBig2_ArithDecoder.h",
561 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
562 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h",
563 "core/fxcodec/jbig2/JBig2_BitStream.cpp",
564 "core/fxcodec/jbig2/JBig2_BitStream.h",
565 "core/fxcodec/jbig2/JBig2_Context.cpp",
566 "core/fxcodec/jbig2/JBig2_Context.h",
567 "core/fxcodec/jbig2/JBig2_Define.h",
568 "core/fxcodec/jbig2/JBig2_GrdProc.cpp",
569 "core/fxcodec/jbig2/JBig2_GrdProc.h",
570 "core/fxcodec/jbig2/JBig2_GrrdProc.cpp",
571 "core/fxcodec/jbig2/JBig2_GrrdProc.h",
572 "core/fxcodec/jbig2/JBig2_GsidProc.cpp",
573 "core/fxcodec/jbig2/JBig2_GsidProc.h",
574 "core/fxcodec/jbig2/JBig2_HtrdProc.cpp",
575 "core/fxcodec/jbig2/JBig2_HtrdProc.h",
576 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp",
577 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.h",
578 "core/fxcodec/jbig2/JBig2_HuffmanTable.cpp",
579 "core/fxcodec/jbig2/JBig2_HuffmanTable.h",
Tom Sepez4161c5c2016-03-21 12:26:54 -0700580 "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400581 "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h",
582 "core/fxcodec/jbig2/JBig2_Image.cpp",
583 "core/fxcodec/jbig2/JBig2_Image.h",
584 "core/fxcodec/jbig2/JBig2_List.h",
585 "core/fxcodec/jbig2/JBig2_Page.h",
586 "core/fxcodec/jbig2/JBig2_PatternDict.cpp",
587 "core/fxcodec/jbig2/JBig2_PatternDict.h",
588 "core/fxcodec/jbig2/JBig2_PddProc.cpp",
589 "core/fxcodec/jbig2/JBig2_PddProc.h",
590 "core/fxcodec/jbig2/JBig2_SddProc.cpp",
591 "core/fxcodec/jbig2/JBig2_SddProc.h",
592 "core/fxcodec/jbig2/JBig2_Segment.cpp",
593 "core/fxcodec/jbig2/JBig2_Segment.h",
594 "core/fxcodec/jbig2/JBig2_SymbolDict.cpp",
595 "core/fxcodec/jbig2/JBig2_SymbolDict.h",
596 "core/fxcodec/jbig2/JBig2_TrdProc.cpp",
597 "core/fxcodec/jbig2/JBig2_TrdProc.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700598 ]
Lei Zhang8241df72015-11-06 14:38:48 -0800599 include_dirs = []
Tom Sepezd2e023b2015-12-08 14:36:16 -0800600 if (pdf_enable_xfa) {
601 sources += [
dsinclaird55e11e2016-04-12 11:21:22 -0700602 "core/fxcodec/codec/ccodec_bmpmodule.h",
603 "core/fxcodec/codec/ccodec_gifmodule.h",
604 "core/fxcodec/codec/ccodec_pngmodule.h",
605 "core/fxcodec/codec/ccodec_tiffmodule.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400606 "core/fxcodec/codec/fx_codec_bmp.cpp",
607 "core/fxcodec/codec/fx_codec_gif.cpp",
608 "core/fxcodec/codec/fx_codec_png.cpp",
609 "core/fxcodec/codec/fx_codec_progress.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400610 "core/fxcodec/codec/fx_codec_tiff.cpp",
dsinclaird55e11e2016-04-12 11:21:22 -0700611 "core/fxcodec/codec/include/ccodec_progressivedecoder.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400612 "core/fxcodec/lbmp/fx_bmp.cpp",
613 "core/fxcodec/lbmp/fx_bmp.h",
614 "core/fxcodec/lgif/fx_gif.cpp",
615 "core/fxcodec/lgif/fx_gif.h",
Tom Sepezd2e023b2015-12-08 14:36:16 -0800616 ]
617 deps += [
618 "third_party:fx_lpng",
619 "third_party:fx_tiff",
620 ]
621 }
John Abd-El-Malekdef5c7d2014-06-09 16:07:18 -0700622 if (is_posix) {
Dan Sinclair764ec512016-03-14 13:35:12 -0400623 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
John Abd-El-Malekdef5c7d2014-06-09 16:07:18 -0700624 # conversion to check that an address is 16-bit aligned (benign).
625 cflags_c = [ "-Wno-pointer-to-int-cast" ]
626 }
weili0abe6522016-06-06 14:41:22 -0700627 configs += [ ":pdfium_core_config" ]
Dan Sinclairbc6c6722015-10-22 14:58:54 -0400628}
629
630config("fxge_warnings") {
631 if (is_clang) {
632 cflags = [
633 # http://code.google.com/p/pdfium/issues/detail?id=188
634 "-Wno-switch",
635 ]
636 }
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700637}
638
639static_library("fxcrt") {
640 sources = [
tsepezf7036ba2016-05-13 15:02:43 -0700641 "core/fxcrt/cfx_string_c_template.h",
tsepez6fb598b2016-04-05 12:40:47 -0700642 "core/fxcrt/cfx_string_data_template.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400643 "core/fxcrt/extension.h",
644 "core/fxcrt/fx_basic_array.cpp",
645 "core/fxcrt/fx_basic_bstring.cpp",
646 "core/fxcrt/fx_basic_buffer.cpp",
647 "core/fxcrt/fx_basic_coords.cpp",
648 "core/fxcrt/fx_basic_gcc.cpp",
649 "core/fxcrt/fx_basic_list.cpp",
650 "core/fxcrt/fx_basic_memmgr.cpp",
651 "core/fxcrt/fx_basic_plex.cpp",
652 "core/fxcrt/fx_basic_utf.cpp",
653 "core/fxcrt/fx_basic_util.cpp",
654 "core/fxcrt/fx_basic_wstring.cpp",
655 "core/fxcrt/fx_bidi.cpp",
Dan Sinclaira8a28e02016-03-23 15:41:39 -0400656 "core/fxcrt/fx_bidi.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400657 "core/fxcrt/fx_extension.cpp",
658 "core/fxcrt/fx_ucddata.cpp",
659 "core/fxcrt/fx_unicode.cpp",
660 "core/fxcrt/fx_xml_composer.cpp",
661 "core/fxcrt/fx_xml_parser.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400662 "core/fxcrt/fxcrt_posix.cpp",
663 "core/fxcrt/fxcrt_posix.h",
664 "core/fxcrt/fxcrt_stream.cpp",
665 "core/fxcrt/fxcrt_windows.cpp",
666 "core/fxcrt/fxcrt_windows.h",
tsepez602aebc2016-03-29 15:04:21 -0700667 "core/fxcrt/include/cfx_retain_ptr.h",
Dan Sinclaira8a28e02016-03-23 15:41:39 -0400668 "core/fxcrt/include/fx_basic.h",
669 "core/fxcrt/include/fx_coordinates.h",
670 "core/fxcrt/include/fx_ext.h",
671 "core/fxcrt/include/fx_memory.h",
672 "core/fxcrt/include/fx_safe_types.h",
673 "core/fxcrt/include/fx_stream.h",
674 "core/fxcrt/include/fx_string.h",
675 "core/fxcrt/include/fx_system.h",
676 "core/fxcrt/include/fx_ucd.h",
677 "core/fxcrt/include/fx_xml.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400678 "core/fxcrt/plex.h",
679 "core/fxcrt/xml_int.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700680 ]
Tom Sepezd2e023b2015-12-08 14:36:16 -0800681 if (pdf_enable_xfa) {
682 sources += [
pcce3bbfa22016-04-19 12:40:07 -0700683 "core/fxcrt/fx_arabic.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400684 "core/fxcrt/fx_arabic.h",
685 "core/fxcrt/fx_basic_maps.cpp",
Dan Sinclaira8a28e02016-03-23 15:41:39 -0400686 "core/fxcrt/include/fx_arb.h",
Tom Sepezd2e023b2015-12-08 14:36:16 -0800687 ]
688 }
weili0abe6522016-06-06 14:41:22 -0700689 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700690}
691
692static_library("fxge") {
693 sources = [
Dan Sinclair764ec512016-03-14 13:35:12 -0400694 "core/fxge/android/fpf_skiafont.cpp",
695 "core/fxge/android/fpf_skiafont.h",
696 "core/fxge/android/fpf_skiafontmgr.cpp",
697 "core/fxge/android/fpf_skiafontmgr.h",
698 "core/fxge/android/fpf_skiamodule.cpp",
699 "core/fxge/android/fpf_skiamodule.h",
700 "core/fxge/android/fx_android_font.cpp",
701 "core/fxge/android/fx_android_font.h",
702 "core/fxge/android/fx_android_imp.cpp",
703 "core/fxge/apple/apple_int.h",
npm74847622016-07-29 15:20:25 -0700704 "core/fxge/apple/cfx_quartzdevice.h",
Dan Sinclair764ec512016-03-14 13:35:12 -0400705 "core/fxge/apple/fx_mac_imp.cpp",
706 "core/fxge/apple/fx_quartz_device.cpp",
707 "core/fxge/dib/dib_int.h",
708 "core/fxge/dib/fx_dib_composite.cpp",
709 "core/fxge/dib/fx_dib_convert.cpp",
710 "core/fxge/dib/fx_dib_engine.cpp",
711 "core/fxge/dib/fx_dib_main.cpp",
712 "core/fxge/dib/fx_dib_transform.cpp",
713 "core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp",
714 "core/fxge/fontdata/chromefontdata/FoxitFixed.cpp",
715 "core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp",
716 "core/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.cpp",
717 "core/fxge/fontdata/chromefontdata/FoxitFixedItalic.cpp",
718 "core/fxge/fontdata/chromefontdata/FoxitSans.cpp",
719 "core/fxge/fontdata/chromefontdata/FoxitSansBold.cpp",
720 "core/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp",
721 "core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp",
722 "core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp",
723 "core/fxge/fontdata/chromefontdata/FoxitSerif.cpp",
724 "core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp",
725 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp",
726 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp",
727 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp",
728 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp",
729 "core/fxge/fontdata/chromefontdata/chromefontdata.h",
730 "core/fxge/freetype/fx_freetype.cpp",
npmf73893a2016-07-27 13:54:25 -0700731 "core/fxge/ge/cfx_folderfontinfo.cpp",
732 "core/fxge/ge/cfx_folderfontinfo.h",
733 "core/fxge/ge/cfx_fontmapper.cpp",
734 "core/fxge/ge/cfx_fontmgr.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400735 "core/fxge/ge/fx_ge.cpp",
736 "core/fxge/ge/fx_ge_device.cpp",
737 "core/fxge/ge/fx_ge_font.cpp",
738 "core/fxge/ge/fx_ge_fontmap.cpp",
739 "core/fxge/ge/fx_ge_linux.cpp",
740 "core/fxge/ge/fx_ge_path.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -0400741 "core/fxge/ge/fx_ge_text.cpp",
742 "core/fxge/ge/fx_text_int.h",
npmf73893a2016-07-27 13:54:25 -0700743 "core/fxge/ge/include/cfx_fontmapper.h",
744 "core/fxge/ge/include/cfx_fontmgr.h",
745 "core/fxge/ge/include/ifx_systemfontinfo.h",
weili095d3462016-06-21 11:24:24 -0700746 "core/fxge/ifx_renderdevicedriver.cpp",
npm74847622016-07-29 15:20:25 -0700747 "core/fxge/include/cfx_windowsdevice.h",
dsinclair48baa5f2016-04-06 10:00:40 -0700748 "core/fxge/include/fx_dib.h",
749 "core/fxge/include/fx_font.h",
750 "core/fxge/include/fx_freetype.h",
751 "core/fxge/include/fx_ge.h",
weili095d3462016-06-21 11:24:24 -0700752 "core/fxge/include/ifx_renderdevicedriver.h",
npm74847622016-07-29 15:20:25 -0700753 "core/fxge/win32/cfx_windowsdib.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700754 ]
755
Dan Sinclairbc6c6722015-10-22 14:58:54 -0400756 configs += [
Lei Zhang7b16ba52015-10-26 17:06:53 -0700757 ":fxge_warnings",
weili0abe6522016-06-06 14:41:22 -0700758 ":pdfium_core_config",
Dan Sinclairbc6c6722015-10-22 14:58:54 -0400759 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700760
761 if (pdf_use_skia) {
Cary Clark59b3a482016-03-17 12:00:39 -0400762 sources += [ "core/fxge/skia/fx_skia_device.cpp" ]
caryclark749c14c2016-05-19 07:01:03 -0700763 deps = [
764 "//skia",
765 ]
766 } else {
767 sources += [
768 "core/fxge/agg/fx_agg_driver.cpp",
769 "core/fxge/agg/fx_agg_driver.h",
caryclark8b301622016-07-21 06:12:33 -0700770 "core/fxge/apple/fx_apple_platform.cpp",
caryclark749c14c2016-05-19 07:01:03 -0700771 ]
772 deps = [
773 "third_party:fx_agg",
774 ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700775 }
776
777 if (is_win) {
778 sources += [
Dan Sinclair764ec512016-03-14 13:35:12 -0400779 "core/fxge/win32/dwrite_int.h",
780 "core/fxge/win32/fx_win32_device.cpp",
781 "core/fxge/win32/fx_win32_dib.cpp",
782 "core/fxge/win32/fx_win32_dwrite.cpp",
783 "core/fxge/win32/fx_win32_gdipext.cpp",
784 "core/fxge/win32/fx_win32_print.cpp",
785 "core/fxge/win32/win32_int.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700786 ]
Tom Sepez465ed872015-12-09 14:55:41 -0800787 configs -= [ "//build/config/win:lean_and_mean" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700788 }
789}
790
791static_library("fxedit") {
792 sources = [
Dan Sinclairf766ad22016-03-14 13:51:24 -0400793 "fpdfsdk/fxedit/fxet_ap.cpp",
794 "fpdfsdk/fxedit/fxet_edit.cpp",
795 "fpdfsdk/fxedit/fxet_list.cpp",
dsinclair89bdd082016-04-06 10:47:54 -0700796 "fpdfsdk/fxedit/include/fx_edit.h",
797 "fpdfsdk/fxedit/include/fxet_edit.h",
798 "fpdfsdk/fxedit/include/fxet_list.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700799 ]
weili0abe6522016-06-06 14:41:22 -0700800 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700801}
802
803static_library("pdfwindow") {
804 sources = [
Dan Sinclairf766ad22016-03-14 13:51:24 -0400805 "fpdfsdk/pdfwindow/PWL_Button.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400806 "fpdfsdk/pdfwindow/PWL_Button.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400807 "fpdfsdk/pdfwindow/PWL_Caret.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400808 "fpdfsdk/pdfwindow/PWL_Caret.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400809 "fpdfsdk/pdfwindow/PWL_ComboBox.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400810 "fpdfsdk/pdfwindow/PWL_ComboBox.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400811 "fpdfsdk/pdfwindow/PWL_Edit.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400812 "fpdfsdk/pdfwindow/PWL_Edit.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400813 "fpdfsdk/pdfwindow/PWL_EditCtrl.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400814 "fpdfsdk/pdfwindow/PWL_EditCtrl.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400815 "fpdfsdk/pdfwindow/PWL_FontMap.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400816 "fpdfsdk/pdfwindow/PWL_FontMap.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400817 "fpdfsdk/pdfwindow/PWL_Icon.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400818 "fpdfsdk/pdfwindow/PWL_Icon.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400819 "fpdfsdk/pdfwindow/PWL_ListBox.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400820 "fpdfsdk/pdfwindow/PWL_ListBox.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400821 "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400822 "fpdfsdk/pdfwindow/PWL_ScrollBar.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400823 "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400824 "fpdfsdk/pdfwindow/PWL_SpecialButton.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400825 "fpdfsdk/pdfwindow/PWL_Utils.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400826 "fpdfsdk/pdfwindow/PWL_Utils.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400827 "fpdfsdk/pdfwindow/PWL_Wnd.cpp",
dan sinclair89e904b2016-03-23 19:29:15 -0400828 "fpdfsdk/pdfwindow/PWL_Wnd.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700829 ]
weili0abe6522016-06-06 14:41:22 -0700830 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700831}
832
833static_library("javascript") {
834 sources = [
dsinclair64376be2016-03-31 20:03:24 -0700835 "fpdfsdk/javascript/ijs_context.h",
836 "fpdfsdk/javascript/ijs_runtime.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700837 ]
Tom Sepez452b4f32015-10-13 09:27:27 -0700838 if (pdf_enable_v8) {
839 sources += [
Dan Sinclairf766ad22016-03-14 13:51:24 -0400840 "fpdfsdk/javascript/Consts.cpp",
841 "fpdfsdk/javascript/Consts.h",
842 "fpdfsdk/javascript/Document.cpp",
843 "fpdfsdk/javascript/Document.h",
844 "fpdfsdk/javascript/Field.cpp",
845 "fpdfsdk/javascript/Field.h",
846 "fpdfsdk/javascript/Icon.cpp",
847 "fpdfsdk/javascript/Icon.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400848 "fpdfsdk/javascript/JS_Define.h",
849 "fpdfsdk/javascript/JS_EventHandler.cpp",
850 "fpdfsdk/javascript/JS_EventHandler.h",
851 "fpdfsdk/javascript/JS_GlobalData.cpp",
852 "fpdfsdk/javascript/JS_GlobalData.h",
weili47228ac2016-07-20 10:35:31 -0700853 "fpdfsdk/javascript/JS_KeyValue.cpp",
854 "fpdfsdk/javascript/JS_KeyValue.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400855 "fpdfsdk/javascript/JS_Object.cpp",
856 "fpdfsdk/javascript/JS_Object.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400857 "fpdfsdk/javascript/JS_Value.cpp",
858 "fpdfsdk/javascript/JS_Value.h",
859 "fpdfsdk/javascript/PublicMethods.cpp",
860 "fpdfsdk/javascript/PublicMethods.h",
861 "fpdfsdk/javascript/app.cpp",
862 "fpdfsdk/javascript/app.h",
dsinclair64376be2016-03-31 20:03:24 -0700863 "fpdfsdk/javascript/cjs_context.cpp",
864 "fpdfsdk/javascript/cjs_context.h",
865 "fpdfsdk/javascript/cjs_runtime.cpp",
866 "fpdfsdk/javascript/cjs_runtime.h",
Dan Sinclairf766ad22016-03-14 13:51:24 -0400867 "fpdfsdk/javascript/color.cpp",
868 "fpdfsdk/javascript/color.h",
869 "fpdfsdk/javascript/console.cpp",
870 "fpdfsdk/javascript/console.h",
871 "fpdfsdk/javascript/event.cpp",
872 "fpdfsdk/javascript/event.h",
873 "fpdfsdk/javascript/global.cpp",
874 "fpdfsdk/javascript/global.h",
875 "fpdfsdk/javascript/report.cpp",
876 "fpdfsdk/javascript/report.h",
877 "fpdfsdk/javascript/resource.cpp",
878 "fpdfsdk/javascript/resource.h",
879 "fpdfsdk/javascript/util.cpp",
880 "fpdfsdk/javascript/util.h",
Tom Sepez452b4f32015-10-13 09:27:27 -0700881 ]
dsinclairb3f24672016-07-12 10:42:14 -0700882 deps = [
883 ":fxjs",
Tom Sepez452b4f32015-10-13 09:27:27 -0700884 ]
Jochen Eisinger7ed503d2015-12-10 14:38:06 +0100885 configs += [ "//v8:external_startup_data" ]
Tom Sepez452b4f32015-10-13 09:27:27 -0700886 } else {
Dan Sinclairf766ad22016-03-14 13:51:24 -0400887 sources += [ "fpdfsdk/javascript/JS_Runtime_Stub.cpp" ]
Tom Sepez452b4f32015-10-13 09:27:27 -0700888 }
weili0abe6522016-06-06 14:41:22 -0700889 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700890}
891
892static_library("formfiller") {
893 sources = [
Dan Sinclairedbb3192016-03-21 09:08:24 -0400894 "fpdfsdk/formfiller/cba_fontmap.cpp",
895 "fpdfsdk/formfiller/cba_fontmap.h",
896 "fpdfsdk/formfiller/cffl_checkbox.cpp",
897 "fpdfsdk/formfiller/cffl_checkbox.h",
898 "fpdfsdk/formfiller/cffl_combobox.cpp",
899 "fpdfsdk/formfiller/cffl_combobox.h",
900 "fpdfsdk/formfiller/cffl_formfiller.cpp",
901 "fpdfsdk/formfiller/cffl_formfiller.h",
902 "fpdfsdk/formfiller/cffl_iformfiller.cpp",
903 "fpdfsdk/formfiller/cffl_iformfiller.h",
904 "fpdfsdk/formfiller/cffl_listbox.cpp",
905 "fpdfsdk/formfiller/cffl_listbox.h",
906 "fpdfsdk/formfiller/cffl_pushbutton.cpp",
907 "fpdfsdk/formfiller/cffl_pushbutton.h",
908 "fpdfsdk/formfiller/cffl_radiobutton.cpp",
909 "fpdfsdk/formfiller/cffl_radiobutton.h",
910 "fpdfsdk/formfiller/cffl_textfield.cpp",
911 "fpdfsdk/formfiller/cffl_textfield.h",
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700912 ]
weili0abe6522016-06-06 14:41:22 -0700913 configs += [ ":pdfium_core_config" ]
John Abd-El-Malekd68f9a32014-06-05 12:45:33 -0700914}
Tom Sepezc706fc02014-11-14 13:39:20 -0800915
dsinclairb3f24672016-07-12 10:42:14 -0700916if (pdf_enable_v8) {
dsinclair7f9c8602016-07-12 10:41:43 -0700917 static_library("fxjs") {
918 sources = [
dsinclairb3f24672016-07-12 10:42:14 -0700919 "fxjs/fxjs_v8.cpp",
920 "fxjs/include/fxjs_v8.h",
dsinclair7f9c8602016-07-12 10:41:43 -0700921 ]
dsinclairb3f24672016-07-12 10:42:14 -0700922 if (pdf_enable_xfa) {
923 sources += [
924 "fxjs/cfxjse_arguments.cpp",
925 "fxjs/cfxjse_class.cpp",
926 "fxjs/cfxjse_context.cpp",
927 "fxjs/cfxjse_isolatetracker.cpp",
928 "fxjs/cfxjse_isolatetracker.h",
929 "fxjs/cfxjse_runtimedata.cpp",
930 "fxjs/cfxjse_runtimedata.h",
931 "fxjs/cfxjse_value.cpp",
932 "fxjs/include/cfxjse_arguments.h",
933 "fxjs/include/cfxjse_class.h",
934 "fxjs/include/cfxjse_context.h",
935 "fxjs/include/cfxjse_value.h",
936 "fxjs/include/fxjse.h",
937 ]
938 }
dsinclair7f9c8602016-07-12 10:41:43 -0700939 deps = [
dsinclairb3f24672016-07-12 10:42:14 -0700940 "//v8",
941 "//v8:v8_libplatform",
dsinclair7f9c8602016-07-12 10:41:43 -0700942 ]
943 configs += [ ":pdfium_core_config" ]
944 include_dirs = [
945 "//v8",
946 "//v8/include",
947 ]
948 public_deps = [
949 "//v8",
950 ]
951 }
dsinclairb3f24672016-07-12 10:42:14 -0700952}
dsinclair7f9c8602016-07-12 10:41:43 -0700953
dsinclairb3f24672016-07-12 10:42:14 -0700954if (pdf_enable_xfa) {
Tom Sepezb36747d2015-12-08 15:49:25 -0800955 static_library("fpdfxfa") {
956 sources = [
Dan Sinclairf766ad22016-03-14 13:51:24 -0400957 "fpdfsdk/fpdfxfa/fpdfxfa_app.cpp",
958 "fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp",
959 "fpdfsdk/fpdfxfa/fpdfxfa_page.cpp",
960 "fpdfsdk/fpdfxfa/fpdfxfa_util.cpp",
dsinclair89bdd082016-04-06 10:47:54 -0700961 "fpdfsdk/fpdfxfa/include/fpdfxfa_app.h",
962 "fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h",
963 "fpdfsdk/fpdfxfa/include/fpdfxfa_page.h",
964 "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h",
Tom Sepez452b4f32015-10-13 09:27:27 -0700965 ]
966 deps = [
Tom Sepezb36747d2015-12-08 15:49:25 -0800967 ":xfa",
968 ]
weili0abe6522016-06-06 14:41:22 -0700969 configs += [ ":pdfium_core_config" ]
Tom Sepezb36747d2015-12-08 15:49:25 -0800970 }
971
972 static_library("xfa") {
973 sources = [
dsinclairacd0d592016-04-21 11:06:27 -0700974 "xfa/fde/cfde_path.cpp",
975 "xfa/fde/cfde_path.h",
dsinclair65395182016-05-18 11:09:47 -0700976 "xfa/fde/cfde_txtedtbuf.cpp",
977 "xfa/fde/cfde_txtedtbuf.h",
978 "xfa/fde/cfde_txtedtbufiter.cpp",
979 "xfa/fde/cfde_txtedtbufiter.h",
980 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
981 "xfa/fde/cfde_txtedtdorecord_deleterange.h",
982 "xfa/fde/cfde_txtedtdorecord_insert.cpp",
983 "xfa/fde/cfde_txtedtdorecord_insert.h",
984 "xfa/fde/cfde_txtedtengine.cpp",
985 "xfa/fde/cfde_txtedtengine.h",
986 "xfa/fde/cfde_txtedtpage.cpp",
987 "xfa/fde/cfde_txtedtpage.h",
988 "xfa/fde/cfde_txtedtparag.cpp",
989 "xfa/fde/cfde_txtedtparag.h",
990 "xfa/fde/cfde_txtedttextset.cpp",
991 "xfa/fde/cfde_txtedttextset.h",
992 "xfa/fde/cfx_chariter.cpp",
993 "xfa/fde/cfx_chariter.h",
994 "xfa/fde/cfx_wordbreak.cpp",
995 "xfa/fde/cfx_wordbreak.h",
npm69f160d2016-07-20 10:48:27 -0700996 "xfa/fde/css/cfde_cssrulecollection.cpp",
weilieec3a362016-06-18 06:25:37 -0700997 "xfa/fde/css/fde_css.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400998 "xfa/fde/css/fde_css.h",
999 "xfa/fde/css/fde_csscache.cpp",
1000 "xfa/fde/css/fde_csscache.h",
1001 "xfa/fde/css/fde_cssdatatable.cpp",
1002 "xfa/fde/css/fde_cssdatatable.h",
1003 "xfa/fde/css/fde_cssdeclaration.cpp",
1004 "xfa/fde/css/fde_cssdeclaration.h",
1005 "xfa/fde/css/fde_cssstyleselector.cpp",
1006 "xfa/fde/css/fde_cssstyleselector.h",
1007 "xfa/fde/css/fde_cssstylesheet.cpp",
1008 "xfa/fde/css/fde_cssstylesheet.h",
1009 "xfa/fde/css/fde_csssyntax.cpp",
1010 "xfa/fde/css/fde_csssyntax.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001011 "xfa/fde/fde_gedevice.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001012 "xfa/fde/fde_geobject.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001013 "xfa/fde/fde_iterator.cpp",
1014 "xfa/fde/fde_iterator.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001015 "xfa/fde/fde_object.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001016 "xfa/fde/fde_render.cpp",
1017 "xfa/fde/fde_render.h",
dsinclair65395182016-05-18 11:09:47 -07001018 "xfa/fde/ifde_txtedtdorecord.h",
1019 "xfa/fde/ifde_txtedtengine.h",
1020 "xfa/fde/ifde_txtedtpage.h",
1021 "xfa/fde/ifx_chariter.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001022 "xfa/fde/tto/fde_textout.cpp",
1023 "xfa/fde/tto/fde_textout.h",
dsinclair6c93df82016-05-19 18:13:53 -07001024 "xfa/fde/xml/cfx_saxreader.cpp",
1025 "xfa/fde/xml/cfx_saxreader.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001026 "xfa/fde/xml/fde_xml.h",
1027 "xfa/fde/xml/fde_xml_imp.cpp",
1028 "xfa/fde/xml/fde_xml_imp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001029 "xfa/fgas/crt/fgas_codepage.cpp",
1030 "xfa/fgas/crt/fgas_codepage.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001031 "xfa/fgas/crt/fgas_language.h",
1032 "xfa/fgas/crt/fgas_memory.cpp",
1033 "xfa/fgas/crt/fgas_memory.h",
1034 "xfa/fgas/crt/fgas_stream.cpp",
1035 "xfa/fgas/crt/fgas_stream.h",
1036 "xfa/fgas/crt/fgas_system.cpp",
1037 "xfa/fgas/crt/fgas_system.h",
1038 "xfa/fgas/crt/fgas_utils.cpp",
1039 "xfa/fgas/crt/fgas_utils.h",
1040 "xfa/fgas/font/fgas_font.h",
1041 "xfa/fgas/font/fgas_fontutils.cpp",
1042 "xfa/fgas/font/fgas_fontutils.h",
1043 "xfa/fgas/font/fgas_gefont.cpp",
1044 "xfa/fgas/font/fgas_gefont.h",
1045 "xfa/fgas/font/fgas_stdfontmgr.cpp",
1046 "xfa/fgas/font/fgas_stdfontmgr.h",
1047 "xfa/fgas/layout/fgas_linebreak.cpp",
1048 "xfa/fgas/layout/fgas_linebreak.h",
1049 "xfa/fgas/layout/fgas_rtfbreak.cpp",
1050 "xfa/fgas/layout/fgas_rtfbreak.h",
1051 "xfa/fgas/layout/fgas_textbreak.cpp",
1052 "xfa/fgas/layout/fgas_textbreak.h",
1053 "xfa/fgas/layout/fgas_unicode.cpp",
1054 "xfa/fgas/layout/fgas_unicode.h",
1055 "xfa/fgas/localization/fgas_datetime.cpp",
1056 "xfa/fgas/localization/fgas_datetime.h",
1057 "xfa/fgas/localization/fgas_locale.cpp",
1058 "xfa/fgas/localization/fgas_locale.h",
1059 "xfa/fgas/localization/fgas_localeimp.h",
dsinclair8320ee22016-06-16 11:01:19 -07001060 "xfa/fwl/basewidget/cfx_barcode.cpp",
1061 "xfa/fwl/basewidget/cfx_barcode.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001062 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
1063 "xfa/fwl/basewidget/fwl_barcodeimp.h",
1064 "xfa/fwl/basewidget/fwl_caretimp.cpp",
1065 "xfa/fwl/basewidget/fwl_caretimp.h",
1066 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
1067 "xfa/fwl/basewidget/fwl_checkboximp.h",
1068 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
1069 "xfa/fwl/basewidget/fwl_comboboximp.h",
1070 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
1071 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
1072 "xfa/fwl/basewidget/fwl_editimp.cpp",
1073 "xfa/fwl/basewidget/fwl_editimp.h",
1074 "xfa/fwl/basewidget/fwl_formproxyimp.cpp",
1075 "xfa/fwl/basewidget/fwl_formproxyimp.h",
1076 "xfa/fwl/basewidget/fwl_listboximp.cpp",
1077 "xfa/fwl/basewidget/fwl_listboximp.h",
1078 "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp",
1079 "xfa/fwl/basewidget/fwl_monthcalendarimp.h",
1080 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
1081 "xfa/fwl/basewidget/fwl_pictureboximp.h",
1082 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
1083 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
1084 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
1085 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
1086 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
1087 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
1088 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
1089 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001090 "xfa/fwl/basewidget/ifwl_barcode.h",
1091 "xfa/fwl/basewidget/ifwl_caret.h",
1092 "xfa/fwl/basewidget/ifwl_checkbox.h",
1093 "xfa/fwl/basewidget/ifwl_combobox.h",
1094 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
1095 "xfa/fwl/basewidget/ifwl_edit.h",
1096 "xfa/fwl/basewidget/ifwl_listbox.h",
1097 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
1098 "xfa/fwl/basewidget/ifwl_picturebox.h",
1099 "xfa/fwl/basewidget/ifwl_pushbutton.h",
1100 "xfa/fwl/basewidget/ifwl_scrollbar.h",
1101 "xfa/fwl/basewidget/ifwl_spinbutton.h",
1102 "xfa/fwl/basewidget/ifwl_tooltip.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001103 "xfa/fwl/core/cfwl_event.h",
1104 "xfa/fwl/core/cfwl_message.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001105 "xfa/fwl/core/cfwl_themebackground.h",
1106 "xfa/fwl/core/cfwl_themepart.h",
1107 "xfa/fwl/core/cfwl_themetext.h",
1108 "xfa/fwl/core/cfwl_widgetimpproperties.h",
tsepez648575a2016-05-25 15:24:31 -07001109 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1110 "xfa/fwl/core/cfwl_widgetmgr.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001111 "xfa/fwl/core/fwl_appimp.cpp",
1112 "xfa/fwl/core/fwl_appimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001113 "xfa/fwl/core/fwl_error.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001114 "xfa/fwl/core/fwl_formimp.cpp",
1115 "xfa/fwl/core/fwl_formimp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001116 "xfa/fwl/core/fwl_noteimp.cpp",
1117 "xfa/fwl/core/fwl_noteimp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001118 "xfa/fwl/core/fwl_timerimp.cpp",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001119 "xfa/fwl/core/fwl_widgetdef.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001120 "xfa/fwl/core/fwl_widgetimp.cpp",
1121 "xfa/fwl/core/fwl_widgetimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001122 "xfa/fwl/core/ifwl_app.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001123 "xfa/fwl/core/ifwl_dataprovider.h",
1124 "xfa/fwl/core/ifwl_form.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001125 "xfa/fwl/core/ifwl_themeprovider.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001126 "xfa/fwl/core/ifwl_timer.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001127 "xfa/fwl/core/ifwl_widget.h",
1128 "xfa/fwl/core/ifwl_widgetdelegate.h",
dsinclair89fcde82016-05-03 13:00:25 -07001129 "xfa/fwl/core/include/fwl_widgethit.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -04001130 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
dsinclair7f432a12016-03-29 12:38:01 -07001131 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
1132 "xfa/fwl/lightwidget/cfwl_barcode.h",
dsinclair7f432a12016-03-29 12:38:01 -07001133 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
1134 "xfa/fwl/lightwidget/cfwl_checkbox.h",
1135 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
1136 "xfa/fwl/lightwidget/cfwl_combobox.h",
1137 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
1138 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
1139 "xfa/fwl/lightwidget/cfwl_edit.cpp",
1140 "xfa/fwl/lightwidget/cfwl_edit.h",
1141 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
1142 "xfa/fwl/lightwidget/cfwl_listbox.h",
1143 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
1144 "xfa/fwl/lightwidget/cfwl_picturebox.h",
1145 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
1146 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
dsinclair7f432a12016-03-29 12:38:01 -07001147 "xfa/fwl/lightwidget/cfwl_widget.cpp",
1148 "xfa/fwl/lightwidget/cfwl_widget.h",
avallee62514d92016-03-31 10:23:19 -07001149 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
dsinclair7f432a12016-03-29 12:38:01 -07001150 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
weili47228ac2016-07-20 10:35:31 -07001151 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1152 "xfa/fwl/theme/cfwl_arrowdata.h",
dsinclair7f432a12016-03-29 12:38:01 -07001153 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1154 "xfa/fwl/theme/cfwl_barcodetp.h",
1155 "xfa/fwl/theme/cfwl_carettp.cpp",
1156 "xfa/fwl/theme/cfwl_carettp.h",
1157 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1158 "xfa/fwl/theme/cfwl_checkboxtp.h",
1159 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
1160 "xfa/fwl/theme/cfwl_comboboxtp.h",
1161 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
1162 "xfa/fwl/theme/cfwl_datetimepickertp.h",
1163 "xfa/fwl/theme/cfwl_edittp.cpp",
1164 "xfa/fwl/theme/cfwl_edittp.h",
dsinclair7f432a12016-03-29 12:38:01 -07001165 "xfa/fwl/theme/cfwl_listboxtp.cpp",
1166 "xfa/fwl/theme/cfwl_listboxtp.h",
1167 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
1168 "xfa/fwl/theme/cfwl_monthcalendartp.h",
1169 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
1170 "xfa/fwl/theme/cfwl_pictureboxtp.h",
1171 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
1172 "xfa/fwl/theme/cfwl_pushbuttontp.h",
1173 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
1174 "xfa/fwl/theme/cfwl_scrollbartp.h",
1175 "xfa/fwl/theme/cfwl_utils.h",
1176 "xfa/fwl/theme/cfwl_widgettp.cpp",
1177 "xfa/fwl/theme/cfwl_widgettp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001178 "xfa/fxbarcode/BC_Dimension.cpp",
1179 "xfa/fxbarcode/BC_Dimension.h",
1180 "xfa/fxbarcode/BC_Library.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001181 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
1182 "xfa/fxbarcode/BC_TwoDimWriter.h",
1183 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
1184 "xfa/fxbarcode/BC_UtilCodingConvert.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001185 "xfa/fxbarcode/BC_Utils.cpp",
1186 "xfa/fxbarcode/BC_Writer.cpp",
1187 "xfa/fxbarcode/BC_Writer.h",
Dan Sinclaira8a28e02016-03-23 15:41:39 -04001188 "xfa/fxbarcode/cbc_codabar.cpp",
1189 "xfa/fxbarcode/cbc_codabar.h",
1190 "xfa/fxbarcode/cbc_code128.cpp",
1191 "xfa/fxbarcode/cbc_code128.h",
1192 "xfa/fxbarcode/cbc_code39.cpp",
1193 "xfa/fxbarcode/cbc_code39.h",
1194 "xfa/fxbarcode/cbc_codebase.cpp",
1195 "xfa/fxbarcode/cbc_codebase.h",
1196 "xfa/fxbarcode/cbc_datamatrix.cpp",
1197 "xfa/fxbarcode/cbc_datamatrix.h",
1198 "xfa/fxbarcode/cbc_ean13.cpp",
1199 "xfa/fxbarcode/cbc_ean13.h",
1200 "xfa/fxbarcode/cbc_ean8.cpp",
1201 "xfa/fxbarcode/cbc_ean8.h",
1202 "xfa/fxbarcode/cbc_onecode.cpp",
1203 "xfa/fxbarcode/cbc_onecode.h",
1204 "xfa/fxbarcode/cbc_pdf417i.cpp",
1205 "xfa/fxbarcode/cbc_pdf417i.h",
1206 "xfa/fxbarcode/cbc_qrcode.cpp",
1207 "xfa/fxbarcode/cbc_qrcode.h",
1208 "xfa/fxbarcode/cbc_upca.cpp",
1209 "xfa/fxbarcode/cbc_upca.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001210 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
1211 "xfa/fxbarcode/common/BC_CommonBitArray.h",
1212 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
1213 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001214 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
1215 "xfa/fxbarcode/common/BC_CommonByteArray.h",
1216 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
1217 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001218 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp",
1219 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001220 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp",
1221 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h",
1222 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp",
1223 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h",
1224 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp",
1225 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h",
1226 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp",
1227 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h",
1228 "xfa/fxbarcode/datamatrix/BC_C40Encoder.cpp",
1229 "xfa/fxbarcode/datamatrix/BC_C40Encoder.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001230 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp",
1231 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001232 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp",
1233 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.h",
1234 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.cpp",
1235 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h",
1236 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.cpp",
1237 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.h",
1238 "xfa/fxbarcode/datamatrix/BC_Encoder.cpp",
1239 "xfa/fxbarcode/datamatrix/BC_Encoder.h",
1240 "xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp",
1241 "xfa/fxbarcode/datamatrix/BC_EncoderContext.h",
1242 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp",
1243 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h",
1244 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp",
1245 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
1246 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp",
1247 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h",
1248 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp",
1249 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h",
1250 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp",
1251 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
1252 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
1253 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
Dan Sinclaira8a28e02016-03-23 15:41:39 -04001254 "xfa/fxbarcode/include/BC_Library.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001255 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
1256 "xfa/fxbarcode/oned/BC_OneDimWriter.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001257 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
1258 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001259 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp",
1260 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001261 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp",
1262 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001263 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp",
1264 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001265 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp",
1266 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001267 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp",
1268 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h",
1269 "xfa/fxbarcode/pdf417/BC_PDF417.cpp",
1270 "xfa/fxbarcode/pdf417/BC_PDF417.h",
1271 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp",
1272 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001273 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp",
1274 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001275 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp",
1276 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001277 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp",
1278 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h",
1279 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp",
1280 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001281 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp",
1282 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001283 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp",
1284 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h",
1285 "xfa/fxbarcode/qrcode/BC_QRCoder.cpp",
1286 "xfa/fxbarcode/qrcode/BC_QRCoder.h",
1287 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp",
1288 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.h",
1289 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp",
1290 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001291 "xfa/fxbarcode/qrcode/BC_QRCoderECB.cpp",
1292 "xfa/fxbarcode/qrcode/BC_QRCoderECB.h",
1293 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp",
1294 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h",
1295 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp",
1296 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h",
1297 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp",
1298 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001299 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp",
1300 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h",
1301 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp",
1302 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h",
1303 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp",
1304 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h",
1305 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp",
1306 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001307 "xfa/fxbarcode/utils.h",
weili625ad662016-06-15 11:21:33 -07001308 "xfa/fxfa/app/cxfa_eventparam.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001309 "xfa/fxfa/app/xfa_checksum.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001310 "xfa/fxfa/app/xfa_ffapp.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001311 "xfa/fxfa/app/xfa_ffbarcode.cpp",
1312 "xfa/fxfa/app/xfa_ffbarcode.h",
1313 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
1314 "xfa/fxfa/app/xfa_ffcheckbutton.h",
1315 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
1316 "xfa/fxfa/app/xfa_ffchoicelist.h",
1317 "xfa/fxfa/app/xfa_ffdoc.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001318 "xfa/fxfa/app/xfa_ffdochandler.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001319 "xfa/fxfa/app/xfa_ffdocview.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001320 "xfa/fxfa/app/xfa_ffdraw.cpp",
1321 "xfa/fxfa/app/xfa_ffdraw.h",
1322 "xfa/fxfa/app/xfa_ffexclgroup.cpp",
1323 "xfa/fxfa/app/xfa_ffexclgroup.h",
1324 "xfa/fxfa/app/xfa_fffield.cpp",
1325 "xfa/fxfa/app/xfa_fffield.h",
1326 "xfa/fxfa/app/xfa_ffimage.cpp",
1327 "xfa/fxfa/app/xfa_ffimage.h",
1328 "xfa/fxfa/app/xfa_ffimageedit.cpp",
1329 "xfa/fxfa/app/xfa_ffimageedit.h",
1330 "xfa/fxfa/app/xfa_ffnotify.cpp",
1331 "xfa/fxfa/app/xfa_ffnotify.h",
1332 "xfa/fxfa/app/xfa_ffpageview.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001333 "xfa/fxfa/app/xfa_ffpath.cpp",
1334 "xfa/fxfa/app/xfa_ffpath.h",
1335 "xfa/fxfa/app/xfa_ffpushbutton.cpp",
1336 "xfa/fxfa/app/xfa_ffpushbutton.h",
1337 "xfa/fxfa/app/xfa_ffsignature.cpp",
1338 "xfa/fxfa/app/xfa_ffsignature.h",
1339 "xfa/fxfa/app/xfa_ffsubform.cpp",
1340 "xfa/fxfa/app/xfa_ffsubform.h",
1341 "xfa/fxfa/app/xfa_fftext.cpp",
1342 "xfa/fxfa/app/xfa_fftext.h",
1343 "xfa/fxfa/app/xfa_fftextedit.cpp",
1344 "xfa/fxfa/app/xfa_fftextedit.h",
1345 "xfa/fxfa/app/xfa_ffwidget.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001346 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
1347 "xfa/fxfa/app/xfa_ffwidgetacc.h",
1348 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001349 "xfa/fxfa/app/xfa_fontmgr.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001350 "xfa/fxfa/app/xfa_fwladapter.cpp",
1351 "xfa/fxfa/app/xfa_fwladapter.h",
1352 "xfa/fxfa/app/xfa_fwltheme.cpp",
1353 "xfa/fxfa/app/xfa_fwltheme.h",
1354 "xfa/fxfa/app/xfa_rendercontext.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001355 "xfa/fxfa/app/xfa_textlayout.cpp",
1356 "xfa/fxfa/app/xfa_textlayout.h",
1357 "xfa/fxfa/fm2js/xfa_error.cpp",
1358 "xfa/fxfa/fm2js/xfa_error.h",
1359 "xfa/fxfa/fm2js/xfa_expression.cpp",
1360 "xfa/fxfa/fm2js/xfa_expression.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001361 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
1362 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
1363 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
1364 "xfa/fxfa/fm2js/xfa_fmparse.h",
1365 "xfa/fxfa/fm2js/xfa_lexer.cpp",
1366 "xfa/fxfa/fm2js/xfa_lexer.h",
1367 "xfa/fxfa/fm2js/xfa_program.cpp",
1368 "xfa/fxfa/fm2js/xfa_program.h",
1369 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
1370 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
weili625ad662016-06-15 11:21:33 -07001371 "xfa/fxfa/include/cxfa_eventparam.h",
dsinclair7222ea62016-04-06 14:33:07 -07001372 "xfa/fxfa/include/fxfa.h",
1373 "xfa/fxfa/include/fxfa_basic.h",
1374 "xfa/fxfa/include/fxfa_widget.h",
1375 "xfa/fxfa/include/xfa_checksum.h",
1376 "xfa/fxfa/include/xfa_ffapp.h",
1377 "xfa/fxfa/include/xfa_ffdoc.h",
1378 "xfa/fxfa/include/xfa_ffdochandler.h",
1379 "xfa/fxfa/include/xfa_ffdocview.h",
1380 "xfa/fxfa/include/xfa_ffpageview.h",
1381 "xfa/fxfa/include/xfa_ffwidget.h",
1382 "xfa/fxfa/include/xfa_ffwidgethandler.h",
1383 "xfa/fxfa/include/xfa_fontmgr.h",
1384 "xfa/fxfa/include/xfa_rendercontext.h",
dsinclairc1515ef2016-07-20 06:16:06 -07001385 "xfa/fxfa/parser/cscript_datawindow.cpp",
1386 "xfa/fxfa/parser/cscript_datawindow.h",
1387 "xfa/fxfa/parser/cscript_eventpseudomodel.cpp",
1388 "xfa/fxfa/parser/cscript_eventpseudomodel.h",
1389 "xfa/fxfa/parser/cscript_hostpseudomodel.cpp",
1390 "xfa/fxfa/parser/cscript_hostpseudomodel.h",
1391 "xfa/fxfa/parser/cscript_layoutpseudomodel.cpp",
1392 "xfa/fxfa/parser/cscript_layoutpseudomodel.h",
1393 "xfa/fxfa/parser/cscript_logpseudomodel.cpp",
1394 "xfa/fxfa/parser/cscript_logpseudomodel.h",
1395 "xfa/fxfa/parser/cscript_signaturepseudomodel.cpp",
1396 "xfa/fxfa/parser/cscript_signaturepseudomodel.h",
dsinclair44d054c2016-04-06 10:23:46 -07001397 "xfa/fxfa/parser/cxfa_arc.h",
dsinclair5b36f0a2016-07-19 10:56:23 -07001398 "xfa/fxfa/parser/cxfa_arraynodelist.cpp",
dsinclair44d054c2016-04-06 10:23:46 -07001399 "xfa/fxfa/parser/cxfa_assist.cpp",
1400 "xfa/fxfa/parser/cxfa_assist.h",
dsinclair5b36f0a2016-07-19 10:56:23 -07001401 "xfa/fxfa/parser/cxfa_attachnodelist.cpp",
dsinclair44d054c2016-04-06 10:23:46 -07001402 "xfa/fxfa/parser/cxfa_bind.cpp",
1403 "xfa/fxfa/parser/cxfa_bind.h",
1404 "xfa/fxfa/parser/cxfa_binditems.cpp",
1405 "xfa/fxfa/parser/cxfa_binditems.h",
1406 "xfa/fxfa/parser/cxfa_border.h",
1407 "xfa/fxfa/parser/cxfa_box.cpp",
1408 "xfa/fxfa/parser/cxfa_box.h",
1409 "xfa/fxfa/parser/cxfa_calculate.cpp",
1410 "xfa/fxfa/parser/cxfa_calculate.h",
1411 "xfa/fxfa/parser/cxfa_caption.cpp",
1412 "xfa/fxfa/parser/cxfa_caption.h",
dsinclair0b851ff2016-07-21 12:03:01 -07001413 "xfa/fxfa/parser/cxfa_containerlayoutitem.cpp",
1414 "xfa/fxfa/parser/cxfa_containerlayoutitem.h",
1415 "xfa/fxfa/parser/cxfa_contentlayoutitem.cpp",
1416 "xfa/fxfa/parser/cxfa_contentlayoutitem.h",
dsinclair44d054c2016-04-06 10:23:46 -07001417 "xfa/fxfa/parser/cxfa_corner.h",
1418 "xfa/fxfa/parser/cxfa_data.cpp",
1419 "xfa/fxfa/parser/cxfa_data.h",
dsinclair3a7cc732016-07-21 12:04:34 -07001420 "xfa/fxfa/parser/cxfa_dataexporter.cpp",
1421 "xfa/fxfa/parser/cxfa_dataexporter.h",
1422 "xfa/fxfa/parser/cxfa_dataimporter.cpp",
1423 "xfa/fxfa/parser/cxfa_dataimporter.h",
dsinclair16280242016-07-21 12:03:47 -07001424 "xfa/fxfa/parser/cxfa_document.cpp",
1425 "xfa/fxfa/parser/cxfa_document.h",
dsinclair34f86b02016-07-11 08:42:33 -07001426 "xfa/fxfa/parser/cxfa_document_parser.cpp",
1427 "xfa/fxfa/parser/cxfa_document_parser.h",
dsinclair44d054c2016-04-06 10:23:46 -07001428 "xfa/fxfa/parser/cxfa_edge.h",
1429 "xfa/fxfa/parser/cxfa_event.cpp",
1430 "xfa/fxfa/parser/cxfa_event.h",
1431 "xfa/fxfa/parser/cxfa_exdata.cpp",
1432 "xfa/fxfa/parser/cxfa_exdata.h",
1433 "xfa/fxfa/parser/cxfa_fill.cpp",
1434 "xfa/fxfa/parser/cxfa_fill.h",
1435 "xfa/fxfa/parser/cxfa_font.cpp",
1436 "xfa/fxfa/parser/cxfa_font.h",
1437 "xfa/fxfa/parser/cxfa_image.cpp",
1438 "xfa/fxfa/parser/cxfa_image.h",
dsinclair0b851ff2016-07-21 12:03:01 -07001439 "xfa/fxfa/parser/cxfa_layoutitem.cpp",
1440 "xfa/fxfa/parser/cxfa_layoutitem.h",
1441 "xfa/fxfa/parser/cxfa_layoutprocessor.cpp",
1442 "xfa/fxfa/parser/cxfa_layoutprocessor.h",
dsinclair44d054c2016-04-06 10:23:46 -07001443 "xfa/fxfa/parser/cxfa_line.cpp",
1444 "xfa/fxfa/parser/cxfa_line.h",
1445 "xfa/fxfa/parser/cxfa_margin.cpp",
1446 "xfa/fxfa/parser/cxfa_margin.h",
dsinclair9eb0db12016-07-21 12:01:39 -07001447 "xfa/fxfa/parser/cxfa_measurement.cpp",
1448 "xfa/fxfa/parser/cxfa_measurement.h",
dsinclair5b36f0a2016-07-19 10:56:23 -07001449 "xfa/fxfa/parser/cxfa_node.cpp",
dsinclair31f87402016-07-20 06:34:45 -07001450 "xfa/fxfa/parser/cxfa_nodehelper.cpp",
1451 "xfa/fxfa/parser/cxfa_nodehelper.h",
dsinclair5b36f0a2016-07-19 10:56:23 -07001452 "xfa/fxfa/parser/cxfa_nodelist.cpp",
1453 "xfa/fxfa/parser/cxfa_object.cpp",
dsinclair44d054c2016-04-06 10:23:46 -07001454 "xfa/fxfa/parser/cxfa_occur.cpp",
1455 "xfa/fxfa/parser/cxfa_occur.h",
1456 "xfa/fxfa/parser/cxfa_para.cpp",
1457 "xfa/fxfa/parser/cxfa_para.h",
1458 "xfa/fxfa/parser/cxfa_rectangle.h",
dsinclair31f87402016-07-20 06:34:45 -07001459 "xfa/fxfa/parser/cxfa_resolveprocessor.cpp",
1460 "xfa/fxfa/parser/cxfa_resolveprocessor.h",
dsinclair44d054c2016-04-06 10:23:46 -07001461 "xfa/fxfa/parser/cxfa_script.cpp",
1462 "xfa/fxfa/parser/cxfa_script.h",
dsinclair31f87402016-07-20 06:34:45 -07001463 "xfa/fxfa/parser/cxfa_scriptcontext.cpp",
1464 "xfa/fxfa/parser/cxfa_scriptcontext.h",
dsinclair34f86b02016-07-11 08:42:33 -07001465 "xfa/fxfa/parser/cxfa_simple_parser.cpp",
1466 "xfa/fxfa/parser/cxfa_simple_parser.h",
dsinclair44d054c2016-04-06 10:23:46 -07001467 "xfa/fxfa/parser/cxfa_stroke.cpp",
1468 "xfa/fxfa/parser/cxfa_stroke.h",
1469 "xfa/fxfa/parser/cxfa_submit.cpp",
1470 "xfa/fxfa/parser/cxfa_submit.h",
1471 "xfa/fxfa/parser/cxfa_text.cpp",
1472 "xfa/fxfa/parser/cxfa_text.h",
dsinclair5b36f0a2016-07-19 10:56:23 -07001473 "xfa/fxfa/parser/cxfa_thisproxy.cpp",
dsinclair44d054c2016-04-06 10:23:46 -07001474 "xfa/fxfa/parser/cxfa_tooltip.cpp",
1475 "xfa/fxfa/parser/cxfa_tooltip.h",
dsinclair0b851ff2016-07-21 12:03:01 -07001476 "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h",
dsinclair44d054c2016-04-06 10:23:46 -07001477 "xfa/fxfa/parser/cxfa_validate.cpp",
1478 "xfa/fxfa/parser/cxfa_validate.h",
1479 "xfa/fxfa/parser/cxfa_value.cpp",
1480 "xfa/fxfa/parser/cxfa_value.h",
dsinclair8f3074b2016-06-02 17:45:25 -07001481 "xfa/fxfa/parser/cxfa_valuearray.cpp",
1482 "xfa/fxfa/parser/cxfa_valuearray.h",
dsinclair9eb0db12016-07-21 12:01:39 -07001483 "xfa/fxfa/parser/cxfa_widetextread.cpp",
1484 "xfa/fxfa/parser/cxfa_widetextread.h",
dsinclair44d054c2016-04-06 10:23:46 -07001485 "xfa/fxfa/parser/cxfa_widgetdata.cpp",
1486 "xfa/fxfa/parser/cxfa_widgetdata.h",
dsinclair34f86b02016-07-11 08:42:33 -07001487 "xfa/fxfa/parser/cxfa_xml_parser.cpp",
1488 "xfa/fxfa/parser/cxfa_xml_parser.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001489 "xfa/fxfa/parser/xfa_basic_data.cpp",
dsinclairf1494f02016-07-07 12:56:17 -07001490 "xfa/fxfa/parser/xfa_basic_data.h",
dsinclair8bdbc882016-07-07 07:55:39 -07001491 "xfa/fxfa/parser/xfa_basic_data_attributes.cpp",
1492 "xfa/fxfa/parser/xfa_basic_data_element_attributes.cpp",
1493 "xfa/fxfa/parser/xfa_basic_data_element_properties.cpp",
1494 "xfa/fxfa/parser/xfa_basic_data_element_script.cpp",
1495 "xfa/fxfa/parser/xfa_basic_data_enum.cpp",
1496 "xfa/fxfa/parser/xfa_basic_data_packets.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001497 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp",
1498 "xfa/fxfa/parser/xfa_document_datamerger_imp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -04001499 "xfa/fxfa/parser/xfa_layout_appadapter.cpp",
1500 "xfa/fxfa/parser/xfa_layout_appadapter.h",
1501 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp",
1502 "xfa/fxfa/parser/xfa_layout_itemlayout.h",
1503 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
1504 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
1505 "xfa/fxfa/parser/xfa_locale.cpp",
1506 "xfa/fxfa/parser/xfa_locale.h",
1507 "xfa/fxfa/parser/xfa_localemgr.cpp",
1508 "xfa/fxfa/parser/xfa_localemgr.h",
1509 "xfa/fxfa/parser/xfa_localevalue.cpp",
1510 "xfa/fxfa/parser/xfa_localevalue.h",
1511 "xfa/fxfa/parser/xfa_object.h",
dsinclair31f87402016-07-20 06:34:45 -07001512 "xfa/fxfa/parser/xfa_resolvenode_rs.h",
dsinclair39fdfc32016-07-21 12:09:45 -07001513 "xfa/fxfa/parser/xfa_utils.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001514 "xfa/fxfa/parser/xfa_utils.h",
Dan Sinclair811b8a42016-03-17 08:59:42 -04001515 "xfa/fxgraphics/cagg_graphics.cpp",
1516 "xfa/fxgraphics/cagg_graphics.h",
1517 "xfa/fxgraphics/cfx_color.cpp",
1518 "xfa/fxgraphics/cfx_color.h",
1519 "xfa/fxgraphics/cfx_graphics.cpp",
1520 "xfa/fxgraphics/cfx_path.cpp",
1521 "xfa/fxgraphics/cfx_path.h",
1522 "xfa/fxgraphics/cfx_path_generator.cpp",
1523 "xfa/fxgraphics/cfx_path_generator.h",
1524 "xfa/fxgraphics/cfx_pattern.cpp",
1525 "xfa/fxgraphics/cfx_pattern.h",
1526 "xfa/fxgraphics/cfx_shading.cpp",
1527 "xfa/fxgraphics/cfx_shading.h",
1528 "xfa/fxgraphics/include/cfx_graphics.h",
Tom Sepezb36747d2015-12-08 15:49:25 -08001529 ]
dsinclairb3f24672016-07-12 10:42:14 -07001530 include_dirs = [ "." ]
dsinclair8bd9ce02016-06-09 13:24:34 -07001531 deps = [
dsinclair7f9c8602016-07-12 10:41:43 -07001532 ":fxjs",
dsinclair8bd9ce02016-06-09 13:24:34 -07001533 ]
Tom Sepezb36747d2015-12-08 15:49:25 -08001534 configs += [
weili0abe6522016-06-06 14:41:22 -07001535 ":pdfium_core_config",
weilidcc29b12016-05-27 17:58:23 -07001536 ":xfa_warnings",
Tom Sepez452b4f32015-10-13 09:27:27 -07001537 ]
1538 }
Tom Sepezc706fc02014-11-14 13:39:20 -08001539}
Tom Sepez04681f32015-01-09 13:59:19 -08001540
1541test("pdfium_unittests") {
1542 sources = [
Dan Sinclair764ec512016-03-14 13:35:12 -04001543 "core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp",
1544 "core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
1545 "core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp",
dsinclaird80e0a72016-04-04 09:38:55 -07001546 "core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp",
weilicdce7572016-04-13 14:40:10 -07001547 "core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -04001548 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp",
1549 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp",
1550 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp",
1551 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp",
1552 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
dsinclair448c4332016-08-02 12:07:35 -07001553 "core/fpdfdoc/cpdf_filespec_unittest.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -04001554 "core/fpdftext/fpdf_text_int_unittest.cpp",
1555 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
tsepeze21501d2016-08-02 13:36:16 -07001556 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
tsepez602aebc2016-03-29 15:04:21 -07001557 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -04001558 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1559 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1560 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
thestig1b99b2d2016-05-20 11:50:06 -07001561 "core/fxcrt/fx_basic_util_unittest.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -04001562 "core/fxcrt/fx_basic_wstring_unittest.cpp",
1563 "core/fxcrt/fx_bidi_unittest.cpp",
1564 "core/fxcrt/fx_extension_unittest.cpp",
1565 "core/fxcrt/fx_system_unittest.cpp",
Dan Sinclairf766ad22016-03-14 13:51:24 -04001566 "fpdfsdk/fpdfdoc_unittest.cpp",
Tom Sepez04681f32015-01-09 13:59:19 -08001567 ]
1568 deps = [
Tom Sepezd831dc72015-10-19 16:04:22 -07001569 ":pdfium",
1570 ":test_support",
Dan Sinclairfffc9632016-03-08 08:57:05 -05001571 "//testing/gtest",
1572 "//testing/gtest:gtest_main",
Tom Sepez04681f32015-01-09 13:59:19 -08001573 ]
Dan Sinclair30410ce2016-03-16 10:20:24 -04001574 include_dirs = []
Tom Sepezd2e023b2015-12-08 14:36:16 -08001575 if (pdf_enable_xfa) {
1576 sources += [
dsinclairfc2cdf82016-05-19 18:07:11 -07001577 "xfa/fde/css/fde_cssdatatable_unittest.cpp",
dsinclair11ac93c2016-03-31 09:45:20 -07001578 "xfa/fde/xml/fde_xml_imp_unittest.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -04001579 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
dsinclairc7600f92016-05-19 14:12:30 -07001580 "xfa/fxfa/app/xfa_textlayout_unittest.cpp",
dsinclaire85f9712016-08-03 10:08:13 -07001581 "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp",
dsinclair39fdfc32016-07-21 12:09:45 -07001582 "xfa/fxfa/parser/xfa_utils_unittest.cpp",
Tom Sepezd2e023b2015-12-08 14:36:16 -08001583 ]
1584 }
caryclarke89391e2016-06-29 07:10:49 -07001585 if (pdf_use_skia) {
1586 sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ]
1587 deps += [ "//skia" ]
1588 }
Wei Li614d20a2016-03-15 13:55:12 -07001589 if (pdf_enable_v8) {
Dan Sinclair811b8a42016-03-17 08:59:42 -04001590 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ]
Wei Li614d20a2016-03-15 13:55:12 -07001591 include_dirs += [
1592 "//v8",
1593 "//v8/include",
1594 ]
1595 }
weili0abe6522016-06-06 14:41:22 -07001596 configs += [ ":pdfium_core_config" ]
jbudorick7f3a15f2016-06-10 06:28:40 -07001597 if (is_android) {
1598 ignore_all_data_deps = true
1599 use_raw_android_executable = true
1600 }
Tom Sepez04681f32015-01-09 13:59:19 -08001601}
Tom Sepez1b1bb492015-01-22 17:36:32 -08001602
1603test("pdfium_embeddertests") {
1604 sources = [
Dan Sinclair764ec512016-03-14 13:35:12 -04001605 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
1606 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp",
thestig27ddf162016-05-23 15:06:59 -07001607 "core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp",
Dan Sinclair764ec512016-03-14 13:35:12 -04001608 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
1609 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp",
1610 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
weili6faf9f92016-08-02 11:34:08 -07001611 "core/fxcodec/codec/fx_codec_embeddertest.cpp",
ochangb8627c92016-04-11 13:47:41 -07001612 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
Dan Sinclairf766ad22016-03-14 13:51:24 -04001613 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1614 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1615 "fpdfsdk/fpdfedit_embeddertest.cpp",
1616 "fpdfsdk/fpdfext_embeddertest.cpp",
1617 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1618 "fpdfsdk/fpdfsave_embeddertest.cpp",
1619 "fpdfsdk/fpdftext_embeddertest.cpp",
1620 "fpdfsdk/fpdfview_c_api_test.c",
1621 "fpdfsdk/fpdfview_c_api_test.h",
1622 "fpdfsdk/fpdfview_embeddertest.cpp",
1623 "fpdfsdk/fsdk_baseform_embeddertest.cpp",
Tom Sepez1b1bb492015-01-22 17:36:32 -08001624 "testing/embedder_test.cpp",
1625 "testing/embedder_test.h",
Tom Sepeza310e002015-02-27 13:03:07 -08001626 "testing/embedder_test_mock_delegate.h",
Tom Sepez6efc0ad2015-06-02 17:11:18 -07001627 "testing/embedder_test_timer_handling_delegate.h",
dsinclair34f86b02016-07-11 08:42:33 -07001628 "xfa/fxfa/parser/cxfa_simple_parser_embeddertest.cpp",
Tom Sepez1b1bb492015-01-22 17:36:32 -08001629 ]
1630 deps = [
Tom Sepez452b4f32015-10-13 09:27:27 -07001631 ":pdfium",
Tom Sepezd831dc72015-10-19 16:04:22 -07001632 ":test_support",
Dan Sinclairfffc9632016-03-08 08:57:05 -05001633 "//testing/gmock",
1634 "//testing/gtest",
Tom Sepez1b1bb492015-01-22 17:36:32 -08001635 ]
dsinclair685bb882016-04-20 07:32:39 -07001636 include_dirs = [ "testing/gmock/include" ]
Tom Sepez452b4f32015-10-13 09:27:27 -07001637 if (pdf_enable_v8) {
Lei Zhang1ac47eb2015-12-21 11:04:44 -08001638 sources += [
Dan Sinclairf766ad22016-03-14 13:51:24 -04001639 "fpdfsdk/javascript/public_methods_embeddertest.cpp",
dsinclairb3f24672016-07-12 10:42:14 -07001640 "fxjs/fxjs_v8_embeddertest.cpp",
Lei Zhang1ac47eb2015-12-21 11:04:44 -08001641 "testing/js_embedder_test.cpp",
1642 "testing/js_embedder_test.h",
1643 ]
dsinclairb3f24672016-07-12 10:42:14 -07001644 deps += [ ":fxjs" ]
Jochen Eisinger7ed503d2015-12-10 14:38:06 +01001645 configs += [ "//v8:external_startup_data" ]
Tom Sepez452b4f32015-10-13 09:27:27 -07001646 }
weili0abe6522016-06-06 14:41:22 -07001647 configs += [ ":pdfium_core_config" ]
jbudorick7f3a15f2016-06-10 06:28:40 -07001648 if (is_android) {
1649 ignore_all_data_deps = true
1650 use_raw_android_executable = true
1651 }
Tom Sepez1b1bb492015-01-22 17:36:32 -08001652}
dsinclair685bb882016-04-20 07:32:39 -07001653
1654if (pdf_is_standalone) {
1655 source_set("samples") {
1656 testonly = true
1657 deps = [
1658 "//samples",
1659 ]
1660 }
1661}