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

Side by Side Diff: pdfium.gyp

Issue 1364083004: Merge to XFA: Split up JBig2_GeneralDecoder.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 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 | « core/src/fxcodec/jbig2/JBig2_TrdProc.cpp ('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
1 { 1 {
2 'variables': { 2 'variables': {
3 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'core/src/fxcodec/fx_tiff/src/fx_tif_print.c', 399 'core/src/fxcodec/fx_tiff/src/fx_tif_print.c',
400 'core/src/fxcodec/fx_tiff/src/fx_tif_read.c', 400 'core/src/fxcodec/fx_tiff/src/fx_tif_read.c',
401 'core/src/fxcodec/fx_tiff/src/fx_tif_strip.c', 401 'core/src/fxcodec/fx_tiff/src/fx_tif_strip.c',
402 'core/src/fxcodec/fx_tiff/src/fx_tif_swab.c', 402 'core/src/fxcodec/fx_tiff/src/fx_tif_swab.c',
403 'core/src/fxcodec/fx_tiff/src/fx_tif_thunder.c', 403 'core/src/fxcodec/fx_tiff/src/fx_tif_thunder.c',
404 'core/src/fxcodec/fx_tiff/src/fx_tif_tile.c', 404 'core/src/fxcodec/fx_tiff/src/fx_tif_tile.c',
405 'core/src/fxcodec/fx_tiff/src/fx_tif_version.c', 405 'core/src/fxcodec/fx_tiff/src/fx_tif_version.c',
406 'core/src/fxcodec/fx_tiff/src/fx_tif_warning.c', 406 'core/src/fxcodec/fx_tiff/src/fx_tif_warning.c',
407 'core/src/fxcodec/fx_tiff/src/fx_tif_write.c', 407 'core/src/fxcodec/fx_tiff/src/fx_tif_write.c',
408 'core/src/fxcodec/fx_tiff/src/fx_tif_zip.c', 408 'core/src/fxcodec/fx_tiff/src/fx_tif_zip.c',
409 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp',
409 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 410 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
410 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 411 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
411 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', 412 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h',
412 'core/src/fxcodec/jbig2/JBig2_ArithQe.h',
413 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 413 'core/src/fxcodec/jbig2/JBig2_BitStream.h',
414 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 414 'core/src/fxcodec/jbig2/JBig2_Context.cpp',
415 'core/src/fxcodec/jbig2/JBig2_Context.h', 415 'core/src/fxcodec/jbig2/JBig2_Context.h',
416 'core/src/fxcodec/jbig2/JBig2_Define.h', 416 'core/src/fxcodec/jbig2/JBig2_Define.h',
417 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', 417 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp',
418 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', 418 'core/src/fxcodec/jbig2/JBig2_GrdProc.h',
419 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp',
420 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h',
421 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp',
422 'core/src/fxcodec/jbig2/JBig2_GsidProc.h',
423 'core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp',
424 'core/src/fxcodec/jbig2/JBig2_HtrdProc.h',
419 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', 425 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp',
420 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', 426 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h',
421 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', 427 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp',
422 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', 428 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h',
423 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', 429 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h',
424 'core/src/fxcodec/jbig2/JBig2_Image.cpp', 430 'core/src/fxcodec/jbig2/JBig2_Image.cpp',
425 'core/src/fxcodec/jbig2/JBig2_Image.h', 431 'core/src/fxcodec/jbig2/JBig2_Image.h',
426 'core/src/fxcodec/jbig2/JBig2_List.h', 432 'core/src/fxcodec/jbig2/JBig2_List.h',
427 'core/src/fxcodec/jbig2/JBig2_Page.h', 433 'core/src/fxcodec/jbig2/JBig2_Page.h',
428 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', 434 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp',
429 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', 435 'core/src/fxcodec/jbig2/JBig2_PatternDict.h',
436 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp',
437 'core/src/fxcodec/jbig2/JBig2_PddProc.h',
438 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp',
439 'core/src/fxcodec/jbig2/JBig2_SddProc.h',
430 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', 440 'core/src/fxcodec/jbig2/JBig2_Segment.cpp',
431 'core/src/fxcodec/jbig2/JBig2_Segment.h', 441 'core/src/fxcodec/jbig2/JBig2_Segment.h',
432 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', 442 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp',
433 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', 443 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h',
444 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp',
445 'core/src/fxcodec/jbig2/JBig2_TrdProc.h',
434 'core/src/fxcodec/lbmp/fx_bmp.cpp', 446 'core/src/fxcodec/lbmp/fx_bmp.cpp',
435 'core/src/fxcodec/lbmp/fx_bmp.h', 447 'core/src/fxcodec/lbmp/fx_bmp.h',
436 'core/src/fxcodec/lgif/fx_gif.cpp', 448 'core/src/fxcodec/lgif/fx_gif.cpp',
437 'core/src/fxcodec/lgif/fx_gif.h', 449 'core/src/fxcodec/lgif/fx_gif.h',
438 ], 450 ],
439 'msvs_settings': { 451 'msvs_settings': {
440 'VCCLCompilerTool': { 452 'VCCLCompilerTool': {
441 # Unresolved warnings in fx_codec_jpx_opj.cpp 453 # Unresolved warnings in fx_codec_jpx_opj.cpp
442 # https://code.google.com/p/pdfium/issues/detail?id=100 454 # https://code.google.com/p/pdfium/issues/detail?id=100
443 'WarnAsError': 'false', 455 'WarnAsError': 'false',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'testing/embedder_test.cpp', 847 'testing/embedder_test.cpp',
836 'testing/embedder_test.h', 848 'testing/embedder_test.h',
837 'testing/embedder_test_mock_delegate.h', 849 'testing/embedder_test_mock_delegate.h',
838 'testing/embedder_test_timer_handling_delegate.h', 850 'testing/embedder_test_timer_handling_delegate.h',
839 'testing/fx_string_testhelpers.cpp', 851 'testing/fx_string_testhelpers.cpp',
840 'testing/fx_string_testhelpers.h', 852 'testing/fx_string_testhelpers.h',
841 ], 853 ],
842 }, 854 },
843 ], 855 ],
844 } 856 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_TrdProc.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698