| 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 "core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp", | 743 "core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp", |
| 744 "core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp", | 744 "core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp", |
| 745 "core/fxge/fontdata/chromefontdata/FoxitSerif.cpp", | 745 "core/fxge/fontdata/chromefontdata/FoxitSerif.cpp", |
| 746 "core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp", | 746 "core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp", |
| 747 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp", | 747 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp", |
| 748 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp", | 748 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp", |
| 749 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", | 749 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", |
| 750 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", | 750 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", |
| 751 "core/fxge/fontdata/chromefontdata/chromefontdata.h", | 751 "core/fxge/fontdata/chromefontdata/chromefontdata.h", |
| 752 "core/fxge/freetype/fx_freetype.cpp", | 752 "core/fxge/freetype/fx_freetype.cpp", |
| 753 "core/fxge/ge/cfx_autofontcache.cpp", |
| 753 "core/fxge/ge/cfx_cliprgn.cpp", | 754 "core/fxge/ge/cfx_cliprgn.cpp", |
| 754 "core/fxge/ge/cfx_cliprgn.h", | 755 "core/fxge/ge/cfx_cliprgn.h", |
| 755 "core/fxge/ge/cfx_folderfontinfo.cpp", | 756 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 756 "core/fxge/ge/cfx_folderfontinfo.h", | 757 "core/fxge/ge/cfx_folderfontinfo.h", |
| 758 "core/fxge/ge/cfx_fontcache.cpp", |
| 757 "core/fxge/ge/cfx_fontmapper.cpp", | 759 "core/fxge/ge/cfx_fontmapper.cpp", |
| 758 "core/fxge/ge/cfx_fontmgr.cpp", | 760 "core/fxge/ge/cfx_fontmgr.cpp", |
| 759 "core/fxge/ge/cfx_gemodule.cpp", | 761 "core/fxge/ge/cfx_gemodule.cpp", |
| 760 "core/fxge/ge/cfx_graphstatedata.cpp", | 762 "core/fxge/ge/cfx_graphstatedata.cpp", |
| 761 "core/fxge/ge/cfx_pathdata.cpp", | 763 "core/fxge/ge/cfx_pathdata.cpp", |
| 762 "core/fxge/ge/cfx_renderdevice.cpp", | 764 "core/fxge/ge/cfx_renderdevice.cpp", |
| 763 "core/fxge/ge/fx_ge_font.cpp", | 765 "core/fxge/ge/fx_ge_font.cpp", |
| 764 "core/fxge/ge/fx_ge_fontmap.cpp", | 766 "core/fxge/ge/fx_ge_fontmap.cpp", |
| 765 "core/fxge/ge/fx_ge_linux.cpp", | 767 "core/fxge/ge/fx_ge_linux.cpp", |
| 766 "core/fxge/ge/fx_ge_text.cpp", | 768 "core/fxge/ge/fx_ge_text.cpp", |
| 767 "core/fxge/ge/fx_text_int.h", | 769 "core/fxge/ge/fx_text_int.h", |
| 768 "core/fxge/ge/include/cfx_fontmapper.h", | 770 "core/fxge/ge/include/cfx_fontmapper.h", |
| 769 "core/fxge/ge/include/cfx_fontmgr.h", | 771 "core/fxge/ge/include/cfx_fontmgr.h", |
| 770 "core/fxge/ge/include/ifx_systemfontinfo.h", | 772 "core/fxge/ge/include/ifx_systemfontinfo.h", |
| 771 "core/fxge/ifx_renderdevicedriver.cpp", | 773 "core/fxge/ifx_renderdevicedriver.cpp", |
| 774 "core/fxge/include/cfx_autofontcache.h", |
| 775 "core/fxge/include/cfx_fontcache.h", |
| 772 "core/fxge/include/cfx_fxgedevice.h", | 776 "core/fxge/include/cfx_fxgedevice.h", |
| 773 "core/fxge/include/cfx_gemodule.h", | 777 "core/fxge/include/cfx_gemodule.h", |
| 774 "core/fxge/include/cfx_graphstatedata.h", | 778 "core/fxge/include/cfx_graphstatedata.h", |
| 775 "core/fxge/include/cfx_pathdata.h", | 779 "core/fxge/include/cfx_pathdata.h", |
| 776 "core/fxge/include/cfx_renderdevice.h", | 780 "core/fxge/include/cfx_renderdevice.h", |
| 777 "core/fxge/include/cfx_windowsdevice.h", | 781 "core/fxge/include/cfx_windowsdevice.h", |
| 778 "core/fxge/include/fx_dib.h", | 782 "core/fxge/include/fx_dib.h", |
| 779 "core/fxge/include/fx_font.h", | 783 "core/fxge/include/fx_font.h", |
| 780 "core/fxge/include/fx_freetype.h", | 784 "core/fxge/include/fx_freetype.h", |
| 781 "core/fxge/include/ifx_renderdevicedriver.h", | 785 "core/fxge/include/ifx_renderdevicedriver.h", |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 } | 1685 } |
| 1682 | 1686 |
| 1683 if (pdf_is_standalone) { | 1687 if (pdf_is_standalone) { |
| 1684 source_set("samples") { | 1688 source_set("samples") { |
| 1685 testonly = true | 1689 testonly = true |
| 1686 deps = [ | 1690 deps = [ |
| 1687 "//samples", | 1691 "//samples", |
| 1688 ] | 1692 ] |
| 1689 } | 1693 } |
| 1690 } | 1694 } |
| OLD | NEW |