| 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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_unittest.cpp', | 751 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
| 752 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 752 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 753 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 753 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 754 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 754 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 755 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 755 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 756 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 756 'core/src/fxcrt/fx_bidi_unittest.cpp', | 757 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 757 'core/src/fxcrt/fx_system_unittest.cpp', | 758 'core/src/fxcrt/fx_system_unittest.cpp', |
| 758 'testing/fx_string_testhelpers.h', | 759 'testing/fx_string_testhelpers.h', |
| 759 'testing/fx_string_testhelpers.cpp', | 760 'testing/fx_string_testhelpers.cpp', |
| 760 'third_party/base/nonstd_unique_ptr_unittest.cpp', | 761 'third_party/base/nonstd_unique_ptr_unittest.cpp', |
| 761 ], | 762 ], |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 ], | 838 ], |
| 838 'dependencies': [ | 839 'dependencies': [ |
| 839 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 840 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 840 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 841 ], | 842 ], |
| 842 }], | 843 }], |
| 843 ], | 844 ], |
| 844 }, | 845 }, |
| 845 ], | 846 ], |
| 846 } | 847 } |
| OLD | NEW |