| 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 'FOXIT_CHROME_BUILD', | 7 'FOXIT_CHROME_BUILD', |
| 8 '_FXFT_VERSION_=2501', | 8 '_FXFT_VERSION_=2501', |
| 9 '_FPDFSDK_LIB', | 9 '_FPDFSDK_LIB', |
| 10 '_NO_GDIPLUS_', # workaround text rendering issues on Windows | 10 '_NO_GDIPLUS_', # workaround text rendering issues on Windows |
| 11 'OPJ_STATIC', |
| 11 ], | 12 ], |
| 12 'conditions': [ | 13 'conditions': [ |
| 13 ['pdf_use_skia==1', { | 14 ['pdf_use_skia==1', { |
| 14 'defines': ['_SKIA_SUPPORT_'], | 15 'defines': ['_SKIA_SUPPORT_'], |
| 15 }], | 16 }], |
| 16 ['OS=="linux"', { | 17 ['OS=="linux"', { |
| 17 'conditions': [ | 18 'conditions': [ |
| 18 ['target_arch=="x64"', { | 19 ['target_arch=="x64"', { |
| 19 'defines' : [ '_FX_CPU_=_FX_X64_', ], | 20 'defines' : [ '_FX_CPU_=_FX_X64_', ], |
| 20 'cflags': [ '-fPIC', ], | 21 'cflags': [ '-fPIC', ], |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 836 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 836 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | 837 'fpdfsdk/src/formfiller/FFL_Notify.cpp', |
| 837 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 838 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 838 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 839 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 839 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 840 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 840 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 841 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 841 ], | 842 ], |
| 842 }, | 843 }, |
| 843 ], | 844 ], |
| 844 } | 845 } |
| OLD | NEW |