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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 'include_dirs': [ | 856 'include_dirs': [ |
857 '<(DEPTH)' | 857 '<(DEPTH)' |
858 ], | 858 ], |
859 'sources': [ | 859 'sources': [ |
860 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 860 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
861 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', | 861 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', |
862 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 862 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
863 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 863 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
864 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 864 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
865 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 865 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 866 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 867 'fpdfsdk/src/fpdfview_c_api_test.h', |
866 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 868 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
867 'testing/embedder_test.cpp', | 869 'testing/embedder_test.cpp', |
868 'testing/embedder_test.h', | 870 'testing/embedder_test.h', |
869 'testing/embedder_test_mock_delegate.h', | 871 'testing/embedder_test_mock_delegate.h', |
870 'testing/fx_string_testhelpers.cpp', | 872 'testing/fx_string_testhelpers.cpp', |
871 'testing/fx_string_testhelpers.h', | 873 'testing/fx_string_testhelpers.h', |
872 ], | 874 ], |
873 }, | 875 }, |
874 ], | 876 ], |
875 } | 877 } |
OLD | NEW |