Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: BUILD.gn

Issue 2263623002: Refactor fx_font part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_render/fpdf_render_text.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_autofontcache.cpp",
754 "core/fxge/ge/cfx_cliprgn.cpp", 754 "core/fxge/ge/cfx_cliprgn.cpp",
755 "core/fxge/ge/cfx_cliprgn.h", 755 "core/fxge/ge/cfx_cliprgn.h",
756 "core/fxge/ge/cfx_facecache.cpp",
756 "core/fxge/ge/cfx_folderfontinfo.cpp", 757 "core/fxge/ge/cfx_folderfontinfo.cpp",
757 "core/fxge/ge/cfx_folderfontinfo.h", 758 "core/fxge/ge/cfx_folderfontinfo.h",
758 "core/fxge/ge/cfx_fontcache.cpp", 759 "core/fxge/ge/cfx_fontcache.cpp",
759 "core/fxge/ge/cfx_fontmapper.cpp", 760 "core/fxge/ge/cfx_fontmapper.cpp",
760 "core/fxge/ge/cfx_fontmgr.cpp", 761 "core/fxge/ge/cfx_fontmgr.cpp",
761 "core/fxge/ge/cfx_gemodule.cpp", 762 "core/fxge/ge/cfx_gemodule.cpp",
762 "core/fxge/ge/cfx_graphstatedata.cpp", 763 "core/fxge/ge/cfx_graphstatedata.cpp",
763 "core/fxge/ge/cfx_pathdata.cpp", 764 "core/fxge/ge/cfx_pathdata.cpp",
764 "core/fxge/ge/cfx_renderdevice.cpp", 765 "core/fxge/ge/cfx_renderdevice.cpp",
765 "core/fxge/ge/cfx_unicodeencoding.cpp", 766 "core/fxge/ge/cfx_unicodeencoding.cpp",
766 "core/fxge/ge/fx_ge_font.cpp", 767 "core/fxge/ge/fx_ge_font.cpp",
767 "core/fxge/ge/fx_ge_fontmap.cpp", 768 "core/fxge/ge/fx_ge_fontmap.cpp",
768 "core/fxge/ge/fx_ge_linux.cpp", 769 "core/fxge/ge/fx_ge_linux.cpp",
769 "core/fxge/ge/fx_ge_text.cpp", 770 "core/fxge/ge/fx_ge_text.cpp",
770 "core/fxge/ge/fx_text_int.h", 771 "core/fxge/ge/fx_text_int.h",
771 "core/fxge/ge/include/cfx_fontmapper.h", 772 "core/fxge/ge/include/cfx_fontmapper.h",
772 "core/fxge/ge/include/cfx_fontmgr.h", 773 "core/fxge/ge/include/cfx_fontmgr.h",
773 "core/fxge/ge/include/ifx_systemfontinfo.h", 774 "core/fxge/ge/include/ifx_systemfontinfo.h",
774 "core/fxge/ifx_renderdevicedriver.cpp", 775 "core/fxge/ifx_renderdevicedriver.cpp",
775 "core/fxge/include/cfx_autofontcache.h", 776 "core/fxge/include/cfx_autofontcache.h",
777 "core/fxge/include/cfx_facecache.h",
776 "core/fxge/include/cfx_fontcache.h", 778 "core/fxge/include/cfx_fontcache.h",
777 "core/fxge/include/cfx_fxgedevice.h", 779 "core/fxge/include/cfx_fxgedevice.h",
778 "core/fxge/include/cfx_gemodule.h", 780 "core/fxge/include/cfx_gemodule.h",
779 "core/fxge/include/cfx_graphstatedata.h", 781 "core/fxge/include/cfx_graphstatedata.h",
780 "core/fxge/include/cfx_pathdata.h", 782 "core/fxge/include/cfx_pathdata.h",
781 "core/fxge/include/cfx_renderdevice.h", 783 "core/fxge/include/cfx_renderdevice.h",
782 "core/fxge/include/cfx_unicodeencoding.h", 784 "core/fxge/include/cfx_unicodeencoding.h",
783 "core/fxge/include/cfx_windowsdevice.h", 785 "core/fxge/include/cfx_windowsdevice.h",
784 "core/fxge/include/fx_dib.h", 786 "core/fxge/include/fx_dib.h",
785 "core/fxge/include/fx_font.h", 787 "core/fxge/include/fx_font.h",
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 } 1698 }
1697 1699
1698 if (pdf_is_standalone) { 1700 if (pdf_is_standalone) {
1699 source_set("samples") { 1701 source_set("samples") {
1700 testonly = true 1702 testonly = true
1701 deps = [ 1703 deps = [
1702 "//samples", 1704 "//samples",
1703 ] 1705 ]
1704 } 1706 }
1705 } 1707 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_render/fpdf_render_text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698