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

Side by Side Diff: pdfium.gyp

Issue 2223213002: Refactor fx_ge part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase 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/pdfwindow/PWL_Utils.cpp ('k') | xfa/fde/cfde_path.h » ('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_cliprgn.cpp', 716 'core/fxge/ge/cfx_cliprgn.cpp',
717 'core/fxge/ge/cfx_cliprgn.h', 717 'core/fxge/ge/cfx_cliprgn.h',
718 'core/fxge/ge/cfx_folderfontinfo.cpp', 718 'core/fxge/ge/cfx_folderfontinfo.cpp',
719 'core/fxge/ge/cfx_folderfontinfo.h', 719 'core/fxge/ge/cfx_folderfontinfo.h',
720 'core/fxge/ge/cfx_fontmapper.cpp', 720 'core/fxge/ge/cfx_fontmapper.cpp',
721 'core/fxge/ge/cfx_fontmgr.cpp', 721 'core/fxge/ge/cfx_fontmgr.cpp',
722 'core/fxge/ge/cfx_gemodule.cpp', 722 'core/fxge/ge/cfx_gemodule.cpp',
723 'core/fxge/ge/cfx_graphstatedata.cpp',
723 'core/fxge/ge/cfx_pathdata.cpp', 724 'core/fxge/ge/cfx_pathdata.cpp',
725 'core/fxge/ge/cfx_renderdevice.cpp',
724 'core/fxge/ge/include/cfx_fontmapper.h', 726 'core/fxge/ge/include/cfx_fontmapper.h',
725 'core/fxge/ge/include/cfx_fontmgr.h', 727 'core/fxge/ge/include/cfx_fontmgr.h',
726 'core/fxge/ge/include/ifx_systemfontinfo.h', 728 'core/fxge/ge/include/ifx_systemfontinfo.h',
727 'core/fxge/ge/fx_ge_device.cpp',
728 'core/fxge/ge/fx_ge_font.cpp', 729 'core/fxge/ge/fx_ge_font.cpp',
729 'core/fxge/ge/fx_ge_fontmap.cpp', 730 'core/fxge/ge/fx_ge_fontmap.cpp',
730 'core/fxge/ge/fx_ge_linux.cpp', 731 'core/fxge/ge/fx_ge_linux.cpp',
731 'core/fxge/ge/fx_ge_path.cpp',
732 'core/fxge/ge/fx_ge_text.cpp', 732 'core/fxge/ge/fx_ge_text.cpp',
733 'core/fxge/ge/fx_text_int.h', 733 'core/fxge/ge/fx_text_int.h',
734 'core/fxge/ifx_renderdevicedriver.cpp', 734 'core/fxge/ifx_renderdevicedriver.cpp',
735 'core/fxge/include/cfx_fxgedevice.h',
735 'core/fxge/include/cfx_gemodule.h', 736 'core/fxge/include/cfx_gemodule.h',
737 'core/fxge/include/cfx_graphstatedata.h',
736 'core/fxge/include/cfx_pathdata.h', 738 'core/fxge/include/cfx_pathdata.h',
739 'core/fxge/include/cfx_renderdevice.h',
737 'core/fxge/include/cfx_windowsdevice.h', 740 'core/fxge/include/cfx_windowsdevice.h',
738 'core/fxge/include/fx_dib.h', 741 'core/fxge/include/fx_dib.h',
739 'core/fxge/include/fx_font.h', 742 'core/fxge/include/fx_font.h',
740 'core/fxge/include/fx_freetype.h', 743 'core/fxge/include/fx_freetype.h',
741 'core/fxge/include/fx_ge.h',
742 'core/fxge/include/ifx_renderdevicedriver.h', 744 'core/fxge/include/ifx_renderdevicedriver.h',
743 'core/fxge/win32/cfx_windowsdib.h', 745 'core/fxge/win32/cfx_windowsdib.h',
744 ], 746 ],
745 'variables': { 747 'variables': {
746 'clang_warning_flags': [ 748 'clang_warning_flags': [
747 # http://code.google.com/p/pdfium/issues/detail?id=188 749 # http://code.google.com/p/pdfium/issues/detail?id=188
748 '-Wno-switch', 750 '-Wno-switch',
749 ], 751 ],
750 }, 752 },
751 'conditions': [ 753 'conditions': [
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1126 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1125 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1127 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1126 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1128 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1127 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1129 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1128 ], 1130 ],
1129 }, 1131 },
1130 ] 1132 ]
1131 }], 1133 }],
1132 ] 1134 ]
1133 } 1135 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Utils.cpp ('k') | xfa/fde/cfde_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698