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

Side by Side Diff: pdfium.gyp

Issue 438843003: Fix for min/max compile error on Windows (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 4 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 | « core/src/fxge/win32/fx_win32_gdipext.cpp ('k') | 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
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 '<(DEPTH)/third_party/skia/include/effects', 662 '<(DEPTH)/third_party/skia/include/effects',
663 '<(DEPTH)/third_party/skia/include/images', 663 '<(DEPTH)/third_party/skia/include/images',
664 '<(DEPTH)/third_party/skia/include/lazy', 664 '<(DEPTH)/third_party/skia/include/lazy',
665 '<(DEPTH)/third_party/skia/include/pathops', 665 '<(DEPTH)/third_party/skia/include/pathops',
666 '<(DEPTH)/third_party/skia/include/utils', 666 '<(DEPTH)/third_party/skia/include/utils',
667 '<(DEPTH)/third_party/skia/src/core', 667 '<(DEPTH)/third_party/skia/src/core',
668 ], 668 ],
669 }], 669 }],
670 ['OS=="win"', { 670 ['OS=="win"', {
671 'defines!': [ 671 'defines!': [
672 'NOMINMAX',
673 'WIN32_LEAN_AND_MEAN' 672 'WIN32_LEAN_AND_MEAN'
674 ], 673 ],
675 'sources': [ 674 'sources': [
676 'core/src/fxge/win32/dwrite_int.h', 675 'core/src/fxge/win32/dwrite_int.h',
677 'core/src/fxge/win32/fx_win32_device.cpp', 676 'core/src/fxge/win32/fx_win32_device.cpp',
678 'core/src/fxge/win32/fx_win32_dib.cpp', 677 'core/src/fxge/win32/fx_win32_dib.cpp',
679 'core/src/fxge/win32/fx_win32_dwrite.cpp', 678 'core/src/fxge/win32/fx_win32_dwrite.cpp',
680 'core/src/fxge/win32/fx_win32_gdipext.cpp', 679 'core/src/fxge/win32/fx_win32_gdipext.cpp',
681 'core/src/fxge/win32/fx_win32_print.cpp', 680 'core/src/fxge/win32/fx_win32_print.cpp',
682 'core/src/fxge/win32/win32_int.h', 681 'core/src/fxge/win32/win32_int.h',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 846 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
848 'fpdfsdk/src/formfiller/FFL_Notify.cpp', 847 'fpdfsdk/src/formfiller/FFL_Notify.cpp',
849 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 848 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
850 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 849 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
851 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 850 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
852 'fpdfsdk/src/formfiller/FFL_Utils.cpp', 851 'fpdfsdk/src/formfiller/FFL_Utils.cpp',
853 ], 852 ],
854 }, 853 },
855 ], 854 ],
856 } 855 }
OLDNEW
« no previous file with comments | « core/src/fxge/win32/fx_win32_gdipext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698