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", | |
dsinclair
2016/07/27 17:36:01
Add .h files here as well.
npm
2016/07/27 18:51:58
Done.
| |
681 "core/fxge/ge/cfx_fontmapper.cpp", | |
682 "core/fxge/ge/cfx_fontmgr.cpp", | |
680 'core/fxge/ge/fx_ge.cpp', | 683 'core/fxge/ge/fx_ge.cpp', |
681 'core/fxge/ge/fx_ge_device.cpp', | 684 'core/fxge/ge/fx_ge_device.cpp', |
682 'core/fxge/ge/fx_ge_font.cpp', | 685 'core/fxge/ge/fx_ge_font.cpp', |
683 'core/fxge/ge/fx_ge_fontmap.cpp', | 686 'core/fxge/ge/fx_ge_fontmap.cpp', |
684 'core/fxge/ge/fx_ge_linux.cpp', | 687 'core/fxge/ge/fx_ge_linux.cpp', |
685 'core/fxge/ge/fx_ge_path.cpp', | 688 'core/fxge/ge/fx_ge_path.cpp', |
686 'core/fxge/ge/fx_ge_text.cpp', | 689 'core/fxge/ge/fx_ge_text.cpp', |
687 'core/fxge/ge/fx_text_int.h', | 690 'core/fxge/ge/fx_text_int.h', |
688 'core/fxge/ifx_renderdevicedriver.cpp', | 691 'core/fxge/ifx_renderdevicedriver.cpp', |
689 'core/fxge/include/fx_dib.h', | 692 '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', | 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1078 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1079 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1077 ], | 1080 ], |
1078 }, | 1081 }, |
1079 ] | 1082 ] |
1080 }], | 1083 }], |
1081 ] | 1084 ] |
1082 } | 1085 } |
OLD | NEW |