blob: 0a63ed3c290cea24e583696ff72eb360a58676be [file] [log] [blame]
Bo Xufdc00a72014-10-28 23:03:33 -07001{
Tom Sepez452b4f32015-10-13 09:27:27 -07002 "variables": {
weili60607c32016-05-26 11:53:12 -07003 "chromium_code": 1,
Tom Sepez452b4f32015-10-13 09:27:27 -07004 "pdf_enable_v8%": 1,
5 },
Tom Sepeza8a39e22015-10-12 15:47:07 -07006 "target_defaults": {
7 "defines": [
8 "PDF_ENABLE_XFA",
9 ],
Tom Sepez1a87cc32016-03-04 11:58:02 -080010 'msvs_disabled_warnings': [
weili60607c32016-05-26 11:53:12 -070011 4267,
Tom Sepez1a87cc32016-03-04 11:58:02 -080012 ],
Tom Sepeza8a39e22015-10-12 15:47:07 -070013 },
Bo Xufdc00a72014-10-28 23:03:33 -070014 "targets":[
15 {
16 "target_name":"xfa",
17 "type":"static_library",
Bo Xufdc00a72014-10-28 23:03:33 -070018 'include_dirs': [
Lei Zhang8241df72015-11-06 14:38:48 -080019 # This is implicit in GN.
20 '<(DEPTH)',
21 '.',
Bo Xud66f5922014-12-19 15:42:10 -080022 'third_party/freetype/include',
Oliver Changcec3f682015-11-05 16:00:40 -080023 'third_party/freetype/include/freetype',
Bo Xud66f5922014-12-19 15:42:10 -080024 ],
25 'defines' : [
26 'FT2_BUILD_LIBRARY',
Bo Xufdc00a72014-10-28 23:03:33 -070027 ],
28 "sources":[
dsinclair7222ea62016-04-06 14:33:07 -070029 "xfa/fxfa/include/fxfa.h",
30 "xfa/fxfa/include/fxfa_basic.h",
31 "xfa/fxfa/include/fxfa_widget.h",
32 "xfa/fxfa/include/xfa_checksum.h",
33 "xfa/fxfa/include/xfa_ffapp.h",
34 "xfa/fxfa/include/xfa_ffdoc.h",
35 "xfa/fxfa/include/xfa_ffdochandler.h",
36 "xfa/fxfa/include/xfa_ffdocview.h",
37 "xfa/fxfa/include/xfa_ffpageview.h",
38 "xfa/fxfa/include/xfa_ffwidget.h",
39 "xfa/fxfa/include/xfa_ffwidgethandler.h",
40 "xfa/fxfa/include/xfa_fontmgr.h",
41 "xfa/fxfa/include/xfa_rendercontext.h",
dsinclair65395182016-05-18 11:09:47 -070042 "xfa/fde/cfde_path.cpp",
43 "xfa/fde/cfde_path.h",
44 "xfa/fde/cfde_txtedtbufiter.cpp",
45 "xfa/fde/cfde_txtedtbufiter.h",
46 "xfa/fde/cfde_txtedtbuf.cpp",
47 "xfa/fde/cfde_txtedtbuf.h",
48 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
49 "xfa/fde/cfde_txtedtdorecord_deleterange.h",
50 "xfa/fde/cfde_txtedtdorecord_insert.cpp",
51 "xfa/fde/cfde_txtedtdorecord_insert.h",
52 "xfa/fde/cfde_txtedtengine.cpp",
53 "xfa/fde/cfde_txtedtengine.h",
54 "xfa/fde/cfde_txtedtpage.cpp",
55 "xfa/fde/cfde_txtedtpage.h",
56 "xfa/fde/cfde_txtedtparag.cpp",
57 "xfa/fde/cfde_txtedtparag.h",
58 "xfa/fde/cfde_txtedttextset.cpp",
59 "xfa/fde/cfde_txtedttextset.h",
60 "xfa/fde/cfx_chariter.cpp",
61 "xfa/fde/cfx_chariter.h",
62 "xfa/fde/cfx_wordbreak.cpp",
63 "xfa/fde/cfx_wordbreak.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040064 "xfa/fde/css/fde_css.h",
65 "xfa/fde/css/fde_csscache.cpp",
66 "xfa/fde/css/fde_csscache.h",
67 "xfa/fde/css/fde_cssdatatable.cpp",
68 "xfa/fde/css/fde_cssdatatable.h",
69 "xfa/fde/css/fde_cssdeclaration.cpp",
70 "xfa/fde/css/fde_cssdeclaration.h",
71 "xfa/fde/css/fde_cssstyleselector.cpp",
72 "xfa/fde/css/fde_cssstyleselector.h",
73 "xfa/fde/css/fde_cssstylesheet.cpp",
74 "xfa/fde/css/fde_cssstylesheet.h",
75 "xfa/fde/css/fde_csssyntax.cpp",
76 "xfa/fde/css/fde_csssyntax.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040077 "xfa/fde/fde_gedevice.cpp",
78 "xfa/fde/fde_gedevice.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040079 "xfa/fde/fde_iterator.cpp",
80 "xfa/fde/fde_iterator.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040081 "xfa/fde/fde_object.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040082 "xfa/fde/fde_render.cpp",
83 "xfa/fde/fde_render.h",
dsinclair65395182016-05-18 11:09:47 -070084 "xfa/fde/ifde_txtedtdorecord.h",
85 "xfa/fde/ifde_txtedtengine.h",
86 "xfa/fde/ifde_txtedtpage.h",
87 "xfa/fde/ifx_chariter.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040088 "xfa/fde/tto/fde_textout.cpp",
89 "xfa/fde/tto/fde_textout.h",
dsinclair6c93df82016-05-19 18:13:53 -070090 "xfa/fde/xml/cfx_saxreader.cpp",
91 "xfa/fde/xml/cfx_saxreader.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040092 "xfa/fde/xml/fde_xml.h",
93 "xfa/fde/xml/fde_xml_imp.cpp",
94 "xfa/fde/xml/fde_xml_imp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040095 "xfa/fgas/crt/fgas_codepage.cpp",
96 "xfa/fgas/crt/fgas_codepage.h",
Dan Sinclair1770c022016-03-14 14:14:16 -040097 "xfa/fgas/crt/fgas_language.h",
98 "xfa/fgas/crt/fgas_memory.cpp",
99 "xfa/fgas/crt/fgas_memory.h",
100 "xfa/fgas/crt/fgas_stream.cpp",
101 "xfa/fgas/crt/fgas_stream.h",
102 "xfa/fgas/crt/fgas_system.cpp",
103 "xfa/fgas/crt/fgas_system.h",
104 "xfa/fgas/crt/fgas_utils.cpp",
105 "xfa/fgas/crt/fgas_utils.h",
106 "xfa/fgas/font/fgas_font.h",
107 "xfa/fgas/font/fgas_fontutils.cpp",
108 "xfa/fgas/font/fgas_fontutils.h",
109 "xfa/fgas/font/fgas_gefont.cpp",
110 "xfa/fgas/font/fgas_gefont.h",
111 "xfa/fgas/font/fgas_stdfontmgr.cpp",
112 "xfa/fgas/font/fgas_stdfontmgr.h",
113 "xfa/fgas/layout/fgas_linebreak.cpp",
114 "xfa/fgas/layout/fgas_linebreak.h",
115 "xfa/fgas/layout/fgas_rtfbreak.cpp",
116 "xfa/fgas/layout/fgas_rtfbreak.h",
117 "xfa/fgas/layout/fgas_textbreak.cpp",
118 "xfa/fgas/layout/fgas_textbreak.h",
119 "xfa/fgas/layout/fgas_unicode.cpp",
120 "xfa/fgas/layout/fgas_unicode.h",
121 "xfa/fgas/localization/fgas_datetime.cpp",
122 "xfa/fgas/localization/fgas_datetime.h",
123 "xfa/fgas/localization/fgas_locale.cpp",
124 "xfa/fgas/localization/fgas_locale.h",
125 "xfa/fgas/localization/fgas_localeimp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400126 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
127 "xfa/fwl/basewidget/fwl_barcodeimp.h",
128 "xfa/fwl/basewidget/fwl_caretimp.cpp",
129 "xfa/fwl/basewidget/fwl_caretimp.h",
130 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
131 "xfa/fwl/basewidget/fwl_checkboximp.h",
132 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
133 "xfa/fwl/basewidget/fwl_comboboximp.h",
134 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
135 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
136 "xfa/fwl/basewidget/fwl_editimp.cpp",
137 "xfa/fwl/basewidget/fwl_editimp.h",
138 "xfa/fwl/basewidget/fwl_formproxyimp.cpp",
139 "xfa/fwl/basewidget/fwl_formproxyimp.h",
140 "xfa/fwl/basewidget/fwl_listboximp.cpp",
141 "xfa/fwl/basewidget/fwl_listboximp.h",
142 "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp",
143 "xfa/fwl/basewidget/fwl_monthcalendarimp.h",
144 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
145 "xfa/fwl/basewidget/fwl_pictureboximp.h",
146 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
147 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
148 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
149 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
150 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
151 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
152 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
153 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
154 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp",
155 "xfa/fwl/basewidget/fxmath_barcodeimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400156 "xfa/fwl/basewidget/ifwl_barcode.h",
157 "xfa/fwl/basewidget/ifwl_caret.h",
158 "xfa/fwl/basewidget/ifwl_checkbox.h",
159 "xfa/fwl/basewidget/ifwl_combobox.h",
160 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
161 "xfa/fwl/basewidget/ifwl_edit.h",
162 "xfa/fwl/basewidget/ifwl_listbox.h",
163 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
164 "xfa/fwl/basewidget/ifwl_picturebox.h",
165 "xfa/fwl/basewidget/ifwl_pushbutton.h",
166 "xfa/fwl/basewidget/ifwl_scrollbar.h",
167 "xfa/fwl/basewidget/ifwl_spinbutton.h",
168 "xfa/fwl/basewidget/ifwl_tooltip.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400169 "xfa/fwl/core/cfwl_event.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400170 "xfa/fwl/core/cfwl_message.h",
171 "xfa/fwl/core/cfwl_themebackground.h",
172 "xfa/fwl/core/cfwl_themepart.h",
173 "xfa/fwl/core/cfwl_themetext.h",
174 "xfa/fwl/core/cfwl_widgetimpproperties.h",
tsepez648575a2016-05-25 15:24:31 -0700175 "xfa/fwl/core/cfwl_widgetmgr.cpp",
176 "xfa/fwl/core/cfwl_widgetmgr.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400177 "xfa/fwl/core/fwl_appimp.cpp",
178 "xfa/fwl/core/fwl_appimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400179 "xfa/fwl/core/fwl_error.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400180 "xfa/fwl/core/fwl_formimp.cpp",
181 "xfa/fwl/core/fwl_formimp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400182 "xfa/fwl/core/fwl_noteimp.cpp",
183 "xfa/fwl/core/fwl_noteimp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400184 "xfa/fwl/core/fwl_timerimp.cpp",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400185 "xfa/fwl/core/fwl_widgetdef.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400186 "xfa/fwl/core/fwl_widgetimp.cpp",
187 "xfa/fwl/core/fwl_widgetimp.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400188 "xfa/fwl/core/ifwl_app.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400189 "xfa/fwl/core/ifwl_dataprovider.h",
190 "xfa/fwl/core/ifwl_form.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400191 "xfa/fwl/core/ifwl_themeprovider.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400192 "xfa/fwl/core/ifwl_timer.h",
193 "xfa/fwl/core/ifwl_tooltiptarget.h",
194 "xfa/fwl/core/ifwl_widget.h",
195 "xfa/fwl/core/ifwl_widgetdelegate.h",
dsinclair89fcde82016-05-03 13:00:25 -0700196 "xfa/fwl/core/include/fwl_widgethit.h",
Dan Sinclair398a43d2016-03-23 15:51:01 -0400197 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
dsinclair7f432a12016-03-29 12:38:01 -0700198 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
199 "xfa/fwl/lightwidget/cfwl_barcode.h",
dsinclair7f432a12016-03-29 12:38:01 -0700200 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
201 "xfa/fwl/lightwidget/cfwl_checkbox.h",
202 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
203 "xfa/fwl/lightwidget/cfwl_combobox.h",
204 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
205 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
206 "xfa/fwl/lightwidget/cfwl_edit.cpp",
207 "xfa/fwl/lightwidget/cfwl_edit.h",
208 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
209 "xfa/fwl/lightwidget/cfwl_listbox.h",
210 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
211 "xfa/fwl/lightwidget/cfwl_picturebox.h",
212 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
213 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
214 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp",
215 "xfa/fwl/lightwidget/cfwl_scrollbar.h",
216 "xfa/fwl/lightwidget/cfwl_theme.cpp",
217 "xfa/fwl/lightwidget/cfwl_theme.h",
218 "xfa/fwl/lightwidget/cfwl_tooltip.cpp",
219 "xfa/fwl/lightwidget/cfwl_tooltip.h",
220 "xfa/fwl/lightwidget/cfwl_widget.cpp",
221 "xfa/fwl/lightwidget/cfwl_widget.h",
222 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp",
223 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h",
224 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
caryclark5838dbd2016-04-04 10:00:54 -0700225 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
dsinclair7f432a12016-03-29 12:38:01 -0700226 "xfa/fwl/theme/cfwl_barcodetp.cpp",
227 "xfa/fwl/theme/cfwl_barcodetp.h",
228 "xfa/fwl/theme/cfwl_carettp.cpp",
229 "xfa/fwl/theme/cfwl_carettp.h",
230 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
231 "xfa/fwl/theme/cfwl_checkboxtp.h",
232 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
233 "xfa/fwl/theme/cfwl_comboboxtp.h",
234 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
235 "xfa/fwl/theme/cfwl_datetimepickertp.h",
236 "xfa/fwl/theme/cfwl_edittp.cpp",
237 "xfa/fwl/theme/cfwl_edittp.h",
238 "xfa/fwl/theme/cfwl_formtp.cpp",
239 "xfa/fwl/theme/cfwl_formtp.h",
240 "xfa/fwl/theme/cfwl_listboxtp.cpp",
241 "xfa/fwl/theme/cfwl_listboxtp.h",
242 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
243 "xfa/fwl/theme/cfwl_monthcalendartp.h",
244 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
245 "xfa/fwl/theme/cfwl_pictureboxtp.h",
246 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
247 "xfa/fwl/theme/cfwl_pushbuttontp.h",
248 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
249 "xfa/fwl/theme/cfwl_scrollbartp.h",
250 "xfa/fwl/theme/cfwl_utils.h",
251 "xfa/fwl/theme/cfwl_widgettp.cpp",
252 "xfa/fwl/theme/cfwl_widgettp.h",
Dan Sinclaira98600a2016-03-21 15:15:56 -0400253 "xfa/fxbarcode/cbc_code128.cpp",
254 "xfa/fxbarcode/cbc_code128.h",
255 "xfa/fxbarcode/cbc_code39.cpp",
256 "xfa/fxbarcode/cbc_code39.h",
257 "xfa/fxbarcode/cbc_codabar.cpp",
258 "xfa/fxbarcode/cbc_codabar.h",
259 "xfa/fxbarcode/cbc_codebase.cpp",
260 "xfa/fxbarcode/cbc_codebase.h",
261 "xfa/fxbarcode/cbc_datamatrix.cpp",
262 "xfa/fxbarcode/cbc_datamatrix.h",
263 "xfa/fxbarcode/cbc_ean8.cpp",
dan sinclair2e8798f2016-03-24 12:56:07 -0400264 "xfa/fxbarcode/cbc_ean8.h",
Dan Sinclaira98600a2016-03-21 15:15:56 -0400265 "xfa/fxbarcode/cbc_ean13.cpp",
266 "xfa/fxbarcode/cbc_ean13.h",
267 "xfa/fxbarcode/cbc_onecode.cpp",
268 "xfa/fxbarcode/cbc_onecode.h",
269 "xfa/fxbarcode/cbc_pdf417i.cpp",
270 "xfa/fxbarcode/cbc_pdf417i.h",
271 "xfa/fxbarcode/cbc_qrcode.cpp",
272 "xfa/fxbarcode/cbc_qrcode.h",
273 "xfa/fxbarcode/cbc_upca.cpp",
274 "xfa/fxbarcode/cbc_upca.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400275 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
276 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
277 "xfa/fxbarcode/common/BC_CommonBitSource.cpp",
278 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
279 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
280 "xfa/fxbarcode/common/BC_CommonCharacterSetECI.cpp",
281 "xfa/fxbarcode/common/BC_CommonDecoderResult.cpp",
282 "xfa/fxbarcode/common/BC_CommonECI.cpp",
283 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp",
284 "xfa/fxbarcode/common/BC_CommonBitArray.h",
285 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
286 "xfa/fxbarcode/common/BC_CommonBitSource.h",
287 "xfa/fxbarcode/common/BC_CommonByteArray.h",
288 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
289 "xfa/fxbarcode/common/BC_CommonCharacterSetECI.h",
290 "xfa/fxbarcode/common/BC_CommonDecoderResult.h",
291 "xfa/fxbarcode/common/BC_CommonECI.h",
292 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h",
293 "xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp",
294 "xfa/fxbarcode/common/BC_WhiteRectangleDetector.h",
295 "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp",
296 "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h",
297 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp",
298 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp",
299 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp",
300 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp",
301 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h",
302 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h",
303 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h",
304 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h",
305 "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp",
306 "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp",
307 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp",
308 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp",
309 "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp",
310 "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp",
311 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp",
312 "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp",
313 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp",
314 "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h",
315 "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h",
316 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h",
317 "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h",
318 "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h",
319 "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h",
320 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h",
321 "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h",
322 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.h",
323 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp",
324 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp",
325 "xfa/fxbarcode/datamatrix/BC_C40Encoder.cpp",
326 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.cpp",
327 "xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp",
328 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp",
329 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp",
330 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp",
331 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp",
332 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
333 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.cpp",
334 "xfa/fxbarcode/datamatrix/BC_Encoder.cpp",
335 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp",
336 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h",
337 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h",
338 "xfa/fxbarcode/datamatrix/BC_C40Encoder.h",
339 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.h",
340 "xfa/fxbarcode/datamatrix/BC_EncoderContext.h",
341 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h",
342 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h",
343 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h",
344 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
345 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
346 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h",
347 "xfa/fxbarcode/datamatrix/BC_Encoder.h",
348 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
Dan Sinclaira98600a2016-03-21 15:15:56 -0400349 "xfa/fxbarcode/include/BC_Library.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400350 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp",
351 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
352 "xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp",
353 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp",
354 "xfa/fxbarcode/oned/BC_OnedCode39Reader.cpp",
355 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp",
356 "xfa/fxbarcode/oned/BC_OnedEAN13Reader.cpp",
357 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp",
358 "xfa/fxbarcode/oned/BC_OnedEAN8Reader.cpp",
359 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp",
360 "xfa/fxbarcode/oned/BC_OneDimReader.cpp",
361 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
362 "xfa/fxbarcode/oned/BC_OneDReader.cpp",
363 "xfa/fxbarcode/oned/BC_OnedUPCAReader.cpp",
364 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp",
365 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h",
366 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h",
367 "xfa/fxbarcode/oned/BC_OnedCode128Reader.h",
368 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h",
369 "xfa/fxbarcode/oned/BC_OnedCode39Reader.h",
370 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h",
371 "xfa/fxbarcode/oned/BC_OnedEAN13Reader.h",
372 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h",
373 "xfa/fxbarcode/oned/BC_OnedEAN8Reader.h",
374 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h",
375 "xfa/fxbarcode/oned/BC_OneDimReader.h",
376 "xfa/fxbarcode/oned/BC_OneDimWriter.h",
377 "xfa/fxbarcode/oned/BC_OneDReader.h",
378 "xfa/fxbarcode/oned/BC_OnedUPCAReader.h",
379 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h",
380 "xfa/fxbarcode/pdf417/BC_PDF417.cpp",
381 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp",
382 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp",
383 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp",
384 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp",
385 "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp",
386 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp",
387 "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp",
388 "xfa/fxbarcode/pdf417/BC_PDF417Common.cpp",
389 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp",
390 "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp",
391 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp",
392 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp",
393 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp",
394 "xfa/fxbarcode/pdf417/BC_PDF417Detector.cpp",
395 "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp",
396 "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.cpp",
397 "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp",
398 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp",
399 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp",
400 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp",
401 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp",
402 "xfa/fxbarcode/pdf417/BC_PDF417Reader.cpp",
403 "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp",
404 "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp",
405 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp",
406 "xfa/fxbarcode/pdf417/BC_PDF417.h",
407 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h",
408 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h",
409 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h",
410 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.h",
411 "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h",
412 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h",
413 "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h",
414 "xfa/fxbarcode/pdf417/BC_PDF417Common.h",
415 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h",
416 "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h",
417 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h",
418 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h",
419 "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h",
420 "xfa/fxbarcode/pdf417/BC_PDF417Detector.h",
421 "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.h",
422 "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h",
423 "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h",
424 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h",
425 "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h",
426 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h",
427 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h",
428 "xfa/fxbarcode/pdf417/BC_PDF417Reader.h",
429 "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.h",
430 "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h",
431 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h",
432 "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp",
433 "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp",
434 "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp",
435 "xfa/fxbarcode/qrcode/BC_QRCoder.cpp",
436 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp",
437 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp",
438 "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.cpp",
439 "xfa/fxbarcode/qrcode/BC_QRCodeReader.cpp",
440 "xfa/fxbarcode/qrcode/BC_QRCoderECB.cpp",
441 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp",
442 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp",
443 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp",
444 "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp",
445 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp",
446 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp",
447 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp",
448 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp",
449 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp",
450 "xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp",
451 "xfa/fxbarcode/qrcode/BC_QRDataMask.cpp",
452 "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp",
453 "xfa/fxbarcode/qrcode/BC_QRDetector.cpp",
454 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp",
455 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp",
456 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp",
457 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp",
458 "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h",
459 "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h",
460 "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.h",
461 "xfa/fxbarcode/qrcode/BC_QRCoder.h",
462 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.h",
463 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.h",
464 "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.h",
465 "xfa/fxbarcode/qrcode/BC_QRCodeReader.h",
466 "xfa/fxbarcode/qrcode/BC_QRCoderECB.h",
467 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h",
468 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h",
469 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h",
470 "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.h",
471 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h",
472 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h",
473 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h",
474 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h",
475 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h",
476 "xfa/fxbarcode/qrcode/BC_QRDataBlock.h",
477 "xfa/fxbarcode/qrcode/BC_QRDataMask.h",
478 "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h",
479 "xfa/fxbarcode/qrcode/BC_QRDetector.h",
480 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h",
481 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h",
482 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h",
483 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h",
484 "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.cpp",
485 "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400486 "xfa/fxbarcode/BC_Binarizer.cpp",
487 "xfa/fxbarcode/BC_BinaryBitmap.cpp",
488 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
489 "xfa/fxbarcode/BC_Dimension.cpp",
490 "xfa/fxbarcode/BC_Library.cpp",
491 "xfa/fxbarcode/BC_LuminanceSource.cpp",
492 "xfa/fxbarcode/BC_Reader.cpp",
493 "xfa/fxbarcode/BC_ResultPoint.cpp",
494 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
495 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
496 "xfa/fxbarcode/BC_UtilRSS.cpp",
497 "xfa/fxbarcode/BC_Utils.cpp",
498 "xfa/fxbarcode/BC_Writer.cpp",
499 "xfa/fxbarcode/BC_Binarizer.h",
500 "xfa/fxbarcode/BC_BinaryBitmap.h",
501 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
502 "xfa/fxbarcode/BC_DecoderResult.h",
503 "xfa/fxbarcode/BC_Dimension.h",
504 "xfa/fxbarcode/BC_LuminanceSource.h",
505 "xfa/fxbarcode/BC_Reader.h",
506 "xfa/fxbarcode/BC_ResultPoint.h",
507 "xfa/fxbarcode/BC_TwoDimWriter.h",
508 "xfa/fxbarcode/BC_UtilCodingConvert.h",
509 "xfa/fxbarcode/BC_UtilRSS.h",
510 "xfa/fxbarcode/BC_Writer.h",
511 "xfa/fxbarcode/utils.h",
512 "xfa/fxfa/app/xfa_checksum.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400513 "xfa/fxfa/app/xfa_ffapp.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400514 "xfa/fxfa/app/xfa_ffbarcode.cpp",
515 "xfa/fxfa/app/xfa_ffbarcode.h",
516 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
517 "xfa/fxfa/app/xfa_ffcheckbutton.h",
518 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
519 "xfa/fxfa/app/xfa_ffchoicelist.h",
520 "xfa/fxfa/app/xfa_ffdoc.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400521 "xfa/fxfa/app/xfa_ffdochandler.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400522 "xfa/fxfa/app/xfa_ffdocview.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400523 "xfa/fxfa/app/xfa_ffdraw.cpp",
524 "xfa/fxfa/app/xfa_ffdraw.h",
525 "xfa/fxfa/app/xfa_ffexclgroup.cpp",
526 "xfa/fxfa/app/xfa_ffexclgroup.h",
527 "xfa/fxfa/app/xfa_fffield.cpp",
528 "xfa/fxfa/app/xfa_fffield.h",
529 "xfa/fxfa/app/xfa_ffimage.cpp",
530 "xfa/fxfa/app/xfa_ffimage.h",
531 "xfa/fxfa/app/xfa_ffimageedit.cpp",
532 "xfa/fxfa/app/xfa_ffimageedit.h",
533 "xfa/fxfa/app/xfa_ffnotify.cpp",
534 "xfa/fxfa/app/xfa_ffnotify.h",
535 "xfa/fxfa/app/xfa_ffpageview.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400536 "xfa/fxfa/app/xfa_ffpath.cpp",
537 "xfa/fxfa/app/xfa_ffpath.h",
538 "xfa/fxfa/app/xfa_ffpushbutton.cpp",
539 "xfa/fxfa/app/xfa_ffpushbutton.h",
540 "xfa/fxfa/app/xfa_ffsignature.cpp",
541 "xfa/fxfa/app/xfa_ffsignature.h",
542 "xfa/fxfa/app/xfa_ffsubform.cpp",
543 "xfa/fxfa/app/xfa_ffsubform.h",
544 "xfa/fxfa/app/xfa_fftext.cpp",
545 "xfa/fxfa/app/xfa_fftext.h",
546 "xfa/fxfa/app/xfa_fftextedit.cpp",
547 "xfa/fxfa/app/xfa_fftextedit.h",
548 "xfa/fxfa/app/xfa_ffwidget.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400549 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
550 "xfa/fxfa/app/xfa_ffwidgetacc.h",
551 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400552 "xfa/fxfa/app/xfa_fontmgr.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400553 "xfa/fxfa/app/xfa_fwladapter.cpp",
554 "xfa/fxfa/app/xfa_fwladapter.h",
555 "xfa/fxfa/app/xfa_fwltheme.cpp",
556 "xfa/fxfa/app/xfa_fwltheme.h",
557 "xfa/fxfa/app/xfa_rendercontext.cpp",
Dan Sinclair1770c022016-03-14 14:14:16 -0400558 "xfa/fxfa/app/xfa_textlayout.cpp",
559 "xfa/fxfa/app/xfa_textlayout.h",
560 "xfa/fxfa/fm2js/xfa_error.cpp",
561 "xfa/fxfa/fm2js/xfa_error.h",
562 "xfa/fxfa/fm2js/xfa_expression.cpp",
563 "xfa/fxfa/fm2js/xfa_expression.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400564 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
565 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
566 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
567 "xfa/fxfa/fm2js/xfa_fmparse.h",
568 "xfa/fxfa/fm2js/xfa_lexer.cpp",
569 "xfa/fxfa/fm2js/xfa_lexer.h",
570 "xfa/fxfa/fm2js/xfa_program.cpp",
571 "xfa/fxfa/fm2js/xfa_program.h",
572 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
573 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
dsinclair44d054c2016-04-06 10:23:46 -0700574 "xfa/fxfa/parser/cxfa_arc.h",
575 "xfa/fxfa/parser/cxfa_assist.cpp",
576 "xfa/fxfa/parser/cxfa_assist.h",
577 "xfa/fxfa/parser/cxfa_bind.cpp",
578 "xfa/fxfa/parser/cxfa_bind.h",
579 "xfa/fxfa/parser/cxfa_binditems.cpp",
580 "xfa/fxfa/parser/cxfa_binditems.h",
581 "xfa/fxfa/parser/cxfa_border.h",
582 "xfa/fxfa/parser/cxfa_box.cpp",
583 "xfa/fxfa/parser/cxfa_box.h",
584 "xfa/fxfa/parser/cxfa_calculate.cpp",
585 "xfa/fxfa/parser/cxfa_calculate.h",
586 "xfa/fxfa/parser/cxfa_caption.cpp",
587 "xfa/fxfa/parser/cxfa_caption.h",
588 "xfa/fxfa/parser/cxfa_corner.h",
589 "xfa/fxfa/parser/cxfa_data.cpp",
590 "xfa/fxfa/parser/cxfa_data.h",
591 "xfa/fxfa/parser/cxfa_edge.h",
592 "xfa/fxfa/parser/cxfa_event.cpp",
593 "xfa/fxfa/parser/cxfa_event.h",
594 "xfa/fxfa/parser/cxfa_exdata.cpp",
595 "xfa/fxfa/parser/cxfa_exdata.h",
596 "xfa/fxfa/parser/cxfa_fill.cpp",
597 "xfa/fxfa/parser/cxfa_fill.h",
598 "xfa/fxfa/parser/cxfa_font.cpp",
599 "xfa/fxfa/parser/cxfa_font.h",
600 "xfa/fxfa/parser/cxfa_image.cpp",
601 "xfa/fxfa/parser/cxfa_image.h",
602 "xfa/fxfa/parser/cxfa_line.cpp",
603 "xfa/fxfa/parser/cxfa_line.h",
604 "xfa/fxfa/parser/cxfa_margin.cpp",
605 "xfa/fxfa/parser/cxfa_margin.h",
606 "xfa/fxfa/parser/cxfa_occur.cpp",
607 "xfa/fxfa/parser/cxfa_occur.h",
608 "xfa/fxfa/parser/cxfa_para.cpp",
609 "xfa/fxfa/parser/cxfa_para.h",
610 "xfa/fxfa/parser/cxfa_rectangle.h",
611 "xfa/fxfa/parser/cxfa_script.cpp",
612 "xfa/fxfa/parser/cxfa_script.h",
613 "xfa/fxfa/parser/cxfa_stroke.cpp",
614 "xfa/fxfa/parser/cxfa_stroke.h",
615 "xfa/fxfa/parser/cxfa_submit.cpp",
616 "xfa/fxfa/parser/cxfa_submit.h",
617 "xfa/fxfa/parser/cxfa_text.cpp",
618 "xfa/fxfa/parser/cxfa_text.h",
619 "xfa/fxfa/parser/cxfa_tooltip.cpp",
620 "xfa/fxfa/parser/cxfa_tooltip.h",
621 "xfa/fxfa/parser/cxfa_validate.cpp",
622 "xfa/fxfa/parser/cxfa_validate.h",
623 "xfa/fxfa/parser/cxfa_value.cpp",
624 "xfa/fxfa/parser/cxfa_value.h",
dsinclair8f3074b2016-06-02 17:45:25 -0700625 "xfa/fxfa/parser/cxfa_valuearray.cpp",
626 "xfa/fxfa/parser/cxfa_valuearray.h",
dsinclair44d054c2016-04-06 10:23:46 -0700627 "xfa/fxfa/parser/cxfa_widgetdata.cpp",
628 "xfa/fxfa/parser/cxfa_widgetdata.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400629 "xfa/fxfa/parser/xfa_basic_data.cpp",
630 "xfa/fxfa/parser/xfa_basic_data.h",
631 "xfa/fxfa/parser/xfa_basic_imp.cpp",
632 "xfa/fxfa/parser/xfa_basic_imp.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400633 "xfa/fxfa/parser/xfa_doclayout.h",
634 "xfa/fxfa/parser/xfa_document.h",
635 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp",
636 "xfa/fxfa/parser/xfa_document_datadescription_imp.h",
637 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp",
638 "xfa/fxfa/parser/xfa_document_datamerger_imp.h",
639 "xfa/fxfa/parser/xfa_document_imp.cpp",
640 "xfa/fxfa/parser/xfa_document_layout_imp.cpp",
641 "xfa/fxfa/parser/xfa_document_layout_imp.h",
642 "xfa/fxfa/parser/xfa_document_serialize.cpp",
643 "xfa/fxfa/parser/xfa_document_serialize.h",
644 "xfa/fxfa/parser/xfa_layout_appadapter.cpp",
645 "xfa/fxfa/parser/xfa_layout_appadapter.h",
646 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp",
647 "xfa/fxfa/parser/xfa_layout_itemlayout.h",
648 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
649 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
650 "xfa/fxfa/parser/xfa_locale.cpp",
651 "xfa/fxfa/parser/xfa_locale.h",
652 "xfa/fxfa/parser/xfa_localemgr.cpp",
653 "xfa/fxfa/parser/xfa_localemgr.h",
654 "xfa/fxfa/parser/xfa_localevalue.cpp",
655 "xfa/fxfa/parser/xfa_localevalue.h",
656 "xfa/fxfa/parser/xfa_object.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400657 "xfa/fxfa/parser/xfa_object_imp.cpp",
658 "xfa/fxfa/parser/xfa_parser.h",
659 "xfa/fxfa/parser/xfa_parser_imp.cpp",
660 "xfa/fxfa/parser/xfa_parser_imp.h",
661 "xfa/fxfa/parser/xfa_script.h",
662 "xfa/fxfa/parser/xfa_script_datawindow.cpp",
663 "xfa/fxfa/parser/xfa_script_datawindow.h",
664 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp",
665 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h",
666 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp",
667 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h",
668 "xfa/fxfa/parser/xfa_script_imp.cpp",
669 "xfa/fxfa/parser/xfa_script_imp.h",
670 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp",
671 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.h",
672 "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp",
673 "xfa/fxfa/parser/xfa_script_logpseudomodel.h",
674 "xfa/fxfa/parser/xfa_script_nodehelper.cpp",
675 "xfa/fxfa/parser/xfa_script_nodehelper.h",
676 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp",
677 "xfa/fxfa/parser/xfa_script_resolveprocessor.h",
678 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp",
679 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h",
680 "xfa/fxfa/parser/xfa_utils.h",
681 "xfa/fxfa/parser/xfa_utils_imp.cpp",
Dan Sinclair811b8a42016-03-17 08:59:42 -0400682 "xfa/fxgraphics/cagg_graphics.cpp",
683 "xfa/fxgraphics/cagg_graphics.h",
684 "xfa/fxgraphics/cfx_color.cpp",
685 "xfa/fxgraphics/cfx_color.h",
686 "xfa/fxgraphics/cfx_graphics.cpp",
687 "xfa/fxgraphics/cfx_path.cpp",
688 "xfa/fxgraphics/cfx_path.h",
689 "xfa/fxgraphics/cfx_path_generator.cpp",
690 "xfa/fxgraphics/cfx_path_generator.h",
691 "xfa/fxgraphics/cfx_pattern.cpp",
692 "xfa/fxgraphics/cfx_pattern.h",
693 "xfa/fxgraphics/cfx_shading.cpp",
694 "xfa/fxgraphics/cfx_shading.h",
695 "xfa/fxgraphics/include/cfx_graphics.h",
Dan Sinclair3a8051c2016-03-15 15:42:31 -0400696 "xfa/fxjse/include/fxjse.h",
Bo Xufdc00a72014-10-28 23:03:33 -0700697 ],
Tom Sepez452b4f32015-10-13 09:27:27 -0700698 "conditions": [
Tom Sepez88aa3a72016-03-03 13:10:20 -0800699 ["clang==1" , {
Tom Sepez88aa3a72016-03-03 13:10:20 -0800700 }],
weili60607c32016-05-26 11:53:12 -0700701 ["os_posix==1 and clang==0", { # When GCC
weilid23df552016-05-27 13:21:54 -0700702 'cflags': [ '-Wno-strict-overflow' ],
weili60607c32016-05-26 11:53:12 -0700703 }],
Tom Sepez452b4f32015-10-13 09:27:27 -0700704 ["pdf_enable_v8==1", {
705 'dependencies': [
machenbach3081cc02016-04-26 03:12:36 -0700706 '<(DEPTH)/v8/src/v8.gyp:v8',
Tom Sepez452b4f32015-10-13 09:27:27 -0700707 ],
708 'export_dependent_settings': [
machenbach3081cc02016-04-26 03:12:36 -0700709 '<(DEPTH)/v8/src/v8.gyp:v8',
Tom Sepez452b4f32015-10-13 09:27:27 -0700710 ],
711 'include_dirs': [
712 '<(DEPTH)/v8',
713 '<(DEPTH)/v8/include',
714 ],
715 'sources': [
Dan Sinclair3a8051c2016-03-15 15:42:31 -0400716 "xfa/fxjse/cfxjse_arguments.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400717 "xfa/fxjse/class.cpp",
718 "xfa/fxjse/class.h",
719 "xfa/fxjse/context.cpp",
720 "xfa/fxjse/context.h",
721 "xfa/fxjse/dynprop.cpp",
722 "xfa/fxjse/runtime.cpp",
723 "xfa/fxjse/runtime.h",
724 "xfa/fxjse/scope_inline.h",
Dan Sinclair1770c022016-03-14 14:14:16 -0400725 "xfa/fxjse/value.cpp",
726 "xfa/fxjse/value.h"
Tom Sepez452b4f32015-10-13 09:27:27 -0700727 ],
728 }],
729 ["OS == 'win'", {
730 "configurations": {
731 "Debug": {
732 "msvs_configuration_attributes": {},
733 "msvs_settings": {
734 "VCCLCompilerTool": {},
735 "VCLibrarianTool": {},
736 "VCLinkerTool": {},
Bo Xufdc00a72014-10-28 23:03:33 -0700737 }
738 },
Tom Sepez452b4f32015-10-13 09:27:27 -0700739 "Release": {
740 "msvs_configuration_attributes": {},
741 "msvs_settings": {
742 "VCCLCompilerTool": {},
743 "VCLibrarianTool": {},
744 "VCLinkerTool": {},
745 }
746 }
Bo Xufdc00a72014-10-28 23:03:33 -0700747 },
Tom Sepez452b4f32015-10-13 09:27:27 -0700748 "sources": [],
749 }],
750 ["OS == 'mac'", {
751 "configurations": {},
752 "sources": [],
753 }],
Bo Xufdc00a72014-10-28 23:03:33 -0700754 ]
755 }
756 ]
757}