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

Side by Side Diff: pdfium.gyp

Issue 1359233002: Split up JBig2_GeneralDecoder.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 5 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 | « 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'core/include/fxcodec/fx_codec_provider.h', 335 'core/include/fxcodec/fx_codec_provider.h',
336 'core/src/fxcodec/codec/codec_int.h', 336 'core/src/fxcodec/codec/codec_int.h',
337 'core/src/fxcodec/codec/fx_codec.cpp', 337 'core/src/fxcodec/codec/fx_codec.cpp',
338 'core/src/fxcodec/codec/fx_codec_fax.cpp', 338 'core/src/fxcodec/codec/fx_codec_fax.cpp',
339 'core/src/fxcodec/codec/fx_codec_flate.cpp', 339 'core/src/fxcodec/codec/fx_codec_flate.cpp',
340 'core/src/fxcodec/codec/fx_codec_icc.cpp', 340 'core/src/fxcodec/codec/fx_codec_icc.cpp',
341 'core/src/fxcodec/codec/fx_codec_jbig.cpp', 341 'core/src/fxcodec/codec/fx_codec_jbig.cpp',
342 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', 342 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp',
343 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', 343 'core/src/fxcodec/codec/fx_codec_jpeg.cpp',
344 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', 344 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp',
345 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp',
345 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 346 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
346 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 347 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
347 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', 348 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h',
348 'core/src/fxcodec/jbig2/JBig2_ArithQe.h',
349 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 349 'core/src/fxcodec/jbig2/JBig2_BitStream.h',
350 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 350 'core/src/fxcodec/jbig2/JBig2_Context.cpp',
351 'core/src/fxcodec/jbig2/JBig2_Context.h', 351 'core/src/fxcodec/jbig2/JBig2_Context.h',
352 'core/src/fxcodec/jbig2/JBig2_Define.h', 352 'core/src/fxcodec/jbig2/JBig2_Define.h',
353 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', 353 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp',
354 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', 354 'core/src/fxcodec/jbig2/JBig2_GrdProc.h',
355 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp',
356 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h',
357 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp',
358 'core/src/fxcodec/jbig2/JBig2_GsidProc.h',
359 'core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp',
360 'core/src/fxcodec/jbig2/JBig2_HtrdProc.h',
355 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', 361 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp',
356 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', 362 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h',
357 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', 363 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp',
358 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', 364 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h',
359 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', 365 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h',
360 'core/src/fxcodec/jbig2/JBig2_Image.cpp', 366 'core/src/fxcodec/jbig2/JBig2_Image.cpp',
361 'core/src/fxcodec/jbig2/JBig2_Image.h', 367 'core/src/fxcodec/jbig2/JBig2_Image.h',
362 'core/src/fxcodec/jbig2/JBig2_List.h', 368 'core/src/fxcodec/jbig2/JBig2_List.h',
363 'core/src/fxcodec/jbig2/JBig2_Page.h', 369 'core/src/fxcodec/jbig2/JBig2_Page.h',
364 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', 370 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp',
365 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', 371 'core/src/fxcodec/jbig2/JBig2_PatternDict.h',
372 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp',
373 'core/src/fxcodec/jbig2/JBig2_PddProc.h',
374 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp',
375 'core/src/fxcodec/jbig2/JBig2_SddProc.h',
366 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', 376 'core/src/fxcodec/jbig2/JBig2_Segment.cpp',
367 'core/src/fxcodec/jbig2/JBig2_Segment.h', 377 'core/src/fxcodec/jbig2/JBig2_Segment.h',
368 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', 378 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp',
369 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', 379 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h',
380 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp',
381 'core/src/fxcodec/jbig2/JBig2_TrdProc.h',
370 ], 382 ],
371 'msvs_settings': { 383 'msvs_settings': {
372 'VCCLCompilerTool': { 384 'VCCLCompilerTool': {
373 # Unresolved warnings in fx_codec_jpx_opj.cpp 385 # Unresolved warnings in fx_codec_jpx_opj.cpp
374 # https://code.google.com/p/pdfium/issues/detail?id=100 386 # https://code.google.com/p/pdfium/issues/detail?id=100
375 'WarnAsError': 'false', 387 'WarnAsError': 'false',
376 }, 388 },
377 }, 389 },
378 'conditions': [ 390 'conditions': [
379 ['os_posix==1', { 391 ['os_posix==1', {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'testing/embedder_test.cpp', 767 'testing/embedder_test.cpp',
756 'testing/embedder_test.h', 768 'testing/embedder_test.h',
757 'testing/embedder_test_mock_delegate.h', 769 'testing/embedder_test_mock_delegate.h',
758 'testing/embedder_test_timer_handling_delegate.h', 770 'testing/embedder_test_timer_handling_delegate.h',
759 'testing/fx_string_testhelpers.cpp', 771 'testing/fx_string_testhelpers.cpp',
760 'testing/fx_string_testhelpers.h', 772 'testing/fx_string_testhelpers.h',
761 ], 773 ],
762 }, 774 },
763 ], 775 ],
764 } 776 }
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