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

Side by Side Diff: pdfium.gyp

Issue 804463003: Fix build after previous commit. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years 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
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 '_FXFT_VERSION_=2501', 7 '_FXFT_VERSION_=2501',
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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'core/src/fxge/fx_freetype/src/fxft_raster.c', 637 'core/src/fxge/fx_freetype/src/fxft_raster.c',
638 'core/src/fxge/fx_freetype/src/fxft_sfnt.c', 638 'core/src/fxge/fx_freetype/src/fxft_sfnt.c',
639 'core/src/fxge/fx_freetype/src/fxft_smooth.c', 639 'core/src/fxge/fx_freetype/src/fxft_smooth.c',
640 'core/src/fxge/fx_freetype/src/fxft_truetype.c', 640 'core/src/fxge/fx_freetype/src/fxft_truetype.c',
641 'core/src/fxge/fx_freetype/src/fxft_type1.c', 641 'core/src/fxge/fx_freetype/src/fxft_type1.c',
642 'core/src/fxge/fx_freetype/src/fxft_type1cid.c', 642 'core/src/fxge/fx_freetype/src/fxft_type1cid.c',
643 'core/src/fxge/ge/fx_ge.cpp', 643 'core/src/fxge/ge/fx_ge.cpp',
644 'core/src/fxge/ge/fx_ge_device.cpp', 644 'core/src/fxge/ge/fx_ge_device.cpp',
645 'core/src/fxge/ge/fx_ge_font.cpp', 645 'core/src/fxge/ge/fx_ge_font.cpp',
646 'core/src/fxge/ge/fx_ge_fontmap.cpp', 646 'core/src/fxge/ge/fx_ge_fontmap.cpp',
647 'core/src/fxge/ge/fx_ge_linux.cpp',
647 'core/src/fxge/ge/fx_ge_path.cpp', 648 'core/src/fxge/ge/fx_ge_path.cpp',
648 'core/src/fxge/ge/fx_ge_ps.cpp', 649 'core/src/fxge/ge/fx_ge_ps.cpp',
649 'core/src/fxge/ge/fx_ge_text.cpp', 650 'core/src/fxge/ge/fx_ge_text.cpp',
650 'core/src/fxge/ge/text_int.h', 651 'core/src/fxge/ge/text_int.h',
651 ], 652 ],
652 'conditions': [ 653 'conditions': [
653 ['pdf_use_skia==1', { 654 ['pdf_use_skia==1', {
654 'sources': [ 655 'sources': [
655 'core/src/fxge/skia/fx_skia_blitter_new.cpp', 656 'core/src/fxge/skia/fx_skia_blitter_new.cpp',
656 'core/src/fxge/skia/fx_skia_device.cpp', 657 'core/src/fxge/skia/fx_skia_device.cpp',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 849 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
849 'fpdfsdk/src/formfiller/FFL_Notify.cpp', 850 'fpdfsdk/src/formfiller/FFL_Notify.cpp',
850 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 851 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
851 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 852 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
852 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 853 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
853 'fpdfsdk/src/formfiller/FFL_Utils.cpp', 854 'fpdfsdk/src/formfiller/FFL_Utils.cpp',
854 ], 855 ],
855 }, 856 },
856 ], 857 ],
857 } 858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698