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

Side by Side Diff: pdfium.gyp

Issue 1393823002: Stop inlining CJBig2_BitStream. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.cpp',
346 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 346 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
347 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 347 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
348 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', 348 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h',
349 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp',
349 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 350 'core/src/fxcodec/jbig2/JBig2_BitStream.h',
350 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 351 'core/src/fxcodec/jbig2/JBig2_Context.cpp',
351 'core/src/fxcodec/jbig2/JBig2_Context.h', 352 'core/src/fxcodec/jbig2/JBig2_Context.h',
352 'core/src/fxcodec/jbig2/JBig2_Define.h', 353 'core/src/fxcodec/jbig2/JBig2_Define.h',
353 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', 354 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp',
354 'core/src/fxcodec/jbig2/JBig2_GrdProc.h', 355 'core/src/fxcodec/jbig2/JBig2_GrdProc.h',
355 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp', 356 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp',
356 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h', 357 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h',
357 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp', 358 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp',
358 'core/src/fxcodec/jbig2/JBig2_GsidProc.h', 359 'core/src/fxcodec/jbig2/JBig2_GsidProc.h',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'testing/embedder_test.cpp', 770 'testing/embedder_test.cpp',
770 'testing/embedder_test.h', 771 'testing/embedder_test.h',
771 'testing/embedder_test_mock_delegate.h', 772 'testing/embedder_test_mock_delegate.h',
772 'testing/embedder_test_timer_handling_delegate.h', 773 'testing/embedder_test_timer_handling_delegate.h',
773 'testing/fx_string_testhelpers.cpp', 774 'testing/fx_string_testhelpers.cpp',
774 'testing/fx_string_testhelpers.h', 775 'testing/fx_string_testhelpers.h',
775 ], 776 ],
776 }, 777 },
777 ], 778 ],
778 } 779 }
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