OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
4 'pdf_enable_v8%': 1, | 4 'pdf_enable_v8%': 1, |
5 'pdf_enable_xfa%': 1, | 5 'pdf_enable_xfa%': 1, |
6 'conditions': [ | 6 'conditions': [ |
7 ['OS=="linux"', { | 7 ['OS=="linux"', { |
8 'bundle_freetype%': 0, | 8 'bundle_freetype%': 0, |
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
10 # few methods are used from it. | 10 # few methods are used from it. |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 'dependencies': [ | 741 'dependencies': [ |
742 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 742 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
743 '<(DEPTH)/testing/gtest.gyp:gtest', | 743 '<(DEPTH)/testing/gtest.gyp:gtest', |
744 'pdfium', | 744 'pdfium', |
745 'test_support', | 745 'test_support', |
746 ], | 746 ], |
747 'include_dirs': [ | 747 'include_dirs': [ |
748 '<(DEPTH)' | 748 '<(DEPTH)' |
749 ], | 749 ], |
750 'sources': [ | 750 'sources': [ |
| 751 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |
751 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 752 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
752 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 753 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
753 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 754 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
754 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 755 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
755 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 756 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
756 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 757 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
757 'core/src/fxcrt/fx_bidi_unittest.cpp', | 758 'core/src/fxcrt/fx_bidi_unittest.cpp', |
758 'core/src/fxcrt/fx_system_unittest.cpp', | 759 'core/src/fxcrt/fx_system_unittest.cpp', |
759 'testing/fx_string_testhelpers.h', | 760 'testing/fx_string_testhelpers.h', |
760 'testing/fx_string_testhelpers.cpp', | 761 'testing/fx_string_testhelpers.cpp', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 ], | 839 ], |
839 'dependencies': [ | 840 'dependencies': [ |
840 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 842 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
842 ], | 843 ], |
843 }], | 844 }], |
844 ], | 845 ], |
845 }, | 846 }, |
846 ], | 847 ], |
847 } | 848 } |
OLD | NEW |