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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
807 'type': 'executable', | 807 'type': 'executable', |
808 'dependencies': [ | 808 'dependencies': [ |
809 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 809 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
810 '<(DEPTH)/testing/gtest.gyp:gtest', | 810 '<(DEPTH)/testing/gtest.gyp:gtest', |
811 'pdfium', | 811 'pdfium', |
812 ], | 812 ], |
813 'include_dirs': [ | 813 'include_dirs': [ |
814 '<(DEPTH)' | 814 '<(DEPTH)' |
815 ], | 815 ], |
816 'sources': [ | 816 'sources': [ |
| 817 'testing/fx_string_testhelpers.h', |
| 818 'testing/fx_string_testhelpers.cpp', |
817 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 819 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
818 ], | 820 ], |
819 }, | 821 }, |
820 ], | 822 ], |
821 } | 823 } |
OLD | NEW |