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

Side by Side Diff: BUILD.gn

Issue 2484453002: Remove unused CFX_QuartzDevice(Driver) classes. (Closed)
Patch Set: Created 4 years, 1 month 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/apple/apple_int.h » ('j') | core/fxge/apple/apple_int.h » ('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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "core/fxge/android/cfpf_skiafont.cpp", 753 "core/fxge/android/cfpf_skiafont.cpp",
754 "core/fxge/android/cfpf_skiafont.h", 754 "core/fxge/android/cfpf_skiafont.h",
755 "core/fxge/android/cfpf_skiafontdescriptor.h", 755 "core/fxge/android/cfpf_skiafontdescriptor.h",
756 "core/fxge/android/cfpf_skiafontmgr.cpp", 756 "core/fxge/android/cfpf_skiafontmgr.cpp",
757 "core/fxge/android/cfpf_skiafontmgr.h", 757 "core/fxge/android/cfpf_skiafontmgr.h",
758 "core/fxge/android/cfpf_skiapathfont.h", 758 "core/fxge/android/cfpf_skiapathfont.h",
759 "core/fxge/android/cfx_androidfontinfo.cpp", 759 "core/fxge/android/cfx_androidfontinfo.cpp",
760 "core/fxge/android/cfx_androidfontinfo.h", 760 "core/fxge/android/cfx_androidfontinfo.h",
761 "core/fxge/android/fx_android_imp.cpp", 761 "core/fxge/android/fx_android_imp.cpp",
762 "core/fxge/apple/apple_int.h", 762 "core/fxge/apple/apple_int.h",
763 "core/fxge/apple/cfx_quartzdevice.h",
764 "core/fxge/apple/fx_mac_imp.cpp", 763 "core/fxge/apple/fx_mac_imp.cpp",
765 "core/fxge/apple/fx_quartz_device.cpp", 764 "core/fxge/apple/fx_quartz_device.cpp",
766 "core/fxge/cfx_facecache.h", 765 "core/fxge/cfx_facecache.h",
767 "core/fxge/cfx_fontcache.h", 766 "core/fxge/cfx_fontcache.h",
768 "core/fxge/cfx_fontmapper.h", 767 "core/fxge/cfx_fontmapper.h",
769 "core/fxge/cfx_fontmgr.h", 768 "core/fxge/cfx_fontmgr.h",
770 "core/fxge/cfx_fxgedevice.h", 769 "core/fxge/cfx_fxgedevice.h",
771 "core/fxge/cfx_gemodule.h", 770 "core/fxge/cfx_gemodule.h",
772 "core/fxge/cfx_graphstate.h", 771 "core/fxge/cfx_graphstate.h",
773 "core/fxge/cfx_graphstatedata.h", 772 "core/fxge/cfx_graphstatedata.h",
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 } 1752 }
1754 1753
1755 if (pdf_is_standalone) { 1754 if (pdf_is_standalone) {
1756 source_set("samples") { 1755 source_set("samples") {
1757 testonly = true 1756 testonly = true
1758 deps = [ 1757 deps = [
1759 "//samples", 1758 "//samples",
1760 ] 1759 ]
1761 } 1760 }
1762 } 1761 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/apple/apple_int.h » ('j') | core/fxge/apple/apple_int.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698