| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k_lib.c', | 357 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k_lib.c', |
| 358 'core/src/fxcodec/fx_libopenjpeg/src/fx_jpt.c', | 358 'core/src/fxcodec/fx_libopenjpeg/src/fx_jpt.c', |
| 359 'core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c', | 359 'core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c', |
| 360 'core/src/fxcodec/fx_libopenjpeg/src/fx_mqc.c', | 360 'core/src/fxcodec/fx_libopenjpeg/src/fx_mqc.c', |
| 361 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg.c', | 361 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg.c', |
| 362 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg_jp2.c', | 362 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg_jp2.c', |
| 363 'core/src/fxcodec/fx_libopenjpeg/src/fx_opj_clock.c', | 363 'core/src/fxcodec/fx_libopenjpeg/src/fx_opj_clock.c', |
| 364 'core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c', | 364 'core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c', |
| 365 'core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c', | 365 'core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c', |
| 366 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c', | 366 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c', |
| 367 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1_generate_luts.c', | |
| 368 'core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c', | 367 'core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c', |
| 369 'core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c', | 368 'core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c', |
| 370 'core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.c', | 369 'core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.c', |
| 371 'core/src/fxcodec/fx_zlib/include/fx_zlib.h', | 370 'core/src/fxcodec/fx_zlib/include/fx_zlib.h', |
| 372 'core/src/fxcodec/fx_zlib/src/fx_zlib_adler32.c', | 371 'core/src/fxcodec/fx_zlib/src/fx_zlib_adler32.c', |
| 373 'core/src/fxcodec/fx_zlib/src/fx_zlib_compress.c', | 372 'core/src/fxcodec/fx_zlib/src/fx_zlib_compress.c', |
| 374 'core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c', | 373 'core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c', |
| 375 'core/src/fxcodec/fx_zlib/src/fx_zlib_deflate.c', | 374 'core/src/fxcodec/fx_zlib/src/fx_zlib_deflate.c', |
| 376 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzclose.c', | 375 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzclose.c', |
| 377 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzlib.c', | 376 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzlib.c', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 859 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 861 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 860 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 862 'testing/embedder_test.cpp', | 861 'testing/embedder_test.cpp', |
| 863 'testing/embedder_test.h', | 862 'testing/embedder_test.h', |
| 864 'testing/fx_string_testhelpers.cpp', | 863 'testing/fx_string_testhelpers.cpp', |
| 865 'testing/fx_string_testhelpers.h', | 864 'testing/fx_string_testhelpers.h', |
| 866 ], | 865 ], |
| 867 }, | 866 }, |
| 868 ], | 867 ], |
| 869 } | 868 } |
| OLD | NEW |