| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("pdfium.gni") | 7 import("pdfium.gni") |
| 8 | 8 |
| 9 config("pdfium_common_config") { | 9 config("pdfium_common_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "core/fxge/ge/cfx_cliprgn.h", | 755 "core/fxge/ge/cfx_cliprgn.h", |
| 756 "core/fxge/ge/cfx_folderfontinfo.cpp", | 756 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 757 "core/fxge/ge/cfx_folderfontinfo.h", | 757 "core/fxge/ge/cfx_folderfontinfo.h", |
| 758 "core/fxge/ge/cfx_fontcache.cpp", | 758 "core/fxge/ge/cfx_fontcache.cpp", |
| 759 "core/fxge/ge/cfx_fontmapper.cpp", | 759 "core/fxge/ge/cfx_fontmapper.cpp", |
| 760 "core/fxge/ge/cfx_fontmgr.cpp", | 760 "core/fxge/ge/cfx_fontmgr.cpp", |
| 761 "core/fxge/ge/cfx_gemodule.cpp", | 761 "core/fxge/ge/cfx_gemodule.cpp", |
| 762 "core/fxge/ge/cfx_graphstatedata.cpp", | 762 "core/fxge/ge/cfx_graphstatedata.cpp", |
| 763 "core/fxge/ge/cfx_pathdata.cpp", | 763 "core/fxge/ge/cfx_pathdata.cpp", |
| 764 "core/fxge/ge/cfx_renderdevice.cpp", | 764 "core/fxge/ge/cfx_renderdevice.cpp", |
| 765 "core/fxge/ge/cfx_unicodeencoding.cpp", |
| 765 "core/fxge/ge/fx_ge_font.cpp", | 766 "core/fxge/ge/fx_ge_font.cpp", |
| 766 "core/fxge/ge/fx_ge_fontmap.cpp", | 767 "core/fxge/ge/fx_ge_fontmap.cpp", |
| 767 "core/fxge/ge/fx_ge_linux.cpp", | 768 "core/fxge/ge/fx_ge_linux.cpp", |
| 768 "core/fxge/ge/fx_ge_text.cpp", | 769 "core/fxge/ge/fx_ge_text.cpp", |
| 769 "core/fxge/ge/fx_text_int.h", | 770 "core/fxge/ge/fx_text_int.h", |
| 770 "core/fxge/ge/include/cfx_fontmapper.h", | 771 "core/fxge/ge/include/cfx_fontmapper.h", |
| 771 "core/fxge/ge/include/cfx_fontmgr.h", | 772 "core/fxge/ge/include/cfx_fontmgr.h", |
| 772 "core/fxge/ge/include/ifx_systemfontinfo.h", | 773 "core/fxge/ge/include/ifx_systemfontinfo.h", |
| 773 "core/fxge/ifx_renderdevicedriver.cpp", | 774 "core/fxge/ifx_renderdevicedriver.cpp", |
| 774 "core/fxge/include/cfx_autofontcache.h", | 775 "core/fxge/include/cfx_autofontcache.h", |
| 775 "core/fxge/include/cfx_fontcache.h", | 776 "core/fxge/include/cfx_fontcache.h", |
| 776 "core/fxge/include/cfx_fxgedevice.h", | 777 "core/fxge/include/cfx_fxgedevice.h", |
| 777 "core/fxge/include/cfx_gemodule.h", | 778 "core/fxge/include/cfx_gemodule.h", |
| 778 "core/fxge/include/cfx_graphstatedata.h", | 779 "core/fxge/include/cfx_graphstatedata.h", |
| 779 "core/fxge/include/cfx_pathdata.h", | 780 "core/fxge/include/cfx_pathdata.h", |
| 780 "core/fxge/include/cfx_renderdevice.h", | 781 "core/fxge/include/cfx_renderdevice.h", |
| 782 "core/fxge/include/cfx_unicodeencoding.h", |
| 781 "core/fxge/include/cfx_windowsdevice.h", | 783 "core/fxge/include/cfx_windowsdevice.h", |
| 782 "core/fxge/include/fx_dib.h", | 784 "core/fxge/include/fx_dib.h", |
| 783 "core/fxge/include/fx_font.h", | 785 "core/fxge/include/fx_font.h", |
| 784 "core/fxge/include/fx_freetype.h", | 786 "core/fxge/include/fx_freetype.h", |
| 785 "core/fxge/include/ifx_renderdevicedriver.h", | 787 "core/fxge/include/ifx_renderdevicedriver.h", |
| 786 "core/fxge/win32/cfx_windowsdib.h", | 788 "core/fxge/win32/cfx_windowsdib.h", |
| 787 ] | 789 ] |
| 788 | 790 |
| 789 configs += [ | 791 configs += [ |
| 790 ":fxge_warnings", | 792 ":fxge_warnings", |
| 791 ":pdfium_core_config", | 793 ":pdfium_core_config", |
| 792 ] | 794 ] |
| 793 | 795 |
| 796 if (pdf_enable_xfa) { |
| 797 sources += [ |
| 798 "core/fxge/ge/cfx_unicodeencodingex.cpp", |
| 799 "core/fxge/include/cfx_unicodeencodingex.h", |
| 800 ] |
| 801 } |
| 802 |
| 794 if (pdf_use_skia) { | 803 if (pdf_use_skia) { |
| 795 sources += [ "core/fxge/skia/fx_skia_device.cpp" ] | 804 sources += [ "core/fxge/skia/fx_skia_device.cpp" ] |
| 796 deps = [ | 805 deps = [ |
| 797 "//skia", | 806 "//skia", |
| 798 ] | 807 ] |
| 799 } else { | 808 } else { |
| 800 sources += [ | 809 sources += [ |
| 801 "core/fxge/agg/fx_agg_driver.cpp", | 810 "core/fxge/agg/fx_agg_driver.cpp", |
| 802 "core/fxge/agg/fx_agg_driver.h", | 811 "core/fxge/agg/fx_agg_driver.h", |
| 803 "core/fxge/apple/fx_apple_platform.cpp", | 812 "core/fxge/apple/fx_apple_platform.cpp", |
| (...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1685 } | 1694 } |
| 1686 | 1695 |
| 1687 if (pdf_is_standalone) { | 1696 if (pdf_is_standalone) { |
| 1688 source_set("samples") { | 1697 source_set("samples") { |
| 1689 testonly = true | 1698 testonly = true |
| 1690 deps = [ | 1699 deps = [ |
| 1691 "//samples", | 1700 "//samples", |
| 1692 ] | 1701 ] |
| 1693 } | 1702 } |
| 1694 } | 1703 } |
| OLD | NEW |