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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 '<(DEPTH)/v8', | 944 '<(DEPTH)/v8', |
945 '<(DEPTH)/v8/include', | 945 '<(DEPTH)/v8/include', |
946 ], | 946 ], |
947 'sources': [ | 947 'sources': [ |
948 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 948 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
949 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', | 949 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', |
950 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 950 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
951 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 951 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
952 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 952 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
953 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 953 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 954 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 955 'fpdfsdk/src/fpdfview_c_api_test.h', |
954 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 956 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
955 'testing/embedder_test.cpp', | 957 'testing/embedder_test.cpp', |
956 'testing/embedder_test.h', | 958 'testing/embedder_test.h', |
957 'testing/embedder_test_mock_delegate.h', | 959 'testing/embedder_test_mock_delegate.h', |
958 'testing/fx_string_testhelpers.cpp', | 960 'testing/fx_string_testhelpers.cpp', |
959 'testing/fx_string_testhelpers.h', | 961 'testing/fx_string_testhelpers.h', |
960 ], | 962 ], |
961 }, | 963 }, |
962 ], | 964 ], |
963 } | 965 } |
OLD | NEW |