| 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 'type': 'executable', | 829 'type': 'executable', |
| 830 'dependencies': [ | 830 'dependencies': [ |
| 831 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 831 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 832 '<(DEPTH)/testing/gtest.gyp:gtest', | 832 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 833 'pdfium', | 833 'pdfium', |
| 834 ], | 834 ], |
| 835 'include_dirs': [ | 835 'include_dirs': [ |
| 836 '<(DEPTH)' | 836 '<(DEPTH)' |
| 837 ], | 837 ], |
| 838 'sources': [ | 838 'sources': [ |
| 839 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 840 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 841 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 839 'testing/fx_string_testhelpers.h', | 842 'testing/fx_string_testhelpers.h', |
| 840 'testing/fx_string_testhelpers.cpp', | 843 'testing/fx_string_testhelpers.cpp', |
| 841 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | |
| 842 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | |
| 843 ], | 844 ], |
| 844 }, | 845 }, |
| 845 { | 846 { |
| 846 'target_name': 'pdfium_embeddertests', | 847 'target_name': 'pdfium_embeddertests', |
| 847 'type': 'executable', | 848 'type': 'executable', |
| 848 'dependencies': [ | 849 'dependencies': [ |
| 849 '<(DEPTH)/testing/gtest.gyp:gtest', | 850 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 850 'pdfium', | 851 'pdfium', |
| 851 ], | 852 ], |
| 852 'include_dirs': [ | 853 'include_dirs': [ |
| 853 '<(DEPTH)' | 854 '<(DEPTH)' |
| 854 ], | 855 ], |
| 855 'sources': [ | 856 'sources': [ |
| 856 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 857 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 857 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 858 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 858 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 859 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 859 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 860 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 860 'testing/embedder_test.cpp', | 861 'testing/embedder_test.cpp', |
| 861 'testing/embedder_test.h', | 862 'testing/embedder_test.h', |
| 862 'testing/fx_string_testhelpers.cpp', | 863 'testing/fx_string_testhelpers.cpp', |
| 863 'testing/fx_string_testhelpers.h', | 864 'testing/fx_string_testhelpers.h', |
| 864 ], | 865 ], |
| 865 }, | 866 }, |
| 866 ], | 867 ], |
| 867 } | 868 } |
| OLD | NEW |