| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 { | 505 { |
| 506 'target_name': 'fxcrt', | 506 'target_name': 'fxcrt', |
| 507 'type': 'static_library', | 507 'type': 'static_library', |
| 508 'ldflags': [ '-L<(PRODUCT_DIR)',], | 508 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 509 'sources': [ | 509 'sources': [ |
| 510 'core/include/fxcrt/fx_arb.h', | 510 'core/include/fxcrt/fx_arb.h', |
| 511 'core/include/fxcrt/fx_basic.h', | 511 'core/include/fxcrt/fx_basic.h', |
| 512 'core/include/fxcrt/fx_coordinates.h', | 512 'core/include/fxcrt/fx_coordinates.h', |
| 513 'core/include/fxcrt/fx_ext.h', | 513 'core/include/fxcrt/fx_ext.h', |
| 514 'core/include/fxcrt/fx_memory.h', | 514 'core/include/fxcrt/fx_memory.h', |
| 515 'core/include/fxcrt/fx_safe_types.h', |
| 515 'core/include/fxcrt/fx_stream.h', | 516 'core/include/fxcrt/fx_stream.h', |
| 516 'core/include/fxcrt/fx_string.h', | 517 'core/include/fxcrt/fx_string.h', |
| 517 'core/include/fxcrt/fx_system.h', | 518 'core/include/fxcrt/fx_system.h', |
| 518 'core/include/fxcrt/fx_ucd.h', | 519 'core/include/fxcrt/fx_ucd.h', |
| 519 'core/include/fxcrt/fx_xml.h', | 520 'core/include/fxcrt/fx_xml.h', |
| 520 'core/src/fxcrt/extension.h', | 521 'core/src/fxcrt/extension.h', |
| 521 'core/src/fxcrt/fx_safe_types.h', | |
| 522 'core/src/fxcrt/fxcrt_platforms.cpp', | 522 'core/src/fxcrt/fxcrt_platforms.cpp', |
| 523 'core/src/fxcrt/fxcrt_platforms.h', | 523 'core/src/fxcrt/fxcrt_platforms.h', |
| 524 'core/src/fxcrt/fxcrt_posix.cpp', | 524 'core/src/fxcrt/fxcrt_posix.cpp', |
| 525 'core/src/fxcrt/fxcrt_posix.h', | 525 'core/src/fxcrt/fxcrt_posix.h', |
| 526 'core/src/fxcrt/fxcrt_windows.cpp', | 526 'core/src/fxcrt/fxcrt_windows.cpp', |
| 527 'core/src/fxcrt/fxcrt_windows.h', | 527 'core/src/fxcrt/fxcrt_windows.h', |
| 528 'core/src/fxcrt/fx_arabic.cpp', | 528 'core/src/fxcrt/fx_arabic.cpp', |
| 529 'core/src/fxcrt/fx_arabic.h', | 529 'core/src/fxcrt/fx_arabic.h', |
| 530 'core/src/fxcrt/fx_basic_array.cpp', | 530 'core/src/fxcrt/fx_basic_array.cpp', |
| 531 'core/src/fxcrt/fx_basic_bstring.cpp', | 531 'core/src/fxcrt/fx_basic_bstring.cpp', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 'testing/embedder_test.cpp', | 872 'testing/embedder_test.cpp', |
| 873 'testing/embedder_test.h', | 873 'testing/embedder_test.h', |
| 874 'testing/embedder_test_mock_delegate.h', | 874 'testing/embedder_test_mock_delegate.h', |
| 875 'testing/embedder_test_timer_handling_delegate.h', | 875 'testing/embedder_test_timer_handling_delegate.h', |
| 876 'testing/fx_string_testhelpers.cpp', | 876 'testing/fx_string_testhelpers.cpp', |
| 877 'testing/fx_string_testhelpers.h', | 877 'testing/fx_string_testhelpers.h', |
| 878 ], | 878 ], |
| 879 }, | 879 }, |
| 880 ], | 880 ], |
| 881 } | 881 } |
| OLD | NEW |