| 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 'core/include/fxcrt/fx_basic.h', | 509 'core/include/fxcrt/fx_basic.h', |
| 510 'core/include/fxcrt/fx_coordinates.h', | 510 'core/include/fxcrt/fx_coordinates.h', |
| 511 'core/include/fxcrt/fx_ext.h', | 511 'core/include/fxcrt/fx_ext.h', |
| 512 'core/include/fxcrt/fx_memory.h', | 512 'core/include/fxcrt/fx_memory.h', |
| 513 'core/include/fxcrt/fx_stream.h', | 513 'core/include/fxcrt/fx_stream.h', |
| 514 'core/include/fxcrt/fx_string.h', | 514 'core/include/fxcrt/fx_string.h', |
| 515 'core/include/fxcrt/fx_system.h', | 515 'core/include/fxcrt/fx_system.h', |
| 516 'core/include/fxcrt/fx_ucd.h', | 516 'core/include/fxcrt/fx_ucd.h', |
| 517 'core/include/fxcrt/fx_xml.h', | 517 'core/include/fxcrt/fx_xml.h', |
| 518 'core/src/fxcrt/extension.h', | 518 'core/src/fxcrt/extension.h', |
| 519 'core/src/fxcrt/fx_safe_types.h', |
| 519 'core/src/fxcrt/fxcrt_platforms.cpp', | 520 'core/src/fxcrt/fxcrt_platforms.cpp', |
| 520 'core/src/fxcrt/fxcrt_platforms.h', | 521 'core/src/fxcrt/fxcrt_platforms.h', |
| 521 'core/src/fxcrt/fxcrt_posix.cpp', | 522 'core/src/fxcrt/fxcrt_posix.cpp', |
| 522 'core/src/fxcrt/fxcrt_posix.h', | 523 'core/src/fxcrt/fxcrt_posix.h', |
| 523 'core/src/fxcrt/fxcrt_windows.cpp', | 524 'core/src/fxcrt/fxcrt_windows.cpp', |
| 524 'core/src/fxcrt/fxcrt_windows.h', | 525 'core/src/fxcrt/fxcrt_windows.h', |
| 525 'core/src/fxcrt/fx_arabic.cpp', | 526 'core/src/fxcrt/fx_arabic.cpp', |
| 526 'core/src/fxcrt/fx_arabic.h', | 527 'core/src/fxcrt/fx_arabic.h', |
| 527 'core/src/fxcrt/fx_basic_array.cpp', | 528 'core/src/fxcrt/fx_basic_array.cpp', |
| 528 'core/src/fxcrt/fx_basic_bstring.cpp', | 529 'core/src/fxcrt/fx_basic_bstring.cpp', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 860 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 860 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 861 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 861 'testing/embedder_test.cpp', | 862 'testing/embedder_test.cpp', |
| 862 'testing/embedder_test.h', | 863 'testing/embedder_test.h', |
| 863 'testing/fx_string_testhelpers.cpp', | 864 'testing/fx_string_testhelpers.cpp', |
| 864 'testing/fx_string_testhelpers.h', | 865 'testing/fx_string_testhelpers.h', |
| 865 ], | 866 ], |
| 866 }, | 867 }, |
| 867 ], | 868 ], |
| 868 } | 869 } |
| OLD | NEW |