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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 'pdfium', | 712 'pdfium', |
713 ], | 713 ], |
714 'include_dirs': [ | 714 'include_dirs': [ |
715 '<(DEPTH)' | 715 '<(DEPTH)' |
716 ], | 716 ], |
717 'sources': [ | 717 'sources': [ |
718 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 718 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
719 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 719 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
720 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 720 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
721 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 721 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 722 'core/src/fxcrt/fx_system_unittest.cpp', |
722 'testing/fx_string_testhelpers.h', | 723 'testing/fx_string_testhelpers.h', |
723 'testing/fx_string_testhelpers.cpp', | 724 'testing/fx_string_testhelpers.cpp', |
724 ], | 725 ], |
725 }, | 726 }, |
726 { | 727 { |
727 'target_name': 'pdfium_embeddertests', | 728 'target_name': 'pdfium_embeddertests', |
728 'type': 'executable', | 729 'type': 'executable', |
729 'dependencies': [ | 730 'dependencies': [ |
730 '<(DEPTH)/testing/gmock.gyp:gmock', | 731 '<(DEPTH)/testing/gmock.gyp:gmock', |
731 '<(DEPTH)/testing/gtest.gyp:gtest', | 732 '<(DEPTH)/testing/gtest.gyp:gtest', |
(...skipping 17 matching lines...) Expand all Loading... |
749 'testing/embedder_test.cpp', | 750 'testing/embedder_test.cpp', |
750 'testing/embedder_test.h', | 751 'testing/embedder_test.h', |
751 'testing/embedder_test_mock_delegate.h', | 752 'testing/embedder_test_mock_delegate.h', |
752 'testing/embedder_test_timer_handling_delegate.h', | 753 'testing/embedder_test_timer_handling_delegate.h', |
753 'testing/fx_string_testhelpers.cpp', | 754 'testing/fx_string_testhelpers.cpp', |
754 'testing/fx_string_testhelpers.h', | 755 'testing/fx_string_testhelpers.h', |
755 ], | 756 ], |
756 }, | 757 }, |
757 ], | 758 ], |
758 } | 759 } |
OLD | NEW |