Chromium Code Reviews| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 795 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', | 795 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', |
| 796 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', | 796 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', |
| 797 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 797 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 798 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | 798 'fpdfsdk/src/formfiller/FFL_Notify.cpp', |
| 799 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 799 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 800 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 800 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 801 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 801 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 802 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 802 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 803 ], | 803 ], |
| 804 }, | 804 }, |
| 805 { | |
| 806 'target_name': 'pdfium_unittests', | |
| 807 'type': 'executable', | |
| 808 'dependencies': [ | |
| 809 '<(DEPTH)/testing/gtest.gyp:gtest_main', | |
| 810 '<(DEPTH)/testing/gtest.gyp:gtest', | |
| 811 'pdfium', | |
| 812 ], | |
| 813 'include_dirs': [ | |
| 814 '<(DEPTH)' | |
|
Nico
2015/01/05 22:58:01
Do you need this?
Tom Sepez
2015/01/05 23:08:09
Yes, get fx_basic_bstring_unittest.cpp:5:47: fatal
| |
| 815 ], | |
| 816 'sources': [ | |
| 817 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | |
| 818 ], | |
| 819 }, | |
| 805 ], | 820 ], |
| 806 } | 821 } |
| OLD | NEW |