| 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 925 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 926 'testing/fx_string_testhelpers.h', | 926 'testing/fx_string_testhelpers.h', |
| 927 'testing/fx_string_testhelpers.cpp', | 927 'testing/fx_string_testhelpers.cpp', |
| 928 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 928 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 929 ], | 929 ], |
| 930 }, | 930 }, |
| 931 { | 931 { |
| 932 'target_name': 'pdfium_embeddertests', | 932 'target_name': 'pdfium_embeddertests', |
| 933 'type': 'executable', | 933 'type': 'executable', |
| 934 'dependencies': [ | 934 'dependencies': [ |
| 935 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 935 '<(DEPTH)/testing/gtest.gyp:gtest', | 936 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 936 'pdfium', | 937 'pdfium', |
| 937 ], | 938 ], |
| 938 'include_dirs': [ | 939 'include_dirs': [ |
| 939 '<(DEPTH)' | 940 '<(DEPTH)' |
| 940 ], | 941 ], |
| 941 'sources': [ | 942 'sources': [ |
| 942 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 943 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 943 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 944 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 945 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 944 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 946 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 945 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 947 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 946 'testing/embedder_test.cpp', | 948 'testing/embedder_test.cpp', |
| 947 'testing/embedder_test.h', | 949 'testing/embedder_test.h', |
| 950 'testing/embedder_test_mock_delegate.h', |
| 948 'testing/fx_string_testhelpers.cpp', | 951 'testing/fx_string_testhelpers.cpp', |
| 949 'testing/fx_string_testhelpers.h', | 952 'testing/fx_string_testhelpers.h', |
| 950 ], | 953 ], |
| 951 }, | 954 }, |
| 952 ], | 955 ], |
| 953 } | 956 } |
| OLD | NEW |