| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |