| 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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 'sources': [ | 823 'sources': [ |
| 824 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 824 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
| 825 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', | 825 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', |
| 826 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 826 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 827 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 827 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 828 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 828 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 829 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 829 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 830 'fpdfsdk/src/fpdfview_c_api_test.c', | 830 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 831 'fpdfsdk/src/fpdfview_c_api_test.h', | 831 'fpdfsdk/src/fpdfview_c_api_test.h', |
| 832 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 832 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 833 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 833 'testing/embedder_test.cpp', | 834 'testing/embedder_test.cpp', |
| 834 'testing/embedder_test.h', | 835 'testing/embedder_test.h', |
| 835 'testing/embedder_test_mock_delegate.h', | 836 'testing/embedder_test_mock_delegate.h', |
| 836 'testing/embedder_test_timer_handling_delegate.h', | 837 'testing/embedder_test_timer_handling_delegate.h', |
| 837 'testing/fx_string_testhelpers.cpp', | 838 'testing/fx_string_testhelpers.cpp', |
| 838 'testing/fx_string_testhelpers.h', | 839 'testing/fx_string_testhelpers.h', |
| 839 ], | 840 ], |
| 840 }, | 841 }, |
| 841 ], | 842 ], |
| 842 } | 843 } |
| OLD | NEW |