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