| 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="linux"', { | 6 ['OS=="linux"', { |
| 7 'bundle_freetype%': 0, | 7 'bundle_freetype%': 0, |
| 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 9 # few methods are used from it. | 9 # few methods are used from it. |
| 10 'bundle_freetype%': 1, | 10 'bundle_freetype%': 1, |
| (...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 ], | 714 ], |
| 715 'include_dirs': [ | 715 'include_dirs': [ |
| 716 '<(DEPTH)' | 716 '<(DEPTH)' |
| 717 ], | 717 ], |
| 718 'sources': [ | 718 'sources': [ |
| 719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 723 'core/src/fxcrt/fx_bidi_unittest.cpp', | 723 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 724 'core/src/fxcrt/fx_extension_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', |
| 727 'third_party/base/nonstd_unique_ptr_unittest.cpp', | 728 'third_party/base/nonstd_unique_ptr_unittest.cpp', |
| 728 ], | 729 ], |
| 729 }, | 730 }, |
| 730 { | 731 { |
| 731 'target_name': 'pdfium_embeddertests', | 732 'target_name': 'pdfium_embeddertests', |
| 732 'type': 'executable', | 733 'type': 'executable', |
| 733 'dependencies': [ | 734 'dependencies': [ |
| (...skipping 61 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 |