| 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 841 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 842 'testing/fx_string_testhelpers.h', | 842 'testing/fx_string_testhelpers.h', |
| 843 'testing/fx_string_testhelpers.cpp', | 843 'testing/fx_string_testhelpers.cpp', |
| 844 ], | 844 ], |
| 845 }, | 845 }, |
| 846 { | 846 { |
| 847 'target_name': 'pdfium_embeddertests', | 847 'target_name': 'pdfium_embeddertests', |
| 848 'type': 'executable', | 848 'type': 'executable', |
| 849 'dependencies': [ | 849 'dependencies': [ |
| 850 '<(DEPTH)/testing/gtest.gyp:gtest', | 850 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 851 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 851 'pdfium', | 852 'pdfium', |
| 852 ], | 853 ], |
| 853 'include_dirs': [ | 854 'include_dirs': [ |
| 854 '<(DEPTH)' | 855 '<(DEPTH)' |
| 855 ], | 856 ], |
| 856 'sources': [ | 857 'sources': [ |
| 857 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 858 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 858 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 859 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 860 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 859 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 861 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 860 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 862 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 861 'testing/embedder_test.cpp', | 863 'testing/embedder_test.cpp', |
| 862 'testing/embedder_test.h', | 864 'testing/embedder_test.h', |
| 865 'testing/embedder_test_mock_delegate.h', |
| 863 'testing/fx_string_testhelpers.cpp', | 866 'testing/fx_string_testhelpers.cpp', |
| 864 'testing/fx_string_testhelpers.h', | 867 'testing/fx_string_testhelpers.h', |
| 865 ], | 868 ], |
| 866 }, | 869 }, |
| 867 ], | 870 ], |
| 868 } | 871 } |
| OLD | NEW |