| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 }, | 4 }, |
| 5 'target_defaults': { | 5 'target_defaults': { |
| 6 'defines' : [ | 6 'defines' : [ |
| 7 'FT2_BUILD_LIBRARY', | 7 'FT2_BUILD_LIBRARY', |
| 8 '_FPDFSDK_LIB', | 8 '_FPDFSDK_LIB', |
| 9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows | 9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows |
| 10 'OPJ_STATIC', | 10 'OPJ_STATIC', |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 '<(DEPTH)/testing/gtest.gyp:gtest', | 817 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 818 'pdfium', | 818 'pdfium', |
| 819 ], | 819 ], |
| 820 'include_dirs': [ | 820 'include_dirs': [ |
| 821 '<(DEPTH)' | 821 '<(DEPTH)' |
| 822 ], | 822 ], |
| 823 'sources': [ | 823 'sources': [ |
| 824 'testing/fx_string_testhelpers.h', | 824 'testing/fx_string_testhelpers.h', |
| 825 'testing/fx_string_testhelpers.cpp', | 825 'testing/fx_string_testhelpers.cpp', |
| 826 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 826 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 827 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 827 ], | 828 ], |
| 828 }, | 829 }, |
| 829 { | 830 { |
| 830 'target_name': 'pdfium_embeddertests', | 831 'target_name': 'pdfium_embeddertests', |
| 831 'type': 'executable', | 832 'type': 'executable', |
| 832 'dependencies': [ | 833 'dependencies': [ |
| 833 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 834 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 834 '<(DEPTH)/testing/gtest.gyp:gtest', | 835 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 835 'pdfium', | 836 'pdfium', |
| 836 ], | 837 ], |
| 837 'include_dirs': [ | 838 'include_dirs': [ |
| 838 '<(DEPTH)' | 839 '<(DEPTH)' |
| 839 ], | 840 ], |
| 840 'sources': [ | 841 'sources': [ |
| 841 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 842 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 842 'testing/embedder_test.cpp', | 843 'testing/embedder_test.cpp', |
| 843 'testing/embedder_test.h', | 844 'testing/embedder_test.h', |
| 844 'testing/fx_string_testhelpers.cpp', | 845 'testing/fx_string_testhelpers.cpp', |
| 845 'testing/fx_string_testhelpers.h', | 846 'testing/fx_string_testhelpers.h', |
| 846 ], | 847 ], |
| 847 }, | 848 }, |
| 848 ], | 849 ], |
| 849 } | 850 } |
| OLD | NEW |