| 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 'dependencies': [ | 830 'dependencies': [ |
| 831 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 831 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 832 '<(DEPTH)/testing/gtest.gyp:gtest', | 832 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 833 'pdfium', | 833 'pdfium', |
| 834 ], | 834 ], |
| 835 'include_dirs': [ | 835 'include_dirs': [ |
| 836 '<(DEPTH)' | 836 '<(DEPTH)' |
| 837 ], | 837 ], |
| 838 'sources': [ | 838 'sources': [ |
| 839 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 839 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 840 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 840 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 841 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 841 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 842 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 842 'testing/fx_string_testhelpers.h', | 843 'testing/fx_string_testhelpers.h', |
| 843 'testing/fx_string_testhelpers.cpp', | 844 'testing/fx_string_testhelpers.cpp', |
| 844 ], | 845 ], |
| 845 }, | 846 }, |
| 846 { | 847 { |
| 847 'target_name': 'pdfium_embeddertests', | 848 'target_name': 'pdfium_embeddertests', |
| 848 'type': 'executable', | 849 'type': 'executable', |
| 849 'dependencies': [ | 850 'dependencies': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 862 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 863 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 863 'testing/embedder_test.cpp', | 864 'testing/embedder_test.cpp', |
| 864 'testing/embedder_test.h', | 865 'testing/embedder_test.h', |
| 865 'testing/embedder_test_mock_delegate.h', | 866 'testing/embedder_test_mock_delegate.h', |
| 866 'testing/fx_string_testhelpers.cpp', | 867 'testing/fx_string_testhelpers.cpp', |
| 867 'testing/fx_string_testhelpers.h', | 868 'testing/fx_string_testhelpers.h', |
| 868 ], | 869 ], |
| 869 }, | 870 }, |
| 870 ], | 871 ], |
| 871 } | 872 } |
| OLD | NEW |