| 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp", | 736 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp", |
| 737 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp", | 737 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp", |
| 738 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", | 738 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", |
| 739 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", | 739 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", |
| 740 "core/fxge/fontdata/chromefontdata/chromefontdata.h", | 740 "core/fxge/fontdata/chromefontdata/chromefontdata.h", |
| 741 "core/fxge/freetype/fx_freetype.cpp", | 741 "core/fxge/freetype/fx_freetype.cpp", |
| 742 "core/fxge/ge/cfx_cliprgn.cpp", | 742 "core/fxge/ge/cfx_cliprgn.cpp", |
| 743 "core/fxge/ge/cfx_cliprgn.h", | 743 "core/fxge/ge/cfx_cliprgn.h", |
| 744 "core/fxge/ge/cfx_folderfontinfo.cpp", | 744 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 745 "core/fxge/ge/cfx_folderfontinfo.h", | 745 "core/fxge/ge/cfx_folderfontinfo.h", |
| 746 "core/fxge/ge/cfx_fontcache.cpp", |
| 746 "core/fxge/ge/cfx_fontmapper.cpp", | 747 "core/fxge/ge/cfx_fontmapper.cpp", |
| 747 "core/fxge/ge/cfx_fontmgr.cpp", | 748 "core/fxge/ge/cfx_fontmgr.cpp", |
| 748 "core/fxge/ge/cfx_gemodule.cpp", | 749 "core/fxge/ge/cfx_gemodule.cpp", |
| 749 "core/fxge/ge/cfx_graphstatedata.cpp", | 750 "core/fxge/ge/cfx_graphstatedata.cpp", |
| 750 "core/fxge/ge/cfx_pathdata.cpp", | 751 "core/fxge/ge/cfx_pathdata.cpp", |
| 751 "core/fxge/ge/cfx_renderdevice.cpp", | 752 "core/fxge/ge/cfx_renderdevice.cpp", |
| 752 "core/fxge/ge/fx_ge_font.cpp", | 753 "core/fxge/ge/fx_ge_font.cpp", |
| 753 "core/fxge/ge/fx_ge_fontmap.cpp", | 754 "core/fxge/ge/fx_ge_fontmap.cpp", |
| 754 "core/fxge/ge/fx_ge_linux.cpp", | 755 "core/fxge/ge/fx_ge_linux.cpp", |
| 755 "core/fxge/ge/fx_ge_text.cpp", | 756 "core/fxge/ge/fx_ge_text.cpp", |
| 756 "core/fxge/ge/fx_text_int.h", | 757 "core/fxge/ge/fx_text_int.h", |
| 757 "core/fxge/ge/include/cfx_fontmapper.h", | 758 "core/fxge/ge/include/cfx_fontmapper.h", |
| 758 "core/fxge/ge/include/cfx_fontmgr.h", | 759 "core/fxge/ge/include/cfx_fontmgr.h", |
| 759 "core/fxge/ge/include/ifx_systemfontinfo.h", | 760 "core/fxge/ge/include/ifx_systemfontinfo.h", |
| 760 "core/fxge/ifx_renderdevicedriver.cpp", | 761 "core/fxge/ifx_renderdevicedriver.cpp", |
| 762 "core/fxge/include/cfx_fontcache.h", |
| 761 "core/fxge/include/cfx_fxgedevice.h", | 763 "core/fxge/include/cfx_fxgedevice.h", |
| 762 "core/fxge/include/cfx_gemodule.h", | 764 "core/fxge/include/cfx_gemodule.h", |
| 763 "core/fxge/include/cfx_graphstatedata.h", | 765 "core/fxge/include/cfx_graphstatedata.h", |
| 764 "core/fxge/include/cfx_pathdata.h", | 766 "core/fxge/include/cfx_pathdata.h", |
| 765 "core/fxge/include/cfx_renderdevice.h", | 767 "core/fxge/include/cfx_renderdevice.h", |
| 766 "core/fxge/include/cfx_windowsdevice.h", | 768 "core/fxge/include/cfx_windowsdevice.h", |
| 767 "core/fxge/include/fx_dib.h", | 769 "core/fxge/include/fx_dib.h", |
| 768 "core/fxge/include/fx_font.h", | 770 "core/fxge/include/fx_font.h", |
| 769 "core/fxge/include/fx_freetype.h", | 771 "core/fxge/include/fx_freetype.h", |
| 770 "core/fxge/include/ifx_renderdevicedriver.h", | 772 "core/fxge/include/ifx_renderdevicedriver.h", |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1670 } | 1672 } |
| 1671 | 1673 |
| 1672 if (pdf_is_standalone) { | 1674 if (pdf_is_standalone) { |
| 1673 source_set("samples") { | 1675 source_set("samples") { |
| 1674 testonly = true | 1676 testonly = true |
| 1675 deps = [ | 1677 deps = [ |
| 1676 "//samples", | 1678 "//samples", |
| 1677 ] | 1679 ] |
| 1678 } | 1680 } |
| 1679 } | 1681 } |
| OLD | NEW |