| 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 'type': 'executable', | 914 'type': 'executable', |
| 915 'dependencies': [ | 915 'dependencies': [ |
| 916 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 916 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 917 '<(DEPTH)/testing/gtest.gyp:gtest', | 917 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 918 'pdfium', | 918 'pdfium', |
| 919 ], | 919 ], |
| 920 'include_dirs': [ | 920 'include_dirs': [ |
| 921 '<(DEPTH)' | 921 '<(DEPTH)' |
| 922 ], | 922 ], |
| 923 'sources': [ | 923 'sources': [ |
| 924 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 924 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 925 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 925 'testing/embedder_test.cpp', | 926 'testing/embedder_test.cpp', |
| 926 'testing/embedder_test.h', | 927 'testing/embedder_test.h', |
| 927 'testing/fx_string_testhelpers.cpp', | 928 'testing/fx_string_testhelpers.cpp', |
| 928 'testing/fx_string_testhelpers.h', | 929 'testing/fx_string_testhelpers.h', |
| 929 ], | 930 ], |
| 930 }, | 931 }, |
| 931 ], | 932 ], |
| 932 } | 933 } |
| OLD | NEW |