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

Side by Side Diff: pdfium.gyp

Issue 2260533002: Refactor fx_font part 2 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Spacing Created 4 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
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'core/fxge/ge/cfx_cliprgn.h', 739 'core/fxge/ge/cfx_cliprgn.h',
740 'core/fxge/ge/cfx_folderfontinfo.cpp', 740 'core/fxge/ge/cfx_folderfontinfo.cpp',
741 'core/fxge/ge/cfx_folderfontinfo.h', 741 'core/fxge/ge/cfx_folderfontinfo.h',
742 'core/fxge/ge/cfx_fontcache.cpp', 742 'core/fxge/ge/cfx_fontcache.cpp',
743 'core/fxge/ge/cfx_fontmapper.cpp', 743 'core/fxge/ge/cfx_fontmapper.cpp',
744 'core/fxge/ge/cfx_fontmgr.cpp', 744 'core/fxge/ge/cfx_fontmgr.cpp',
745 'core/fxge/ge/cfx_gemodule.cpp', 745 'core/fxge/ge/cfx_gemodule.cpp',
746 'core/fxge/ge/cfx_graphstatedata.cpp', 746 'core/fxge/ge/cfx_graphstatedata.cpp',
747 'core/fxge/ge/cfx_pathdata.cpp', 747 'core/fxge/ge/cfx_pathdata.cpp',
748 'core/fxge/ge/cfx_renderdevice.cpp', 748 'core/fxge/ge/cfx_renderdevice.cpp',
749 'core/fxge/ge/cfx_unicodeencoding.cpp',
749 'core/fxge/ge/include/cfx_fontmapper.h', 750 'core/fxge/ge/include/cfx_fontmapper.h',
750 'core/fxge/ge/include/cfx_fontmgr.h', 751 'core/fxge/ge/include/cfx_fontmgr.h',
751 'core/fxge/ge/include/ifx_systemfontinfo.h', 752 'core/fxge/ge/include/ifx_systemfontinfo.h',
752 'core/fxge/ge/fx_ge_font.cpp', 753 'core/fxge/ge/fx_ge_font.cpp',
753 'core/fxge/ge/fx_ge_fontmap.cpp', 754 'core/fxge/ge/fx_ge_fontmap.cpp',
754 'core/fxge/ge/fx_ge_linux.cpp', 755 'core/fxge/ge/fx_ge_linux.cpp',
755 'core/fxge/ge/fx_ge_text.cpp', 756 'core/fxge/ge/fx_ge_text.cpp',
756 'core/fxge/ge/fx_text_int.h', 757 'core/fxge/ge/fx_text_int.h',
757 'core/fxge/ifx_renderdevicedriver.cpp', 758 'core/fxge/ifx_renderdevicedriver.cpp',
758 'core/fxge/include/cfx_autofontcache.h', 759 'core/fxge/include/cfx_autofontcache.h',
759 'core/fxge/include/cfx_fontcache.h', 760 'core/fxge/include/cfx_fontcache.h',
760 'core/fxge/include/cfx_fxgedevice.h', 761 'core/fxge/include/cfx_fxgedevice.h',
761 'core/fxge/include/cfx_gemodule.h', 762 'core/fxge/include/cfx_gemodule.h',
762 'core/fxge/include/cfx_graphstatedata.h', 763 'core/fxge/include/cfx_graphstatedata.h',
763 'core/fxge/include/cfx_pathdata.h', 764 'core/fxge/include/cfx_pathdata.h',
764 'core/fxge/include/cfx_renderdevice.h', 765 'core/fxge/include/cfx_renderdevice.h',
766 'core/fxge/include/cfx_unicodeencoding.h',
765 'core/fxge/include/cfx_windowsdevice.h', 767 'core/fxge/include/cfx_windowsdevice.h',
766 'core/fxge/include/fx_dib.h', 768 'core/fxge/include/fx_dib.h',
767 'core/fxge/include/fx_font.h', 769 'core/fxge/include/fx_font.h',
768 'core/fxge/include/fx_freetype.h', 770 'core/fxge/include/fx_freetype.h',
769 'core/fxge/include/ifx_renderdevicedriver.h', 771 'core/fxge/include/ifx_renderdevicedriver.h',
770 'core/fxge/win32/cfx_windowsdib.h', 772 'core/fxge/win32/cfx_windowsdib.h',
771 ], 773 ],
772 'variables': { 774 'variables': {
773 'clang_warning_flags': [ 775 'clang_warning_flags': [
774 # http://code.google.com/p/pdfium/issues/detail?id=188 776 # http://code.google.com/p/pdfium/issues/detail?id=188
775 '-Wno-switch', 777 '-Wno-switch',
776 ], 778 ],
777 }, 779 },
778 'conditions': [ 780 'conditions': [
781 ['pdf_enable_xfa==1', {
782 'sources': [
783 'core/fxge/ge/cfx_unicodeencodingex.cpp',
784 'core/fxge/include/cfx_unicodeencodingex.h',
785 ]
786 }],
779 ['pdf_use_skia==1', { 787 ['pdf_use_skia==1', {
780 'sources': [ 788 'sources': [
781 'core/fxge/skia/fx_skia_device.cpp', 789 'core/fxge/skia/fx_skia_device.cpp',
782 ], 790 ],
783 'sources!': [ 791 'sources!': [
784 'core/fxge/agg/fx_agg_driver.h', 792 'core/fxge/agg/fx_agg_driver.h',
785 'core/fxge/agg/fx_agg_driver.cpp', 793 'core/fxge/agg/fx_agg_driver.cpp',
786 ], 794 ],
787 'dependencies': [ 795 'dependencies': [
788 '<(DEPTH)/skia/skia.gyp:skia', 796 '<(DEPTH)/skia/skia.gyp:skia',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1160 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1153 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1161 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1154 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1162 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1155 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1163 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1156 ], 1164 ],
1157 }, 1165 },
1158 ] 1166 ]
1159 }], 1167 }],
1160 ] 1168 ]
1161 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698