| 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 '<(DEPTH)/testing/gtest.gyp:gtest', | 898 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 899 'pdfium', | 899 'pdfium', |
| 900 ], | 900 ], |
| 901 'include_dirs': [ | 901 'include_dirs': [ |
| 902 '<(DEPTH)' | 902 '<(DEPTH)' |
| 903 ], | 903 ], |
| 904 'sources': [ | 904 'sources': [ |
| 905 'testing/fx_string_testhelpers.h', | 905 'testing/fx_string_testhelpers.h', |
| 906 'testing/fx_string_testhelpers.cpp', | 906 'testing/fx_string_testhelpers.cpp', |
| 907 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 907 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 908 'xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 908 ], | 909 ], |
| 909 }, | 910 }, |
| 910 ], | 911 ], |
| 911 } | 912 } |
| OLD | NEW |