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

Side by Side Diff: pdfium.gyp

Issue 2217663002: Refactor fx_ge part 1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | xfa/fde/fde_gedevice.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', 713 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp',
714 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', 714 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
715 'core/fxge/freetype/fx_freetype.cpp', 715 'core/fxge/freetype/fx_freetype.cpp',
716 "core/fxge/ge/cfx_folderfontinfo.cpp", 716 "core/fxge/ge/cfx_folderfontinfo.cpp",
717 "core/fxge/ge/cfx_folderfontinfo.h", 717 "core/fxge/ge/cfx_folderfontinfo.h",
718 "core/fxge/ge/cfx_fontmapper.cpp", 718 "core/fxge/ge/cfx_fontmapper.cpp",
719 "core/fxge/ge/cfx_fontmgr.cpp", 719 "core/fxge/ge/cfx_fontmgr.cpp",
720 "core/fxge/ge/include/cfx_fontmapper.h", 720 "core/fxge/ge/include/cfx_fontmapper.h",
721 "core/fxge/ge/include/cfx_fontmgr.h", 721 "core/fxge/ge/include/cfx_fontmgr.h",
722 "core/fxge/ge/include/ifx_systemfontinfo.h", 722 "core/fxge/ge/include/ifx_systemfontinfo.h",
723 'core/fxge/ge/fx_ge.cpp', 723 'core/fxge/ge/cfx_gemodule.cpp',
724 'core/fxge/ge/fx_ge_device.cpp', 724 'core/fxge/ge/fx_ge_device.cpp',
725 'core/fxge/ge/fx_ge_font.cpp', 725 'core/fxge/ge/fx_ge_font.cpp',
726 'core/fxge/ge/fx_ge_fontmap.cpp', 726 'core/fxge/ge/fx_ge_fontmap.cpp',
727 'core/fxge/ge/fx_ge_linux.cpp', 727 'core/fxge/ge/fx_ge_linux.cpp',
728 'core/fxge/ge/fx_ge_path.cpp', 728 'core/fxge/ge/fx_ge_path.cpp',
729 'core/fxge/ge/fx_ge_text.cpp', 729 'core/fxge/ge/fx_ge_text.cpp',
730 'core/fxge/ge/fx_text_int.h', 730 'core/fxge/ge/fx_text_int.h',
731 'core/fxge/ifx_renderdevicedriver.cpp', 731 'core/fxge/ifx_renderdevicedriver.cpp',
732 'core/fxge/include/cfx_gemodule.h',
732 "core/fxge/include/cfx_windowsdevice.h", 733 "core/fxge/include/cfx_windowsdevice.h",
733 'core/fxge/include/fx_dib.h', 734 'core/fxge/include/fx_dib.h',
734 'core/fxge/include/fx_font.h', 735 'core/fxge/include/fx_font.h',
735 'core/fxge/include/fx_freetype.h', 736 'core/fxge/include/fx_freetype.h',
736 'core/fxge/include/fx_ge.h', 737 'core/fxge/include/fx_ge.h',
737 'core/fxge/include/ifx_renderdevicedriver.h', 738 'core/fxge/include/ifx_renderdevicedriver.h',
738 'core/fxge/win32/cfx_windowsdib.h', 739 'core/fxge/win32/cfx_windowsdib.h',
739 ], 740 ],
740 'variables': { 741 'variables': {
741 'clang_warning_flags': [ 742 'clang_warning_flags': [
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1122 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1122 ], 1123 ],
1123 }, 1124 },
1124 ] 1125 ]
1125 }], 1126 }],
1126 ] 1127 ]
1127 } 1128 }
OLDNEW
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | xfa/fde/fde_gedevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698