| 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 'dependencies': [ | 914 'dependencies': [ |
| 915 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 915 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 916 '<(DEPTH)/testing/gtest.gyp:gtest', | 916 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 917 'pdfium', | 917 'pdfium', |
| 918 ], | 918 ], |
| 919 'include_dirs': [ | 919 'include_dirs': [ |
| 920 '<(DEPTH)' | 920 '<(DEPTH)' |
| 921 ], | 921 ], |
| 922 'sources': [ | 922 'sources': [ |
| 923 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 923 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 924 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 924 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 925 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 925 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 926 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 926 'testing/fx_string_testhelpers.h', | 927 'testing/fx_string_testhelpers.h', |
| 927 'testing/fx_string_testhelpers.cpp', | 928 'testing/fx_string_testhelpers.cpp', |
| 928 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 929 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 929 ], | 930 ], |
| 930 }, | 931 }, |
| 931 { | 932 { |
| 932 'target_name': 'pdfium_embeddertests', | 933 'target_name': 'pdfium_embeddertests', |
| 933 'type': 'executable', | 934 'type': 'executable', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 950 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 951 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 951 'testing/embedder_test.cpp', | 952 'testing/embedder_test.cpp', |
| 952 'testing/embedder_test.h', | 953 'testing/embedder_test.h', |
| 953 'testing/embedder_test_mock_delegate.h', | 954 'testing/embedder_test_mock_delegate.h', |
| 954 'testing/fx_string_testhelpers.cpp', | 955 'testing/fx_string_testhelpers.cpp', |
| 955 'testing/fx_string_testhelpers.h', | 956 'testing/fx_string_testhelpers.h', |
| 956 ], | 957 ], |
| 957 }, | 958 }, |
| 958 ], | 959 ], |
| 959 } | 960 } |
| OLD | NEW |