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

Side by Side Diff: pdfium.gyp

Issue 1390883004: Merge to XFA: Stop inlining CJBig2_BitStream. (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_HuffmanTable.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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.cpp',
410 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 410 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
411 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 411 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
412 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', 412 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h',
413 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp',
413 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 414 'core/src/fxcodec/jbig2/JBig2_BitStream.h',
414 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 415 'core/src/fxcodec/jbig2/JBig2_Context.cpp',
415 'core/src/fxcodec/jbig2/JBig2_Context.h', 416 'core/src/fxcodec/jbig2/JBig2_Context.h',
416 'core/src/fxcodec/jbig2/JBig2_Define.h', 417 'core/src/fxcodec/jbig2/JBig2_Define.h',
417 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', 418 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp',
418 'core/src/fxcodec/jbig2/JBig2_GrdProc.h', 419 'core/src/fxcodec/jbig2/JBig2_GrdProc.h',
419 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp', 420 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp',
420 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h', 421 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h',
421 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp', 422 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp',
422 'core/src/fxcodec/jbig2/JBig2_GsidProc.h', 423 'core/src/fxcodec/jbig2/JBig2_GsidProc.h',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'testing/embedder_test.cpp', 850 'testing/embedder_test.cpp',
850 'testing/embedder_test.h', 851 'testing/embedder_test.h',
851 'testing/embedder_test_mock_delegate.h', 852 'testing/embedder_test_mock_delegate.h',
852 'testing/embedder_test_timer_handling_delegate.h', 853 'testing/embedder_test_timer_handling_delegate.h',
853 'testing/fx_string_testhelpers.cpp', 854 'testing/fx_string_testhelpers.cpp',
854 'testing/fx_string_testhelpers.h', 855 'testing/fx_string_testhelpers.h',
855 ], 856 ],
856 }, 857 },
857 ], 858 ],
858 } 859 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698