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

Side by Side Diff: BUILD.gn

Issue 2216853004: Refactor fx_ge part 2 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fixing build, 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_page/fpdf_page_parser.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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp", 721 "core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp",
722 "core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp", 722 "core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp",
723 "core/fxge/fontdata/chromefontdata/FoxitSerif.cpp", 723 "core/fxge/fontdata/chromefontdata/FoxitSerif.cpp",
724 "core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp", 724 "core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp",
725 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp", 725 "core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp",
726 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp", 726 "core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp",
727 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp", 727 "core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp",
728 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", 728 "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp",
729 "core/fxge/fontdata/chromefontdata/chromefontdata.h", 729 "core/fxge/fontdata/chromefontdata/chromefontdata.h",
730 "core/fxge/freetype/fx_freetype.cpp", 730 "core/fxge/freetype/fx_freetype.cpp",
731 "core/fxge/ge/cfx_cliprgn.cpp",
732 "core/fxge/ge/cfx_cliprgn.h",
731 "core/fxge/ge/cfx_folderfontinfo.cpp", 733 "core/fxge/ge/cfx_folderfontinfo.cpp",
732 "core/fxge/ge/cfx_folderfontinfo.h", 734 "core/fxge/ge/cfx_folderfontinfo.h",
733 "core/fxge/ge/cfx_fontmapper.cpp", 735 "core/fxge/ge/cfx_fontmapper.cpp",
734 "core/fxge/ge/cfx_fontmgr.cpp", 736 "core/fxge/ge/cfx_fontmgr.cpp",
735 "core/fxge/ge/cfx_gemodule.cpp", 737 "core/fxge/ge/cfx_gemodule.cpp",
738 "core/fxge/ge/cfx_pathdata.cpp",
736 "core/fxge/ge/fx_ge_device.cpp", 739 "core/fxge/ge/fx_ge_device.cpp",
737 "core/fxge/ge/fx_ge_font.cpp", 740 "core/fxge/ge/fx_ge_font.cpp",
738 "core/fxge/ge/fx_ge_fontmap.cpp", 741 "core/fxge/ge/fx_ge_fontmap.cpp",
739 "core/fxge/ge/fx_ge_linux.cpp", 742 "core/fxge/ge/fx_ge_linux.cpp",
740 "core/fxge/ge/fx_ge_path.cpp", 743 "core/fxge/ge/fx_ge_path.cpp",
741 "core/fxge/ge/fx_ge_text.cpp", 744 "core/fxge/ge/fx_ge_text.cpp",
742 "core/fxge/ge/fx_text_int.h", 745 "core/fxge/ge/fx_text_int.h",
743 "core/fxge/ge/include/cfx_fontmapper.h", 746 "core/fxge/ge/include/cfx_fontmapper.h",
744 "core/fxge/ge/include/cfx_fontmgr.h", 747 "core/fxge/ge/include/cfx_fontmgr.h",
745 "core/fxge/ge/include/ifx_systemfontinfo.h", 748 "core/fxge/ge/include/ifx_systemfontinfo.h",
746 "core/fxge/ifx_renderdevicedriver.cpp", 749 "core/fxge/ifx_renderdevicedriver.cpp",
747 "core/fxge/include/cfx_gemodule.h", 750 "core/fxge/include/cfx_gemodule.h",
751 "core/fxge/include/cfx_pathdata.h",
748 "core/fxge/include/cfx_windowsdevice.h", 752 "core/fxge/include/cfx_windowsdevice.h",
749 "core/fxge/include/fx_dib.h", 753 "core/fxge/include/fx_dib.h",
750 "core/fxge/include/fx_font.h", 754 "core/fxge/include/fx_font.h",
751 "core/fxge/include/fx_freetype.h", 755 "core/fxge/include/fx_freetype.h",
752 "core/fxge/include/fx_ge.h", 756 "core/fxge/include/fx_ge.h",
753 "core/fxge/include/ifx_renderdevicedriver.h", 757 "core/fxge/include/ifx_renderdevicedriver.h",
754 "core/fxge/win32/cfx_windowsdib.h", 758 "core/fxge/win32/cfx_windowsdib.h",
755 ] 759 ]
756 760
757 configs += [ 761 configs += [
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 } 1657 }
1654 1658
1655 if (pdf_is_standalone) { 1659 if (pdf_is_standalone) {
1656 source_set("samples") { 1660 source_set("samples") {
1657 testonly = true 1661 testonly = true
1658 deps = [ 1662 deps = [
1659 "//samples", 1663 "//samples",
1660 ] 1664 ]
1661 } 1665 }
1662 } 1666 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/fpdf_page_parser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698