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

Side by Side Diff: xfa.gyp

Issue 2071953002: Remove unused code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 6 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 | « pdfium.gyp ('k') | xfa/fwl/lightwidget/cfwl_scrollbar.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "variables": { 2 "variables": {
3 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 }, 5 },
6 "target_defaults": { 6 "target_defaults": {
7 "defines": [ 7 "defines": [
8 "PDF_ENABLE_XFA", 8 "PDF_ENABLE_XFA",
9 ], 9 ],
10 'msvs_disabled_warnings': [ 10 'msvs_disabled_warnings': [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 211 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
212 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 212 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
213 "xfa/fwl/lightwidget/cfwl_edit.cpp", 213 "xfa/fwl/lightwidget/cfwl_edit.cpp",
214 "xfa/fwl/lightwidget/cfwl_edit.h", 214 "xfa/fwl/lightwidget/cfwl_edit.h",
215 "xfa/fwl/lightwidget/cfwl_listbox.cpp", 215 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
216 "xfa/fwl/lightwidget/cfwl_listbox.h", 216 "xfa/fwl/lightwidget/cfwl_listbox.h",
217 "xfa/fwl/lightwidget/cfwl_picturebox.cpp", 217 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
218 "xfa/fwl/lightwidget/cfwl_picturebox.h", 218 "xfa/fwl/lightwidget/cfwl_picturebox.h",
219 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", 219 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
220 "xfa/fwl/lightwidget/cfwl_pushbutton.h", 220 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
221 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp",
222 "xfa/fwl/lightwidget/cfwl_scrollbar.h",
223 "xfa/fwl/lightwidget/cfwl_theme.cpp",
224 "xfa/fwl/lightwidget/cfwl_theme.h",
225 "xfa/fwl/lightwidget/cfwl_tooltip.cpp",
226 "xfa/fwl/lightwidget/cfwl_tooltip.h",
227 "xfa/fwl/lightwidget/cfwl_widget.cpp", 221 "xfa/fwl/lightwidget/cfwl_widget.cpp",
228 "xfa/fwl/lightwidget/cfwl_widget.h", 222 "xfa/fwl/lightwidget/cfwl_widget.h",
229 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp",
230 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h",
231 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", 223 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
232 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", 224 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
233 "xfa/fwl/theme/cfwl_barcodetp.cpp", 225 "xfa/fwl/theme/cfwl_barcodetp.cpp",
234 "xfa/fwl/theme/cfwl_barcodetp.h", 226 "xfa/fwl/theme/cfwl_barcodetp.h",
235 "xfa/fwl/theme/cfwl_carettp.cpp", 227 "xfa/fwl/theme/cfwl_carettp.cpp",
236 "xfa/fwl/theme/cfwl_carettp.h", 228 "xfa/fwl/theme/cfwl_carettp.h",
237 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 229 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
238 "xfa/fwl/theme/cfwl_checkboxtp.h", 230 "xfa/fwl/theme/cfwl_checkboxtp.h",
239 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 231 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
240 "xfa/fwl/theme/cfwl_comboboxtp.h", 232 "xfa/fwl/theme/cfwl_comboboxtp.h",
241 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", 233 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
242 "xfa/fwl/theme/cfwl_datetimepickertp.h", 234 "xfa/fwl/theme/cfwl_datetimepickertp.h",
243 "xfa/fwl/theme/cfwl_edittp.cpp", 235 "xfa/fwl/theme/cfwl_edittp.cpp",
244 "xfa/fwl/theme/cfwl_edittp.h", 236 "xfa/fwl/theme/cfwl_edittp.h",
245 "xfa/fwl/theme/cfwl_formtp.cpp",
246 "xfa/fwl/theme/cfwl_formtp.h",
247 "xfa/fwl/theme/cfwl_listboxtp.cpp", 237 "xfa/fwl/theme/cfwl_listboxtp.cpp",
248 "xfa/fwl/theme/cfwl_listboxtp.h", 238 "xfa/fwl/theme/cfwl_listboxtp.h",
249 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", 239 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
250 "xfa/fwl/theme/cfwl_monthcalendartp.h", 240 "xfa/fwl/theme/cfwl_monthcalendartp.h",
251 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", 241 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
252 "xfa/fwl/theme/cfwl_pictureboxtp.h", 242 "xfa/fwl/theme/cfwl_pictureboxtp.h",
253 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", 243 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
254 "xfa/fwl/theme/cfwl_pushbuttontp.h", 244 "xfa/fwl/theme/cfwl_pushbuttontp.h",
255 "xfa/fwl/theme/cfwl_scrollbartp.cpp", 245 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
256 "xfa/fwl/theme/cfwl_scrollbartp.h", 246 "xfa/fwl/theme/cfwl_scrollbartp.h",
257 "xfa/fwl/theme/cfwl_utils.h", 247 "xfa/fwl/theme/cfwl_utils.h",
258 "xfa/fwl/theme/cfwl_widgettp.cpp", 248 "xfa/fwl/theme/cfwl_widgettp.cpp",
259 "xfa/fwl/theme/cfwl_widgettp.h", 249 "xfa/fwl/theme/cfwl_widgettp.h",
260 "xfa/fxbarcode/BC_Dimension.cpp", 250 "xfa/fxbarcode/BC_Dimension.cpp",
261 "xfa/fxbarcode/BC_Dimension.h", 251 "xfa/fxbarcode/BC_Dimension.h",
262 "xfa/fxbarcode/BC_Library.cpp", 252 "xfa/fxbarcode/BC_Library.cpp",
263 "xfa/fxbarcode/BC_ResultPoint.cpp",
264 "xfa/fxbarcode/BC_ResultPoint.h",
265 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 253 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
266 "xfa/fxbarcode/BC_TwoDimWriter.h", 254 "xfa/fxbarcode/BC_TwoDimWriter.h",
267 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", 255 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
268 "xfa/fxbarcode/BC_UtilCodingConvert.h", 256 "xfa/fxbarcode/BC_UtilCodingConvert.h",
269 "xfa/fxbarcode/BC_Utils.cpp", 257 "xfa/fxbarcode/BC_Utils.cpp",
270 "xfa/fxbarcode/BC_Writer.cpp", 258 "xfa/fxbarcode/BC_Writer.cpp",
271 "xfa/fxbarcode/BC_Writer.h", 259 "xfa/fxbarcode/BC_Writer.h",
272 "xfa/fxbarcode/cbc_codabar.cpp", 260 "xfa/fxbarcode/cbc_codabar.cpp",
273 "xfa/fxbarcode/cbc_codabar.h", 261 "xfa/fxbarcode/cbc_codabar.h",
274 "xfa/fxbarcode/cbc_code128.cpp", 262 "xfa/fxbarcode/cbc_code128.cpp",
(...skipping 13 matching lines...) Expand all
288 "xfa/fxbarcode/cbc_pdf417i.cpp", 276 "xfa/fxbarcode/cbc_pdf417i.cpp",
289 "xfa/fxbarcode/cbc_pdf417i.h", 277 "xfa/fxbarcode/cbc_pdf417i.h",
290 "xfa/fxbarcode/cbc_qrcode.cpp", 278 "xfa/fxbarcode/cbc_qrcode.cpp",
291 "xfa/fxbarcode/cbc_qrcode.h", 279 "xfa/fxbarcode/cbc_qrcode.h",
292 "xfa/fxbarcode/cbc_upca.cpp", 280 "xfa/fxbarcode/cbc_upca.cpp",
293 "xfa/fxbarcode/cbc_upca.h", 281 "xfa/fxbarcode/cbc_upca.h",
294 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", 282 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
295 "xfa/fxbarcode/common/BC_CommonBitArray.h", 283 "xfa/fxbarcode/common/BC_CommonBitArray.h",
296 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", 284 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
297 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", 285 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
298 "xfa/fxbarcode/common/BC_CommonBitSource.cpp",
299 "xfa/fxbarcode/common/BC_CommonBitSource.h",
300 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", 286 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
301 "xfa/fxbarcode/common/BC_CommonByteArray.h", 287 "xfa/fxbarcode/common/BC_CommonByteArray.h",
302 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", 288 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
303 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", 289 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
304 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp",
305 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h",
306 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", 290 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp",
307 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", 291 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h",
308 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", 292 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp",
309 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", 293 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h",
310 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", 294 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp",
311 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", 295 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h",
312 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", 296 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp",
313 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h", 297 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h",
314 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp", 298 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp",
315 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h", 299 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp", 337 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp",
354 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h", 338 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h",
355 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp", 339 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp",
356 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h", 340 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h",
357 "xfa/fxbarcode/pdf417/BC_PDF417.cpp", 341 "xfa/fxbarcode/pdf417/BC_PDF417.cpp",
358 "xfa/fxbarcode/pdf417/BC_PDF417.h", 342 "xfa/fxbarcode/pdf417/BC_PDF417.h",
359 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", 343 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp",
360 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", 344 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h",
361 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", 345 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp",
362 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", 346 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h",
363 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp",
364 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h",
365 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", 347 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp",
366 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", 348 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h",
367 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", 349 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp",
368 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", 350 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h",
369 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", 351 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp",
370 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", 352 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h",
371 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp", 353 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp",
372 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h", 354 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h",
373 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp", 355 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp",
374 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h", 356 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "sources": [], 603 "sources": [],
622 }], 604 }],
623 ["OS == 'mac'", { 605 ["OS == 'mac'", {
624 "configurations": {}, 606 "configurations": {},
625 "sources": [], 607 "sources": [],
626 }], 608 }],
627 ] 609 ]
628 } 610 }
629 ] 611 ]
630 } 612 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | xfa/fwl/lightwidget/cfwl_scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698