Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Side by Side Diff: xfa.gyp

Issue 2286653002: Remove most things GYP. (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/third_party.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "variables": {
3 "chromium_code": 1,
4 "pdf_enable_v8%": 1,
5 "variables": {
6 'clang_use_chrome_plugins': 1,
7 },
8 },
9 "target_defaults": {
10 "defines": [
11 "PDF_ENABLE_XFA",
12 ],
13 'msvs_disabled_warnings': [
14 4267,
15 ],
16 },
17 "targets":[
18 {
19 "target_name":"xfa",
20 "type":"static_library",
21 'include_dirs': [
22 # This is implicit in GN.
23 '<(DEPTH)',
24 '.',
25 'third_party/freetype/include',
26 'third_party/freetype/include/freetype',
27 ],
28 'defines' : [
29 'FT2_BUILD_LIBRARY',
30 ],
31 "sources":[
32 "xfa/fde/cfde_path.cpp",
33 "xfa/fde/cfde_path.h",
34 "xfa/fde/cfde_txtedtbuf.cpp",
35 "xfa/fde/cfde_txtedtbuf.h",
36 "xfa/fde/cfde_txtedtbufiter.cpp",
37 "xfa/fde/cfde_txtedtbufiter.h",
38 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
39 "xfa/fde/cfde_txtedtdorecord_deleterange.h",
40 "xfa/fde/cfde_txtedtdorecord_insert.cpp",
41 "xfa/fde/cfde_txtedtdorecord_insert.h",
42 "xfa/fde/cfde_txtedtengine.cpp",
43 "xfa/fde/cfde_txtedtengine.h",
44 "xfa/fde/cfde_txtedtpage.cpp",
45 "xfa/fde/cfde_txtedtpage.h",
46 "xfa/fde/cfde_txtedtparag.cpp",
47 "xfa/fde/cfde_txtedtparag.h",
48 "xfa/fde/cfde_txtedttextset.cpp",
49 "xfa/fde/cfde_txtedttextset.h",
50 "xfa/fde/cfx_chariter.cpp",
51 "xfa/fde/cfx_chariter.h",
52 "xfa/fde/cfx_wordbreak.cpp",
53 "xfa/fde/cfx_wordbreak.h",
54 "xfa/fde/css/cfde_cssrulecollection.cpp",
55 "xfa/fde/css/fde_css.cpp",
56 "xfa/fde/css/fde_css.h",
57 "xfa/fde/css/fde_csscache.cpp",
58 "xfa/fde/css/fde_csscache.h",
59 "xfa/fde/css/fde_cssdatatable.cpp",
60 "xfa/fde/css/fde_cssdatatable.h",
61 "xfa/fde/css/fde_cssdeclaration.cpp",
62 "xfa/fde/css/fde_cssdeclaration.h",
63 "xfa/fde/css/fde_cssstyleselector.cpp",
64 "xfa/fde/css/fde_cssstyleselector.h",
65 "xfa/fde/css/fde_cssstylesheet.cpp",
66 "xfa/fde/css/fde_cssstylesheet.h",
67 "xfa/fde/css/fde_csssyntax.cpp",
68 "xfa/fde/css/fde_csssyntax.h",
69 "xfa/fde/fde_gedevice.cpp",
70 "xfa/fde/fde_gedevice.h",
71 "xfa/fde/fde_iterator.cpp",
72 "xfa/fde/fde_iterator.h",
73 "xfa/fde/fde_object.h",
74 "xfa/fde/fde_render.cpp",
75 "xfa/fde/fde_render.h",
76 "xfa/fde/ifde_txtedtdorecord.h",
77 "xfa/fde/ifde_txtedtengine.h",
78 "xfa/fde/ifde_txtedtpage.h",
79 "xfa/fde/ifx_chariter.h",
80 "xfa/fde/tto/fde_textout.cpp",
81 "xfa/fde/tto/fde_textout.h",
82 "xfa/fde/xml/cfx_saxreader.cpp",
83 "xfa/fde/xml/cfx_saxreader.h",
84 "xfa/fde/xml/fde_xml.h",
85 "xfa/fde/xml/fde_xml_imp.cpp",
86 "xfa/fde/xml/fde_xml_imp.h",
87 "xfa/fgas/crt/fgas_codepage.cpp",
88 "xfa/fgas/crt/fgas_codepage.h",
89 "xfa/fgas/crt/fgas_language.h",
90 "xfa/fgas/crt/fgas_memory.cpp",
91 "xfa/fgas/crt/fgas_memory.h",
92 "xfa/fgas/crt/fgas_stream.cpp",
93 "xfa/fgas/crt/fgas_stream.h",
94 "xfa/fgas/crt/fgas_utils.cpp",
95 "xfa/fgas/crt/fgas_utils.h",
96 "xfa/fgas/font/fgas_font.h",
97 "xfa/fgas/font/fgas_fontutils.cpp",
98 "xfa/fgas/font/fgas_fontutils.h",
99 "xfa/fgas/font/fgas_gefont.cpp",
100 "xfa/fgas/font/fgas_gefont.h",
101 "xfa/fgas/font/fgas_stdfontmgr.cpp",
102 "xfa/fgas/font/fgas_stdfontmgr.h",
103 "xfa/fgas/layout/fgas_linebreak.cpp",
104 "xfa/fgas/layout/fgas_linebreak.h",
105 "xfa/fgas/layout/fgas_rtfbreak.cpp",
106 "xfa/fgas/layout/fgas_rtfbreak.h",
107 "xfa/fgas/layout/fgas_textbreak.cpp",
108 "xfa/fgas/layout/fgas_textbreak.h",
109 "xfa/fgas/layout/fgas_unicode.cpp",
110 "xfa/fgas/layout/fgas_unicode.h",
111 "xfa/fgas/localization/fgas_datetime.cpp",
112 "xfa/fgas/localization/fgas_datetime.h",
113 "xfa/fgas/localization/fgas_locale.cpp",
114 "xfa/fgas/localization/fgas_locale.h",
115 "xfa/fgas/localization/fgas_localeimp.h",
116 "xfa/fwl/basewidget/cfx_barcode.cpp",
117 "xfa/fwl/basewidget/cfx_barcode.h",
118 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
119 "xfa/fwl/basewidget/fwl_barcodeimp.h",
120 "xfa/fwl/basewidget/fwl_caretimp.cpp",
121 "xfa/fwl/basewidget/fwl_caretimp.h",
122 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
123 "xfa/fwl/basewidget/fwl_checkboximp.h",
124 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
125 "xfa/fwl/basewidget/fwl_comboboximp.h",
126 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
127 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
128 "xfa/fwl/basewidget/fwl_editimp.cpp",
129 "xfa/fwl/basewidget/fwl_editimp.h",
130 "xfa/fwl/basewidget/fwl_formproxyimp.cpp",
131 "xfa/fwl/basewidget/fwl_formproxyimp.h",
132 "xfa/fwl/basewidget/fwl_listboximp.cpp",
133 "xfa/fwl/basewidget/fwl_listboximp.h",
134 "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp",
135 "xfa/fwl/basewidget/fwl_monthcalendarimp.h",
136 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
137 "xfa/fwl/basewidget/fwl_pictureboximp.h",
138 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
139 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
140 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
141 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
142 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
143 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
144 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
145 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
146 "xfa/fwl/basewidget/ifwl_barcode.h",
147 "xfa/fwl/basewidget/ifwl_caret.h",
148 "xfa/fwl/basewidget/ifwl_checkbox.h",
149 "xfa/fwl/basewidget/ifwl_combobox.h",
150 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
151 "xfa/fwl/basewidget/ifwl_edit.h",
152 "xfa/fwl/basewidget/ifwl_listbox.h",
153 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
154 "xfa/fwl/basewidget/ifwl_picturebox.h",
155 "xfa/fwl/basewidget/ifwl_pushbutton.h",
156 "xfa/fwl/basewidget/ifwl_scrollbar.h",
157 "xfa/fwl/basewidget/ifwl_spinbutton.h",
158 "xfa/fwl/basewidget/ifwl_tooltip.h",
159 "xfa/fwl/core/cfwl_event.h",
160 "xfa/fwl/core/cfwl_message.h",
161 "xfa/fwl/core/cfwl_themebackground.h",
162 "xfa/fwl/core/cfwl_themepart.h",
163 "xfa/fwl/core/cfwl_themetext.h",
164 "xfa/fwl/core/cfwl_widgetimpproperties.h",
165 "xfa/fwl/core/cfwl_widgetmgr.cpp",
166 "xfa/fwl/core/cfwl_widgetmgr.h",
167 "xfa/fwl/core/fwl_appimp.cpp",
168 "xfa/fwl/core/fwl_appimp.h",
169 "xfa/fwl/core/fwl_error.h",
170 "xfa/fwl/core/fwl_formimp.cpp",
171 "xfa/fwl/core/fwl_formimp.h",
172 "xfa/fwl/core/fwl_noteimp.cpp",
173 "xfa/fwl/core/fwl_noteimp.h",
174 "xfa/fwl/core/fwl_timerimp.cpp",
175 "xfa/fwl/core/fwl_widgetdef.h",
176 "xfa/fwl/core/fwl_widgetimp.cpp",
177 "xfa/fwl/core/fwl_widgetimp.h",
178 "xfa/fwl/core/ifwl_app.h",
179 "xfa/fwl/core/ifwl_dataprovider.h",
180 "xfa/fwl/core/ifwl_form.h",
181 "xfa/fwl/core/ifwl_themeprovider.h",
182 "xfa/fwl/core/ifwl_timer.h",
183 "xfa/fwl/core/ifwl_widget.h",
184 "xfa/fwl/core/ifwl_widgetdelegate.h",
185 "xfa/fwl/core/include/fwl_widgethit.h",
186 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
187 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
188 "xfa/fwl/lightwidget/cfwl_barcode.h",
189 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
190 "xfa/fwl/lightwidget/cfwl_checkbox.h",
191 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
192 "xfa/fwl/lightwidget/cfwl_combobox.h",
193 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
194 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
195 "xfa/fwl/lightwidget/cfwl_edit.cpp",
196 "xfa/fwl/lightwidget/cfwl_edit.h",
197 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
198 "xfa/fwl/lightwidget/cfwl_listbox.h",
199 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
200 "xfa/fwl/lightwidget/cfwl_picturebox.h",
201 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
202 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
203 "xfa/fwl/lightwidget/cfwl_widget.cpp",
204 "xfa/fwl/lightwidget/cfwl_widget.h",
205 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
206 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
207 "xfa/fwl/theme/cfwl_arrowdata.cpp",
208 "xfa/fwl/theme/cfwl_arrowdata.h",
209 "xfa/fwl/theme/cfwl_barcodetp.cpp",
210 "xfa/fwl/theme/cfwl_barcodetp.h",
211 "xfa/fwl/theme/cfwl_carettp.cpp",
212 "xfa/fwl/theme/cfwl_carettp.h",
213 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
214 "xfa/fwl/theme/cfwl_checkboxtp.h",
215 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
216 "xfa/fwl/theme/cfwl_comboboxtp.h",
217 "xfa/fwl/theme/cfwl_datetimepickertp.cpp",
218 "xfa/fwl/theme/cfwl_datetimepickertp.h",
219 "xfa/fwl/theme/cfwl_edittp.cpp",
220 "xfa/fwl/theme/cfwl_edittp.h",
221 "xfa/fwl/theme/cfwl_listboxtp.cpp",
222 "xfa/fwl/theme/cfwl_listboxtp.h",
223 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
224 "xfa/fwl/theme/cfwl_monthcalendartp.h",
225 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
226 "xfa/fwl/theme/cfwl_pictureboxtp.h",
227 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
228 "xfa/fwl/theme/cfwl_pushbuttontp.h",
229 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
230 "xfa/fwl/theme/cfwl_scrollbartp.h",
231 "xfa/fwl/theme/cfwl_utils.h",
232 "xfa/fwl/theme/cfwl_widgettp.cpp",
233 "xfa/fwl/theme/cfwl_widgettp.h",
234 "xfa/fxbarcode/BC_Dimension.cpp",
235 "xfa/fxbarcode/BC_Dimension.h",
236 "xfa/fxbarcode/BC_Library.cpp",
237 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
238 "xfa/fxbarcode/BC_TwoDimWriter.h",
239 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
240 "xfa/fxbarcode/BC_UtilCodingConvert.h",
241 "xfa/fxbarcode/BC_Utils.cpp",
242 "xfa/fxbarcode/BC_Writer.cpp",
243 "xfa/fxbarcode/BC_Writer.h",
244 "xfa/fxbarcode/cbc_codabar.cpp",
245 "xfa/fxbarcode/cbc_codabar.h",
246 "xfa/fxbarcode/cbc_code128.cpp",
247 "xfa/fxbarcode/cbc_code128.h",
248 "xfa/fxbarcode/cbc_code39.cpp",
249 "xfa/fxbarcode/cbc_code39.h",
250 "xfa/fxbarcode/cbc_codebase.cpp",
251 "xfa/fxbarcode/cbc_codebase.h",
252 "xfa/fxbarcode/cbc_datamatrix.cpp",
253 "xfa/fxbarcode/cbc_datamatrix.h",
254 "xfa/fxbarcode/cbc_ean13.cpp",
255 "xfa/fxbarcode/cbc_ean13.h",
256 "xfa/fxbarcode/cbc_ean8.cpp",
257 "xfa/fxbarcode/cbc_ean8.h",
258 "xfa/fxbarcode/cbc_onecode.cpp",
259 "xfa/fxbarcode/cbc_onecode.h",
260 "xfa/fxbarcode/cbc_pdf417i.cpp",
261 "xfa/fxbarcode/cbc_pdf417i.h",
262 "xfa/fxbarcode/cbc_qrcode.cpp",
263 "xfa/fxbarcode/cbc_qrcode.h",
264 "xfa/fxbarcode/cbc_upca.cpp",
265 "xfa/fxbarcode/cbc_upca.h",
266 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
267 "xfa/fxbarcode/common/BC_CommonBitArray.h",
268 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
269 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
270 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
271 "xfa/fxbarcode/common/BC_CommonByteArray.h",
272 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
273 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
274 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp",
275 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h",
276 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp",
277 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h",
278 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp",
279 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h",
280 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp",
281 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h",
282 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp",
283 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h",
284 "xfa/fxbarcode/datamatrix/BC_C40Encoder.cpp",
285 "xfa/fxbarcode/datamatrix/BC_C40Encoder.h",
286 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp",
287 "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h",
288 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp",
289 "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.h",
290 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.cpp",
291 "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h",
292 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.cpp",
293 "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.h",
294 "xfa/fxbarcode/datamatrix/BC_Encoder.cpp",
295 "xfa/fxbarcode/datamatrix/BC_Encoder.h",
296 "xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp",
297 "xfa/fxbarcode/datamatrix/BC_EncoderContext.h",
298 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp",
299 "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h",
300 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp",
301 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
302 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp",
303 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h",
304 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp",
305 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h",
306 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp",
307 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
308 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
309 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
310 "xfa/fxbarcode/include/BC_Library.h",
311 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
312 "xfa/fxbarcode/oned/BC_OneDimWriter.h",
313 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
314 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h",
315 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp",
316 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h",
317 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp",
318 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h",
319 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp",
320 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h",
321 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp",
322 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h",
323 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp",
324 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h",
325 "xfa/fxbarcode/pdf417/BC_PDF417.cpp",
326 "xfa/fxbarcode/pdf417/BC_PDF417.h",
327 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp",
328 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h",
329 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp",
330 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h",
331 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp",
332 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h",
333 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp",
334 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h",
335 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp",
336 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h",
337 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp",
338 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h",
339 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp",
340 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h",
341 "xfa/fxbarcode/qrcode/BC_QRCoder.cpp",
342 "xfa/fxbarcode/qrcode/BC_QRCoder.h",
343 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp",
344 "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.h",
345 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp",
346 "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.h",
347 "xfa/fxbarcode/qrcode/BC_QRCoderECB.cpp",
348 "xfa/fxbarcode/qrcode/BC_QRCoderECB.h",
349 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp",
350 "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h",
351 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp",
352 "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h",
353 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp",
354 "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h",
355 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp",
356 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h",
357 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp",
358 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h",
359 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp",
360 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h",
361 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp",
362 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h",
363 "xfa/fxbarcode/utils.h",
364 "xfa/fxfa/app/cxfa_eventparam.cpp",
365 "xfa/fxfa/app/xfa_checksum.cpp",
366 "xfa/fxfa/app/xfa_ffapp.cpp",
367 "xfa/fxfa/app/xfa_ffbarcode.cpp",
368 "xfa/fxfa/app/xfa_ffbarcode.h",
369 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
370 "xfa/fxfa/app/xfa_ffcheckbutton.h",
371 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
372 "xfa/fxfa/app/xfa_ffchoicelist.h",
373 "xfa/fxfa/app/xfa_ffdoc.cpp",
374 "xfa/fxfa/app/xfa_ffdochandler.cpp",
375 "xfa/fxfa/app/xfa_ffdocview.cpp",
376 "xfa/fxfa/app/xfa_ffdraw.cpp",
377 "xfa/fxfa/app/xfa_ffdraw.h",
378 "xfa/fxfa/app/xfa_ffexclgroup.cpp",
379 "xfa/fxfa/app/xfa_ffexclgroup.h",
380 "xfa/fxfa/app/xfa_fffield.cpp",
381 "xfa/fxfa/app/xfa_fffield.h",
382 "xfa/fxfa/app/xfa_ffimage.cpp",
383 "xfa/fxfa/app/xfa_ffimage.h",
384 "xfa/fxfa/app/xfa_ffimageedit.cpp",
385 "xfa/fxfa/app/xfa_ffimageedit.h",
386 "xfa/fxfa/app/xfa_ffnotify.cpp",
387 "xfa/fxfa/app/xfa_ffnotify.h",
388 "xfa/fxfa/app/xfa_ffpageview.cpp",
389 "xfa/fxfa/app/xfa_ffpath.cpp",
390 "xfa/fxfa/app/xfa_ffpath.h",
391 "xfa/fxfa/app/xfa_ffpushbutton.cpp",
392 "xfa/fxfa/app/xfa_ffpushbutton.h",
393 "xfa/fxfa/app/xfa_ffsignature.cpp",
394 "xfa/fxfa/app/xfa_ffsignature.h",
395 "xfa/fxfa/app/xfa_ffsubform.cpp",
396 "xfa/fxfa/app/xfa_ffsubform.h",
397 "xfa/fxfa/app/xfa_fftext.cpp",
398 "xfa/fxfa/app/xfa_fftext.h",
399 "xfa/fxfa/app/xfa_fftextedit.cpp",
400 "xfa/fxfa/app/xfa_fftextedit.h",
401 "xfa/fxfa/app/xfa_ffwidget.cpp",
402 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
403 "xfa/fxfa/app/xfa_ffwidgetacc.h",
404 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
405 "xfa/fxfa/app/xfa_fontmgr.cpp",
406 "xfa/fxfa/app/xfa_fwladapter.cpp",
407 "xfa/fxfa/app/xfa_fwladapter.h",
408 "xfa/fxfa/app/xfa_fwltheme.cpp",
409 "xfa/fxfa/app/xfa_fwltheme.h",
410 "xfa/fxfa/app/xfa_rendercontext.cpp",
411 "xfa/fxfa/app/xfa_textlayout.cpp",
412 "xfa/fxfa/app/xfa_textlayout.h",
413 "xfa/fxfa/fm2js/xfa_error.cpp",
414 "xfa/fxfa/fm2js/xfa_error.h",
415 "xfa/fxfa/fm2js/xfa_expression.cpp",
416 "xfa/fxfa/fm2js/xfa_expression.h",
417 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
418 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
419 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
420 "xfa/fxfa/fm2js/xfa_fmparse.h",
421 "xfa/fxfa/fm2js/xfa_lexer.cpp",
422 "xfa/fxfa/fm2js/xfa_lexer.h",
423 "xfa/fxfa/fm2js/xfa_program.cpp",
424 "xfa/fxfa/fm2js/xfa_program.h",
425 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
426 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
427 "xfa/fxfa/include/cxfa_eventparam.h",
428 "xfa/fxfa/include/fxfa.h",
429 "xfa/fxfa/include/fxfa_basic.h",
430 "xfa/fxfa/include/fxfa_widget.h",
431 "xfa/fxfa/include/xfa_checksum.h",
432 "xfa/fxfa/include/xfa_ffapp.h",
433 "xfa/fxfa/include/xfa_ffdoc.h",
434 "xfa/fxfa/include/xfa_ffdochandler.h",
435 "xfa/fxfa/include/xfa_ffdocview.h",
436 "xfa/fxfa/include/xfa_ffpageview.h",
437 "xfa/fxfa/include/xfa_ffwidget.h",
438 "xfa/fxfa/include/xfa_ffwidgethandler.h",
439 "xfa/fxfa/include/xfa_fontmgr.h",
440 "xfa/fxfa/include/xfa_rendercontext.h",
441 "xfa/fxfa/parser/cscript_datawindow.cpp",
442 "xfa/fxfa/parser/cscript_datawindow.h",
443 "xfa/fxfa/parser/cscript_eventpseudomodel.cpp",
444 "xfa/fxfa/parser/cscript_eventpseudomodel.h",
445 "xfa/fxfa/parser/cscript_hostpseudomodel.cpp",
446 "xfa/fxfa/parser/cscript_hostpseudomodel.h",
447 "xfa/fxfa/parser/cscript_layoutpseudomodel.cpp",
448 "xfa/fxfa/parser/cscript_layoutpseudomodel.h",
449 "xfa/fxfa/parser/cscript_logpseudomodel.cpp",
450 "xfa/fxfa/parser/cscript_logpseudomodel.h",
451 "xfa/fxfa/parser/cscript_signaturepseudomodel.cpp",
452 "xfa/fxfa/parser/cscript_signaturepseudomodel.h",
453 "xfa/fxfa/parser/cxfa_arc.h",
454 "xfa/fxfa/parser/cxfa_arraynodelist.cpp",
455 "xfa/fxfa/parser/cxfa_assist.cpp",
456 "xfa/fxfa/parser/cxfa_assist.h",
457 "xfa/fxfa/parser/cxfa_attachnodelist.cpp",
458 "xfa/fxfa/parser/cxfa_bind.cpp",
459 "xfa/fxfa/parser/cxfa_bind.h",
460 "xfa/fxfa/parser/cxfa_binditems.cpp",
461 "xfa/fxfa/parser/cxfa_binditems.h",
462 "xfa/fxfa/parser/cxfa_border.h",
463 "xfa/fxfa/parser/cxfa_box.cpp",
464 "xfa/fxfa/parser/cxfa_box.h",
465 "xfa/fxfa/parser/cxfa_calculate.cpp",
466 "xfa/fxfa/parser/cxfa_calculate.h",
467 "xfa/fxfa/parser/cxfa_caption.cpp",
468 "xfa/fxfa/parser/cxfa_caption.h",
469 "xfa/fxfa/parser/cxfa_corner.h",
470 "xfa/fxfa/parser/cxfa_containerlayoutitem.cpp",
471 "xfa/fxfa/parser/cxfa_containerlayoutitem.h",
472 "xfa/fxfa/parser/cxfa_contentlayoutitem.cpp",
473 "xfa/fxfa/parser/cxfa_contentlayoutitem.h",
474 "xfa/fxfa/parser/cxfa_data.cpp",
475 "xfa/fxfa/parser/cxfa_data.h",
476 "xfa/fxfa/parser/cxfa_dataexporter.cpp",
477 "xfa/fxfa/parser/cxfa_dataexporter.h",
478 "xfa/fxfa/parser/cxfa_dataimporter.cpp",
479 "xfa/fxfa/parser/cxfa_dataimporter.h",
480 "xfa/fxfa/parser/cxfa_document.cpp",
481 "xfa/fxfa/parser/cxfa_document.h",
482 "xfa/fxfa/parser/cxfa_document_parser.cpp",
483 "xfa/fxfa/parser/cxfa_document_parser.h",
484 "xfa/fxfa/parser/cxfa_edge.h",
485 "xfa/fxfa/parser/cxfa_event.cpp",
486 "xfa/fxfa/parser/cxfa_event.h",
487 "xfa/fxfa/parser/cxfa_exdata.cpp",
488 "xfa/fxfa/parser/cxfa_exdata.h",
489 "xfa/fxfa/parser/cxfa_fill.cpp",
490 "xfa/fxfa/parser/cxfa_fill.h",
491 "xfa/fxfa/parser/cxfa_font.cpp",
492 "xfa/fxfa/parser/cxfa_font.h",
493 "xfa/fxfa/parser/cxfa_image.cpp",
494 "xfa/fxfa/parser/cxfa_image.h",
495 "xfa/fxfa/parser/cxfa_layoutitem.cpp",
496 "xfa/fxfa/parser/cxfa_layoutitem.h",
497 "xfa/fxfa/parser/cxfa_layoutpagemgr.cpp",
498 "xfa/fxfa/parser/cxfa_layoutpagemgr.h",
499 "xfa/fxfa/parser/cxfa_layoutprocessor.cpp",
500 "xfa/fxfa/parser/cxfa_layoutprocessor.h",
501 "xfa/fxfa/parser/cxfa_line.cpp",
502 "xfa/fxfa/parser/cxfa_line.h",
503 "xfa/fxfa/parser/cxfa_margin.cpp",
504 "xfa/fxfa/parser/cxfa_margin.h",
505 "xfa/fxfa/parser/cxfa_measurement.cpp",
506 "xfa/fxfa/parser/cxfa_measurement.h",
507 "xfa/fxfa/parser/cxfa_node.cpp",
508 "xfa/fxfa/parser/cxfa_nodehelper.cpp",
509 "xfa/fxfa/parser/cxfa_nodehelper.h",
510 "xfa/fxfa/parser/cxfa_nodelist.cpp",
511 "xfa/fxfa/parser/cxfa_object.cpp",
512 "xfa/fxfa/parser/cxfa_occur.cpp",
513 "xfa/fxfa/parser/cxfa_occur.h",
514 "xfa/fxfa/parser/cxfa_para.cpp",
515 "xfa/fxfa/parser/cxfa_para.h",
516 "xfa/fxfa/parser/cxfa_rectangle.h",
517 "xfa/fxfa/parser/cxfa_resolveprocessor.cpp",
518 "xfa/fxfa/parser/cxfa_resolveprocessor.h",
519 "xfa/fxfa/parser/cxfa_script.cpp",
520 "xfa/fxfa/parser/cxfa_script.h",
521 "xfa/fxfa/parser/cxfa_scriptcontext.cpp",
522 "xfa/fxfa/parser/cxfa_scriptcontext.h",
523 "xfa/fxfa/parser/cxfa_simple_parser.cpp",
524 "xfa/fxfa/parser/cxfa_simple_parser.h",
525 "xfa/fxfa/parser/cxfa_stroke.cpp",
526 "xfa/fxfa/parser/cxfa_stroke.h",
527 "xfa/fxfa/parser/cxfa_submit.cpp",
528 "xfa/fxfa/parser/cxfa_submit.h",
529 "xfa/fxfa/parser/cxfa_text.cpp",
530 "xfa/fxfa/parser/cxfa_text.h",
531 "xfa/fxfa/parser/cxfa_thisproxy.cpp",
532 "xfa/fxfa/parser/cxfa_tooltip.cpp",
533 "xfa/fxfa/parser/cxfa_tooltip.h",
534 "xfa/fxfa/parser/cxfa_traversestrategy_contentareacontainerlayoutitem.h" ,
535 "xfa/fxfa/parser/cxfa_traversestrategy_contentlayoutitem.h",
536 "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h",
537 "xfa/fxfa/parser/cxfa_validate.cpp",
538 "xfa/fxfa/parser/cxfa_validate.h",
539 "xfa/fxfa/parser/cxfa_value.cpp",
540 "xfa/fxfa/parser/cxfa_value.h",
541 "xfa/fxfa/parser/cxfa_valuearray.cpp",
542 "xfa/fxfa/parser/cxfa_valuearray.h",
543 "xfa/fxfa/parser/cxfa_widetextread.cpp",
544 "xfa/fxfa/parser/cxfa_widetextread.h",
545 "xfa/fxfa/parser/cxfa_widgetdata.cpp",
546 "xfa/fxfa/parser/cxfa_widgetdata.h",
547 "xfa/fxfa/parser/cxfa_xml_parser.cpp",
548 "xfa/fxfa/parser/cxfa_xml_parser.h",
549 "xfa/fxfa/parser/xfa_basic_data.cpp",
550 "xfa/fxfa/parser/xfa_basic_data_attributes.cpp",
551 "xfa/fxfa/parser/xfa_basic_data_element_attributes.cpp",
552 "xfa/fxfa/parser/xfa_basic_data_element_properties.cpp",
553 "xfa/fxfa/parser/xfa_basic_data_element_script.cpp",
554 "xfa/fxfa/parser/xfa_basic_data_enum.cpp",
555 "xfa/fxfa/parser/xfa_basic_data_packets.cpp",
556 "xfa/fxfa/parser/xfa_basic_data.h",
557 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp",
558 "xfa/fxfa/parser/xfa_document_datamerger_imp.h",
559 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp",
560 "xfa/fxfa/parser/xfa_layout_itemlayout.h",
561 "xfa/fxfa/parser/xfa_locale.cpp",
562 "xfa/fxfa/parser/xfa_locale.h",
563 "xfa/fxfa/parser/xfa_localemgr.cpp",
564 "xfa/fxfa/parser/xfa_localemgr.h",
565 "xfa/fxfa/parser/xfa_localevalue.cpp",
566 "xfa/fxfa/parser/xfa_localevalue.h",
567 "xfa/fxfa/parser/xfa_object.h",
568 "xfa/fxfa/parser/xfa_resolvenode_rs.h",
569 "xfa/fxfa/parser/xfa_utils.cpp",
570 "xfa/fxfa/parser/xfa_utils.h",
571 "xfa/fxgraphics/cagg_graphics.cpp",
572 "xfa/fxgraphics/cagg_graphics.h",
573 "xfa/fxgraphics/cfx_color.cpp",
574 "xfa/fxgraphics/cfx_color.h",
575 "xfa/fxgraphics/cfx_graphics.cpp",
576 "xfa/fxgraphics/cfx_path.cpp",
577 "xfa/fxgraphics/cfx_path.h",
578 "xfa/fxgraphics/cfx_path_generator.cpp",
579 "xfa/fxgraphics/cfx_path_generator.h",
580 "xfa/fxgraphics/cfx_pattern.cpp",
581 "xfa/fxgraphics/cfx_pattern.h",
582 "xfa/fxgraphics/cfx_shading.cpp",
583 "xfa/fxgraphics/cfx_shading.h",
584 "xfa/fxgraphics/include/cfx_graphics.h",
585 ],
586 "conditions": [
587 ["os_posix==1 and clang==0", { # When GCC
588 'cflags': [ '-Wno-strict-overflow' ],
589 }],
590 ["OS == 'win'", {
591 "configurations": {
592 "Debug": {
593 "msvs_configuration_attributes": {},
594 "msvs_settings": {
595 "VCCLCompilerTool": {},
596 "VCLibrarianTool": {},
597 "VCLinkerTool": {},
598 }
599 },
600 "Release": {
601 "msvs_configuration_attributes": {},
602 "msvs_settings": {
603 "VCCLCompilerTool": {},
604 "VCLibrarianTool": {},
605 "VCLinkerTool": {},
606 }
607 }
608 },
609 "sources": [],
610 }],
611 ["OS == 'mac'", {
612 "configurations": {},
613 "sources": [],
614 }],
615 ]
616 }
617 ]
618 }
OLDNEW
« no previous file with comments | « third_party/third_party.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698