OLD | NEW |
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 'core/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp', | 670 'core/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp', |
671 'core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp', | 671 'core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp', |
672 'core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp', | 672 'core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp', |
673 'core/fxge/fontdata/chromefontdata/FoxitSerif.cpp', | 673 'core/fxge/fontdata/chromefontdata/FoxitSerif.cpp', |
674 'core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp', | 674 'core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp', |
675 'core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp', | 675 'core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp', |
676 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', | 676 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', |
677 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', | 677 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', |
678 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', | 678 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', |
679 'core/fxge/freetype/fx_freetype.cpp', | 679 'core/fxge/freetype/fx_freetype.cpp', |
| 680 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 681 "core/fxge/ge/cfx_folderfontinfo.h", |
| 682 "core/fxge/ge/cfx_fontmapper.cpp", |
| 683 "core/fxge/ge/cfx_fontmgr.cpp", |
| 684 "core/fxge/ge/include/cfx_fontmapper.h", |
| 685 "core/fxge/ge/include/cfx_fontmgr.h", |
| 686 "core/fxge/ge/include/ifx_systemfontinfo.h", |
680 'core/fxge/ge/fx_ge.cpp', | 687 'core/fxge/ge/fx_ge.cpp', |
681 'core/fxge/ge/fx_ge_device.cpp', | 688 'core/fxge/ge/fx_ge_device.cpp', |
682 'core/fxge/ge/fx_ge_font.cpp', | 689 'core/fxge/ge/fx_ge_font.cpp', |
683 'core/fxge/ge/fx_ge_fontmap.cpp', | 690 'core/fxge/ge/fx_ge_fontmap.cpp', |
684 'core/fxge/ge/fx_ge_linux.cpp', | 691 'core/fxge/ge/fx_ge_linux.cpp', |
685 'core/fxge/ge/fx_ge_path.cpp', | 692 'core/fxge/ge/fx_ge_path.cpp', |
686 'core/fxge/ge/fx_ge_text.cpp', | 693 'core/fxge/ge/fx_ge_text.cpp', |
687 'core/fxge/ge/fx_text_int.h', | 694 'core/fxge/ge/fx_text_int.h', |
688 'core/fxge/ifx_renderdevicedriver.cpp', | 695 'core/fxge/ifx_renderdevicedriver.cpp', |
689 'core/fxge/include/fx_dib.h', | 696 'core/fxge/include/fx_dib.h', |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1077 ], | 1084 ], |
1078 }, | 1085 }, |
1079 ] | 1086 ] |
1080 }], | 1087 }], |
1081 ] | 1088 ] |
1082 } | 1089 } |
OLD | NEW |