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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", | 728 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", |
729 "core/fxge/fontdata/chromefontdata/chromefontdata.h", | 729 "core/fxge/fontdata/chromefontdata/chromefontdata.h", |
730 "core/fxge/freetype/fx_freetype.cpp", | 730 "core/fxge/freetype/fx_freetype.cpp", |
731 "core/fxge/ge/cfx_cliprgn.cpp", | 731 "core/fxge/ge/cfx_cliprgn.cpp", |
732 "core/fxge/ge/cfx_cliprgn.h", | 732 "core/fxge/ge/cfx_cliprgn.h", |
733 "core/fxge/ge/cfx_folderfontinfo.cpp", | 733 "core/fxge/ge/cfx_folderfontinfo.cpp", |
734 "core/fxge/ge/cfx_folderfontinfo.h", | 734 "core/fxge/ge/cfx_folderfontinfo.h", |
735 "core/fxge/ge/cfx_fontmapper.cpp", | 735 "core/fxge/ge/cfx_fontmapper.cpp", |
736 "core/fxge/ge/cfx_fontmgr.cpp", | 736 "core/fxge/ge/cfx_fontmgr.cpp", |
737 "core/fxge/ge/cfx_gemodule.cpp", | 737 "core/fxge/ge/cfx_gemodule.cpp", |
| 738 "core/fxge/ge/cfx_graphstatedata.cpp", |
738 "core/fxge/ge/cfx_pathdata.cpp", | 739 "core/fxge/ge/cfx_pathdata.cpp", |
739 "core/fxge/ge/fx_ge_device.cpp", | 740 "core/fxge/ge/cfx_renderdevice.cpp", |
740 "core/fxge/ge/fx_ge_font.cpp", | 741 "core/fxge/ge/fx_ge_font.cpp", |
741 "core/fxge/ge/fx_ge_fontmap.cpp", | 742 "core/fxge/ge/fx_ge_fontmap.cpp", |
742 "core/fxge/ge/fx_ge_linux.cpp", | 743 "core/fxge/ge/fx_ge_linux.cpp", |
743 "core/fxge/ge/fx_ge_path.cpp", | |
744 "core/fxge/ge/fx_ge_text.cpp", | 744 "core/fxge/ge/fx_ge_text.cpp", |
745 "core/fxge/ge/fx_text_int.h", | 745 "core/fxge/ge/fx_text_int.h", |
746 "core/fxge/ge/include/cfx_fontmapper.h", | 746 "core/fxge/ge/include/cfx_fontmapper.h", |
747 "core/fxge/ge/include/cfx_fontmgr.h", | 747 "core/fxge/ge/include/cfx_fontmgr.h", |
748 "core/fxge/ge/include/ifx_systemfontinfo.h", | 748 "core/fxge/ge/include/ifx_systemfontinfo.h", |
749 "core/fxge/ifx_renderdevicedriver.cpp", | 749 "core/fxge/ifx_renderdevicedriver.cpp", |
| 750 "core/fxge/include/cfx_fxgedevice.h", |
750 "core/fxge/include/cfx_gemodule.h", | 751 "core/fxge/include/cfx_gemodule.h", |
| 752 "core/fxge/include/cfx_graphstatedata.h", |
751 "core/fxge/include/cfx_pathdata.h", | 753 "core/fxge/include/cfx_pathdata.h", |
| 754 "core/fxge/include/cfx_renderdevice.h", |
752 "core/fxge/include/cfx_windowsdevice.h", | 755 "core/fxge/include/cfx_windowsdevice.h", |
753 "core/fxge/include/fx_dib.h", | 756 "core/fxge/include/fx_dib.h", |
754 "core/fxge/include/fx_font.h", | 757 "core/fxge/include/fx_font.h", |
755 "core/fxge/include/fx_freetype.h", | 758 "core/fxge/include/fx_freetype.h", |
756 "core/fxge/include/fx_ge.h", | |
757 "core/fxge/include/ifx_renderdevicedriver.h", | 759 "core/fxge/include/ifx_renderdevicedriver.h", |
758 "core/fxge/win32/cfx_windowsdib.h", | 760 "core/fxge/win32/cfx_windowsdib.h", |
759 ] | 761 ] |
760 | 762 |
761 configs += [ | 763 configs += [ |
762 ":fxge_warnings", | 764 ":fxge_warnings", |
763 ":pdfium_core_config", | 765 ":pdfium_core_config", |
764 ] | 766 ] |
765 | 767 |
766 if (pdf_use_skia) { | 768 if (pdf_use_skia) { |
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1657 } | 1659 } |
1658 | 1660 |
1659 if (pdf_is_standalone) { | 1661 if (pdf_is_standalone) { |
1660 source_set("samples") { | 1662 source_set("samples") { |
1661 testonly = true | 1663 testonly = true |
1662 deps = [ | 1664 deps = [ |
1663 "//samples", | 1665 "//samples", |
1664 ] | 1666 ] |
1665 } | 1667 } |
1666 } | 1668 } |
OLD | NEW |