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", |
| 766 "core/fxge/ge/cfx_unicodeencodingex.cpp", |
765 "core/fxge/ge/fx_ge_font.cpp", | 767 "core/fxge/ge/fx_ge_font.cpp", |
766 "core/fxge/ge/fx_ge_fontmap.cpp", | 768 "core/fxge/ge/fx_ge_fontmap.cpp", |
767 "core/fxge/ge/fx_ge_linux.cpp", | 769 "core/fxge/ge/fx_ge_linux.cpp", |
768 "core/fxge/ge/fx_ge_text.cpp", | 770 "core/fxge/ge/fx_ge_text.cpp", |
769 "core/fxge/ge/fx_text_int.h", | 771 "core/fxge/ge/fx_text_int.h", |
770 "core/fxge/ge/include/cfx_fontmapper.h", | 772 "core/fxge/ge/include/cfx_fontmapper.h", |
771 "core/fxge/ge/include/cfx_fontmgr.h", | 773 "core/fxge/ge/include/cfx_fontmgr.h", |
772 "core/fxge/ge/include/ifx_systemfontinfo.h", | 774 "core/fxge/ge/include/ifx_systemfontinfo.h", |
773 "core/fxge/ifx_renderdevicedriver.cpp", | 775 "core/fxge/ifx_renderdevicedriver.cpp", |
774 "core/fxge/include/cfx_autofontcache.h", | 776 "core/fxge/include/cfx_autofontcache.h", |
775 "core/fxge/include/cfx_fontcache.h", | 777 "core/fxge/include/cfx_fontcache.h", |
776 "core/fxge/include/cfx_fxgedevice.h", | 778 "core/fxge/include/cfx_fxgedevice.h", |
777 "core/fxge/include/cfx_gemodule.h", | 779 "core/fxge/include/cfx_gemodule.h", |
778 "core/fxge/include/cfx_graphstatedata.h", | 780 "core/fxge/include/cfx_graphstatedata.h", |
779 "core/fxge/include/cfx_pathdata.h", | 781 "core/fxge/include/cfx_pathdata.h", |
780 "core/fxge/include/cfx_renderdevice.h", | 782 "core/fxge/include/cfx_renderdevice.h", |
| 783 "core/fxge/include/cfx_unicodeencoding.h", |
| 784 "core/fxge/include/cfx_unicodeencodingex.h", |
781 "core/fxge/include/cfx_windowsdevice.h", | 785 "core/fxge/include/cfx_windowsdevice.h", |
782 "core/fxge/include/fx_dib.h", | 786 "core/fxge/include/fx_dib.h", |
783 "core/fxge/include/fx_font.h", | 787 "core/fxge/include/fx_font.h", |
784 "core/fxge/include/fx_freetype.h", | 788 "core/fxge/include/fx_freetype.h", |
785 "core/fxge/include/ifx_renderdevicedriver.h", | 789 "core/fxge/include/ifx_renderdevicedriver.h", |
786 "core/fxge/win32/cfx_windowsdib.h", | 790 "core/fxge/win32/cfx_windowsdib.h", |
787 ] | 791 ] |
788 | 792 |
789 configs += [ | 793 configs += [ |
790 ":fxge_warnings", | 794 ":fxge_warnings", |
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1685 } | 1689 } |
1686 | 1690 |
1687 if (pdf_is_standalone) { | 1691 if (pdf_is_standalone) { |
1688 source_set("samples") { | 1692 source_set("samples") { |
1689 testonly = true | 1693 testonly = true |
1690 deps = [ | 1694 deps = [ |
1691 "//samples", | 1695 "//samples", |
1692 ] | 1696 ] |
1693 } | 1697 } |
1694 } | 1698 } |
OLD | NEW |