OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |