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

Side by Side Diff: BUILD.gn

Issue 2304493005: Move CFX_Font definition to its own file (Closed)
Patch Set: Created 4 years, 3 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/fxge/ge/cfx_font.cpp » ('j') | core/fxge/ge/cfx_font.cpp » ('J')
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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", 761 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp",
762 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", 762 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp",
763 "core/fxge/fontdata/chromefontdata/chromefontdata.h", 763 "core/fxge/fontdata/chromefontdata/chromefontdata.h",
764 "core/fxge/freetype/fx_freetype.cpp", 764 "core/fxge/freetype/fx_freetype.cpp",
765 "core/fxge/ge/cfx_autofontcache.cpp", 765 "core/fxge/ge/cfx_autofontcache.cpp",
766 "core/fxge/ge/cfx_cliprgn.cpp", 766 "core/fxge/ge/cfx_cliprgn.cpp",
767 "core/fxge/ge/cfx_cliprgn.h", 767 "core/fxge/ge/cfx_cliprgn.h",
768 "core/fxge/ge/cfx_facecache.cpp", 768 "core/fxge/ge/cfx_facecache.cpp",
769 "core/fxge/ge/cfx_folderfontinfo.cpp", 769 "core/fxge/ge/cfx_folderfontinfo.cpp",
770 "core/fxge/ge/cfx_folderfontinfo.h", 770 "core/fxge/ge/cfx_folderfontinfo.h",
771 "core/fxge/ge/cfx_font.cpp",
771 "core/fxge/ge/cfx_fontcache.cpp", 772 "core/fxge/ge/cfx_fontcache.cpp",
772 "core/fxge/ge/cfx_fontmapper.cpp", 773 "core/fxge/ge/cfx_fontmapper.cpp",
773 "core/fxge/ge/cfx_fontmgr.cpp", 774 "core/fxge/ge/cfx_fontmgr.cpp",
774 "core/fxge/ge/cfx_gemodule.cpp", 775 "core/fxge/ge/cfx_gemodule.cpp",
775 "core/fxge/ge/cfx_graphstatedata.cpp", 776 "core/fxge/ge/cfx_graphstatedata.cpp",
776 "core/fxge/ge/cfx_pathdata.cpp", 777 "core/fxge/ge/cfx_pathdata.cpp",
777 "core/fxge/ge/cfx_renderdevice.cpp", 778 "core/fxge/ge/cfx_renderdevice.cpp",
778 "core/fxge/ge/cfx_substfont.cpp", 779 "core/fxge/ge/cfx_substfont.cpp",
779 "core/fxge/ge/cfx_unicodeencoding.cpp", 780 "core/fxge/ge/cfx_unicodeencoding.cpp",
780 "core/fxge/ge/cttfontdesc.cpp", 781 "core/fxge/ge/cttfontdesc.cpp",
781 "core/fxge/ge/cttfontdesc.h", 782 "core/fxge/ge/cttfontdesc.h",
782 "core/fxge/ge/fx_ge_font.cpp",
783 "core/fxge/ge/fx_ge_fontmap.cpp", 783 "core/fxge/ge/fx_ge_fontmap.cpp",
784 "core/fxge/ge/fx_ge_linux.cpp", 784 "core/fxge/ge/fx_ge_linux.cpp",
785 "core/fxge/ge/fx_ge_text.cpp", 785 "core/fxge/ge/fx_ge_text.cpp",
786 "core/fxge/ge/fx_text_int.h", 786 "core/fxge/ge/fx_text_int.h",
787 "core/fxge/ifx_renderdevicedriver.cpp", 787 "core/fxge/ifx_renderdevicedriver.cpp",
788 "core/fxge/include/cfx_autofontcache.h", 788 "core/fxge/include/cfx_autofontcache.h",
789 "core/fxge/include/cfx_facecache.h", 789 "core/fxge/include/cfx_facecache.h",
790 "core/fxge/include/cfx_fontcache.h", 790 "core/fxge/include/cfx_fontcache.h",
791 "core/fxge/include/cfx_fontmapper.h", 791 "core/fxge/include/cfx_fontmapper.h",
792 "core/fxge/include/cfx_fontmgr.h", 792 "core/fxge/include/cfx_fontmgr.h",
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 } 1716 }
1717 1717
1718 if (pdf_is_standalone) { 1718 if (pdf_is_standalone) {
1719 source_set("samples") { 1719 source_set("samples") {
1720 testonly = true 1720 testonly = true
1721 deps = [ 1721 deps = [
1722 "//samples", 1722 "//samples",
1723 ] 1723 ]
1724 } 1724 }
1725 } 1725 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/ge/cfx_font.cpp » ('j') | core/fxge/ge/cfx_font.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698