Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: pdfium.gyp

Issue 624043002: Add openjpeg pre-processor OPJ_STATIC to pdfium.gyp (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698