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 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 | 9 |
10 'variables': { | 10 'variables': { |
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 }], | 662 }], |
663 ], | 663 ], |
664 }, | 664 }, |
665 { | 665 { |
666 'target_name': 'fxge', | 666 'target_name': 'fxge', |
667 'type': 'static_library', | 667 'type': 'static_library', |
668 'dependencies': [ | 668 'dependencies': [ |
669 'third_party/third_party.gyp:fx_agg', | 669 'third_party/third_party.gyp:fx_agg', |
670 ], | 670 ], |
671 'sources': [ | 671 'sources': [ |
672 'core/include/fxge/fpf.h', | |
673 'core/include/fxge/fx_dib.h', | |
674 'core/include/fxge/fx_font.h', | |
675 'core/include/fxge/fx_freetype.h', | |
676 'core/include/fxge/fx_ge.h', | |
677 'core/include/fxge/fx_ge_apple.h', | |
678 'core/include/fxge/fx_ge_win32.h', | |
679 'core/fxge/agg/fx_agg_driver.h', | 672 'core/fxge/agg/fx_agg_driver.h', |
680 'core/fxge/agg/fx_agg_driver.cpp', | 673 'core/fxge/agg/fx_agg_driver.cpp', |
681 'core/fxge/android/fpf_skiafont.cpp', | 674 'core/fxge/android/fpf_skiafont.cpp', |
682 'core/fxge/android/fpf_skiafont.h', | 675 'core/fxge/android/fpf_skiafont.h', |
683 'core/fxge/android/fpf_skiafontmgr.cpp', | 676 'core/fxge/android/fpf_skiafontmgr.cpp', |
684 'core/fxge/android/fpf_skiafontmgr.h', | 677 'core/fxge/android/fpf_skiafontmgr.h', |
685 'core/fxge/android/fpf_skiamodule.cpp', | 678 'core/fxge/android/fpf_skiamodule.cpp', |
686 'core/fxge/android/fpf_skiamodule.h', | 679 'core/fxge/android/fpf_skiamodule.h', |
687 'core/fxge/android/fx_android_font.cpp', | 680 'core/fxge/android/fx_android_font.cpp', |
688 'core/fxge/android/fx_android_font.h', | 681 'core/fxge/android/fx_android_font.h', |
(...skipping 28 matching lines...) Expand all Loading... |
717 'core/fxge/freetype/fx_freetype.cpp', | 710 'core/fxge/freetype/fx_freetype.cpp', |
718 'core/fxge/ge/fx_ge.cpp', | 711 'core/fxge/ge/fx_ge.cpp', |
719 'core/fxge/ge/fx_ge_device.cpp', | 712 'core/fxge/ge/fx_ge_device.cpp', |
720 'core/fxge/ge/fx_ge_font.cpp', | 713 'core/fxge/ge/fx_ge_font.cpp', |
721 'core/fxge/ge/fx_ge_fontmap.cpp', | 714 'core/fxge/ge/fx_ge_fontmap.cpp', |
722 'core/fxge/ge/fx_ge_linux.cpp', | 715 'core/fxge/ge/fx_ge_linux.cpp', |
723 'core/fxge/ge/fx_ge_path.cpp', | 716 'core/fxge/ge/fx_ge_path.cpp', |
724 'core/fxge/ge/fx_ge_ps.cpp', | 717 'core/fxge/ge/fx_ge_ps.cpp', |
725 'core/fxge/ge/fx_ge_text.cpp', | 718 'core/fxge/ge/fx_ge_text.cpp', |
726 'core/fxge/ge/fx_text_int.h', | 719 'core/fxge/ge/fx_text_int.h', |
| 720 'core/fxge/include/fpf.h', |
| 721 'core/fxge/include/fx_dib.h', |
| 722 'core/fxge/include/fx_font.h', |
| 723 'core/fxge/include/fx_freetype.h', |
| 724 'core/fxge/include/fx_ge.h', |
| 725 'core/fxge/include/fx_ge_apple.h', |
| 726 'core/fxge/include/fx_ge_win32.h', |
727 ], | 727 ], |
728 'variables': { | 728 'variables': { |
729 'clang_warning_flags': [ | 729 'clang_warning_flags': [ |
730 # http://code.google.com/p/pdfium/issues/detail?id=188 | 730 # http://code.google.com/p/pdfium/issues/detail?id=188 |
731 '-Wno-switch', | 731 '-Wno-switch', |
732 ], | 732 ], |
733 }, | 733 }, |
734 'conditions': [ | 734 'conditions': [ |
735 ['pdf_use_skia==1', { | 735 ['pdf_use_skia==1', { |
736 'sources': [ | 736 'sources': [ |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
1064 ], | 1064 ], |
1065 }, | 1065 }, |
1066 ] | 1066 ] |
1067 }], | 1067 }], |
1068 ] | 1068 ] |
1069 } | 1069 } |
OLD | NEW |