| 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 "core/fxge/ge/cfx_facecache.cpp", | 758 "core/fxge/ge/cfx_facecache.cpp", |
| 759 "core/fxge/ge/cfx_folderfontinfo.cpp", | 759 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 760 "core/fxge/ge/cfx_folderfontinfo.h", | 760 "core/fxge/ge/cfx_folderfontinfo.h", |
| 761 "core/fxge/ge/cfx_fontcache.cpp", | 761 "core/fxge/ge/cfx_fontcache.cpp", |
| 762 "core/fxge/ge/cfx_fontmapper.cpp", | 762 "core/fxge/ge/cfx_fontmapper.cpp", |
| 763 "core/fxge/ge/cfx_fontmgr.cpp", | 763 "core/fxge/ge/cfx_fontmgr.cpp", |
| 764 "core/fxge/ge/cfx_gemodule.cpp", | 764 "core/fxge/ge/cfx_gemodule.cpp", |
| 765 "core/fxge/ge/cfx_graphstatedata.cpp", | 765 "core/fxge/ge/cfx_graphstatedata.cpp", |
| 766 "core/fxge/ge/cfx_pathdata.cpp", | 766 "core/fxge/ge/cfx_pathdata.cpp", |
| 767 "core/fxge/ge/cfx_renderdevice.cpp", | 767 "core/fxge/ge/cfx_renderdevice.cpp", |
| 768 "core/fxge/ge/cfx_substfont.cpp", |
| 768 "core/fxge/ge/cfx_unicodeencoding.cpp", | 769 "core/fxge/ge/cfx_unicodeencoding.cpp", |
| 770 "core/fxge/ge/cttfontdesc.cpp", |
| 771 "core/fxge/ge/cttfontdesc.h", |
| 769 "core/fxge/ge/fx_ge_font.cpp", | 772 "core/fxge/ge/fx_ge_font.cpp", |
| 770 "core/fxge/ge/fx_ge_fontmap.cpp", | 773 "core/fxge/ge/fx_ge_fontmap.cpp", |
| 771 "core/fxge/ge/fx_ge_linux.cpp", | 774 "core/fxge/ge/fx_ge_linux.cpp", |
| 772 "core/fxge/ge/fx_ge_text.cpp", | 775 "core/fxge/ge/fx_ge_text.cpp", |
| 773 "core/fxge/ge/fx_text_int.h", | 776 "core/fxge/ge/fx_text_int.h", |
| 774 "core/fxge/ge/include/cfx_fontmapper.h", | 777 "core/fxge/ge/include/cfx_fontmapper.h", |
| 775 "core/fxge/ge/include/cfx_fontmgr.h", | 778 "core/fxge/ge/include/cfx_fontmgr.h", |
| 776 "core/fxge/ge/include/ifx_systemfontinfo.h", | 779 "core/fxge/ge/include/ifx_systemfontinfo.h", |
| 777 "core/fxge/ifx_renderdevicedriver.cpp", | 780 "core/fxge/ifx_renderdevicedriver.cpp", |
| 778 "core/fxge/include/cfx_autofontcache.h", | 781 "core/fxge/include/cfx_autofontcache.h", |
| 779 "core/fxge/include/cfx_facecache.h", | 782 "core/fxge/include/cfx_facecache.h", |
| 780 "core/fxge/include/cfx_fontcache.h", | 783 "core/fxge/include/cfx_fontcache.h", |
| 781 "core/fxge/include/cfx_fxgedevice.h", | 784 "core/fxge/include/cfx_fxgedevice.h", |
| 782 "core/fxge/include/cfx_gemodule.h", | 785 "core/fxge/include/cfx_gemodule.h", |
| 783 "core/fxge/include/cfx_graphstatedata.h", | 786 "core/fxge/include/cfx_graphstatedata.h", |
| 784 "core/fxge/include/cfx_pathdata.h", | 787 "core/fxge/include/cfx_pathdata.h", |
| 785 "core/fxge/include/cfx_renderdevice.h", | 788 "core/fxge/include/cfx_renderdevice.h", |
| 789 "core/fxge/include/cfx_substfont.h", |
| 786 "core/fxge/include/cfx_unicodeencoding.h", | 790 "core/fxge/include/cfx_unicodeencoding.h", |
| 787 "core/fxge/include/cfx_windowsdevice.h", | 791 "core/fxge/include/cfx_windowsdevice.h", |
| 788 "core/fxge/include/fx_dib.h", | 792 "core/fxge/include/fx_dib.h", |
| 789 "core/fxge/include/fx_font.h", | 793 "core/fxge/include/fx_font.h", |
| 790 "core/fxge/include/fx_freetype.h", | 794 "core/fxge/include/fx_freetype.h", |
| 791 "core/fxge/include/ifx_renderdevicedriver.h", | 795 "core/fxge/include/ifx_renderdevicedriver.h", |
| 792 "core/fxge/win32/cfx_windowsdib.h", | 796 "core/fxge/win32/cfx_windowsdib.h", |
| 793 ] | 797 ] |
| 794 | 798 |
| 795 configs += [ | 799 configs += [ |
| (...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1701 } | 1705 } |
| 1702 | 1706 |
| 1703 if (pdf_is_standalone) { | 1707 if (pdf_is_standalone) { |
| 1704 source_set("samples") { | 1708 source_set("samples") { |
| 1705 testonly = true | 1709 testonly = true |
| 1706 deps = [ | 1710 deps = [ |
| 1707 "//samples", | 1711 "//samples", |
| 1708 ] | 1712 ] |
| 1709 } | 1713 } |
| 1710 } | 1714 } |
| OLD | NEW |