OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # TODO(thakis): Enable this, pdfium:29 | 3 # TODO(thakis): Enable this, pdfium:29 |
4 #'chromium_code': 1, | 4 #'chromium_code': 1, |
5 'pdf_use_skia%': 0, | 5 'pdf_use_skia%': 0, |
6 'pdf_enable_v8%': 1, | 6 'pdf_enable_v8%': 1, |
7 'conditions': [ | 7 'conditions': [ |
8 ['OS=="linux"', { | 8 ['OS=="linux"', { |
9 'bundle_freetype%': 0, | 9 'bundle_freetype%': 0, |
10 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 10 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'dependencies': [ | 707 'dependencies': [ |
708 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 708 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
709 '<(DEPTH)/testing/gtest.gyp:gtest', | 709 '<(DEPTH)/testing/gtest.gyp:gtest', |
710 'pdfium', | 710 'pdfium', |
711 'test_support', | 711 'test_support', |
712 ], | 712 ], |
713 'include_dirs': [ | 713 'include_dirs': [ |
714 '<(DEPTH)' | 714 '<(DEPTH)' |
715 ], | 715 ], |
716 'sources': [ | 716 'sources': [ |
| 717 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |
717 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 718 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
718 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 719 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 720 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 721 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 722 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 723 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
723 'core/src/fxcrt/fx_bidi_unittest.cpp', | 724 'core/src/fxcrt/fx_bidi_unittest.cpp', |
724 'core/src/fxcrt/fx_system_unittest.cpp', | 725 'core/src/fxcrt/fx_system_unittest.cpp', |
725 'testing/fx_string_testhelpers.h', | 726 'testing/fx_string_testhelpers.h', |
726 'testing/fx_string_testhelpers.cpp', | 727 'testing/fx_string_testhelpers.cpp', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 ], | 796 ], |
796 'dependencies': [ | 797 'dependencies': [ |
797 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
799 ], | 800 ], |
800 }], | 801 }], |
801 ], | 802 ], |
802 }, | 803 }, |
803 ], | 804 ], |
804 } | 805 } |
OLD | NEW |