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

Side by Side Diff: BUILD.gn

Issue 2433543002: Clean up fpf_skiafontmgr (Closed)
Patch Set: Use size_t Created 4 years, 2 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/android/cfpf_skiafontmgr.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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "core/fxcrt/fx_arabic.cpp", 739 "core/fxcrt/fx_arabic.cpp",
740 "core/fxcrt/fx_arabic.h", 740 "core/fxcrt/fx_arabic.h",
741 "core/fxcrt/fx_arb.h", 741 "core/fxcrt/fx_arb.h",
742 "core/fxcrt/fx_basic_maps.cpp", 742 "core/fxcrt/fx_basic_maps.cpp",
743 ] 743 ]
744 } 744 }
745 } 745 }
746 746
747 static_library("fxge") { 747 static_library("fxge") {
748 sources = [ 748 sources = [
749 "core/fxge/android/cfpf_skiafontmgr.cpp",
749 "core/fxge/android/fpf_skiafont.cpp", 750 "core/fxge/android/fpf_skiafont.cpp",
750 "core/fxge/android/fpf_skiafont.h", 751 "core/fxge/android/fpf_skiafont.h",
751 "core/fxge/android/fpf_skiafontmgr.cpp",
752 "core/fxge/android/fpf_skiafontmgr.h", 752 "core/fxge/android/fpf_skiafontmgr.h",
753 "core/fxge/android/fpf_skiamodule.cpp", 753 "core/fxge/android/fpf_skiamodule.cpp",
754 "core/fxge/android/fpf_skiamodule.h", 754 "core/fxge/android/fpf_skiamodule.h",
755 "core/fxge/android/fx_android_font.cpp", 755 "core/fxge/android/fx_android_font.cpp",
756 "core/fxge/android/fx_android_font.h", 756 "core/fxge/android/fx_android_font.h",
757 "core/fxge/android/fx_android_imp.cpp", 757 "core/fxge/android/fx_android_imp.cpp",
758 "core/fxge/apple/apple_int.h", 758 "core/fxge/apple/apple_int.h",
759 "core/fxge/apple/cfx_quartzdevice.h", 759 "core/fxge/apple/cfx_quartzdevice.h",
760 "core/fxge/apple/fx_mac_imp.cpp", 760 "core/fxge/apple/fx_mac_imp.cpp",
761 "core/fxge/apple/fx_quartz_device.cpp", 761 "core/fxge/apple/fx_quartz_device.cpp",
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 } 1757 }
1758 1758
1759 if (pdf_is_standalone) { 1759 if (pdf_is_standalone) {
1760 source_set("samples") { 1760 source_set("samples") {
1761 testonly = true 1761 testonly = true
1762 deps = [ 1762 deps = [
1763 "//samples", 1763 "//samples",
1764 ] 1764 ]
1765 } 1765 }
1766 } 1766 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/android/cfpf_skiafontmgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698