| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 'conditions': [ | 4 'conditions': [ |
| 5 ['OS=="linux"', { | 5 ['OS=="linux"', { |
| 6 'bundle_freetype%': 0, | 6 'bundle_freetype%': 0, |
| 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 8 # few methods are used from it. | 8 # few methods are used from it. |
| 9 'bundle_freetype%': 1, | 9 'bundle_freetype%': 1, |
| 10 }], | 10 }], |
| (...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 917 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 918 '<(DEPTH)/testing/gtest.gyp:gtest', | 918 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 919 'pdfium', | 919 'pdfium', |
| 920 ], | 920 ], |
| 921 'include_dirs': [ | 921 'include_dirs': [ |
| 922 '<(DEPTH)' | 922 '<(DEPTH)' |
| 923 ], | 923 ], |
| 924 'sources': [ | 924 'sources': [ |
| 925 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 925 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 926 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 926 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 927 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 927 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 928 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 928 'testing/fx_string_testhelpers.h', | 929 'testing/fx_string_testhelpers.h', |
| 929 'testing/fx_string_testhelpers.cpp', | 930 'testing/fx_string_testhelpers.cpp', |
| 930 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 931 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 931 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', | 932 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', |
| 932 ], | 933 ], |
| 933 }, | 934 }, |
| 934 { | 935 { |
| 935 'target_name': 'pdfium_embeddertests', | 936 'target_name': 'pdfium_embeddertests', |
| 936 'type': 'executable', | 937 'type': 'executable', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 957 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 958 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 958 'testing/embedder_test.cpp', | 959 'testing/embedder_test.cpp', |
| 959 'testing/embedder_test.h', | 960 'testing/embedder_test.h', |
| 960 'testing/embedder_test_mock_delegate.h', | 961 'testing/embedder_test_mock_delegate.h', |
| 961 'testing/fx_string_testhelpers.cpp', | 962 'testing/fx_string_testhelpers.cpp', |
| 962 'testing/fx_string_testhelpers.h', | 963 'testing/fx_string_testhelpers.h', |
| 963 ], | 964 ], |
| 964 }, | 965 }, |
| 965 ], | 966 ], |
| 966 } | 967 } |
| OLD | NEW |