| 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 { | 571 { |
| 572 'target_name': 'fxcrt', | 572 'target_name': 'fxcrt', |
| 573 'type': 'static_library', | 573 'type': 'static_library', |
| 574 'ldflags': [ '-L<(PRODUCT_DIR)',], | 574 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 575 'sources': [ | 575 'sources': [ |
| 576 'core/include/fxcrt/fx_arb.h', | 576 'core/include/fxcrt/fx_arb.h', |
| 577 'core/include/fxcrt/fx_basic.h', | 577 'core/include/fxcrt/fx_basic.h', |
| 578 'core/include/fxcrt/fx_coordinates.h', | 578 'core/include/fxcrt/fx_coordinates.h', |
| 579 'core/include/fxcrt/fx_ext.h', | 579 'core/include/fxcrt/fx_ext.h', |
| 580 'core/include/fxcrt/fx_memory.h', | 580 'core/include/fxcrt/fx_memory.h', |
| 581 'core/include/fxcrt/fx_safe_types.h', |
| 581 'core/include/fxcrt/fx_stream.h', | 582 'core/include/fxcrt/fx_stream.h', |
| 582 'core/include/fxcrt/fx_string.h', | 583 'core/include/fxcrt/fx_string.h', |
| 583 'core/include/fxcrt/fx_system.h', | 584 'core/include/fxcrt/fx_system.h', |
| 584 'core/include/fxcrt/fx_ucd.h', | 585 'core/include/fxcrt/fx_ucd.h', |
| 585 'core/include/fxcrt/fx_xml.h', | 586 'core/include/fxcrt/fx_xml.h', |
| 586 'core/src/fxcrt/extension.h', | 587 'core/src/fxcrt/extension.h', |
| 587 'core/src/fxcrt/fx_safe_types.h', | |
| 588 'core/src/fxcrt/fxcrt_platforms.cpp', | 588 'core/src/fxcrt/fxcrt_platforms.cpp', |
| 589 'core/src/fxcrt/fxcrt_platforms.h', | 589 'core/src/fxcrt/fxcrt_platforms.h', |
| 590 'core/src/fxcrt/fxcrt_posix.cpp', | 590 'core/src/fxcrt/fxcrt_posix.cpp', |
| 591 'core/src/fxcrt/fxcrt_posix.h', | 591 'core/src/fxcrt/fxcrt_posix.h', |
| 592 'core/src/fxcrt/fxcrt_windows.cpp', | 592 'core/src/fxcrt/fxcrt_windows.cpp', |
| 593 'core/src/fxcrt/fxcrt_windows.h', | 593 'core/src/fxcrt/fxcrt_windows.h', |
| 594 'core/src/fxcrt/fx_arabic.cpp', | 594 'core/src/fxcrt/fx_arabic.cpp', |
| 595 'core/src/fxcrt/fx_arabic.h', | 595 'core/src/fxcrt/fx_arabic.h', |
| 596 'core/src/fxcrt/fx_basic_array.cpp', | 596 'core/src/fxcrt/fx_basic_array.cpp', |
| 597 'core/src/fxcrt/fx_basic_bstring.cpp', | 597 'core/src/fxcrt/fx_basic_bstring.cpp', |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 'testing/embedder_test.cpp', | 959 'testing/embedder_test.cpp', |
| 960 'testing/embedder_test.h', | 960 'testing/embedder_test.h', |
| 961 'testing/embedder_test_mock_delegate.h', | 961 'testing/embedder_test_mock_delegate.h', |
| 962 'testing/embedder_test_timer_handling_delegate.h', | 962 'testing/embedder_test_timer_handling_delegate.h', |
| 963 'testing/fx_string_testhelpers.cpp', | 963 'testing/fx_string_testhelpers.cpp', |
| 964 'testing/fx_string_testhelpers.h', | 964 'testing/fx_string_testhelpers.h', |
| 965 ], | 965 ], |
| 966 }, | 966 }, |
| 967 ], | 967 ], |
| 968 } | 968 } |
| OLD | NEW |