summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-10-21 11:56:53 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-21 11:56:53 -0700
commit83828032e3fa26dd98185523dfdba5f1f4e94dfc (patch)
treec0924c34212ff116d1afa8400844c54f5952aabf /BUILD.gn
parentfd5ae3f7cf077d00af0ce3082376f4051c499c5d (diff)
downloadpdfium-83828032e3fa26dd98185523dfdba5f1f4e94dfc.tar.xz
Clean up fpf_skiafontmgr
Remove unused methods, create namespace, nits. Review-Url: https://chromiumcodereview.appspot.com/2433543002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 1af2c28c55..caeb029d21 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -746,9 +746,9 @@ static_library("fxcrt") {
static_library("fxge") {
sources = [
+ "core/fxge/android/cfpf_skiafontmgr.cpp",
"core/fxge/android/fpf_skiafont.cpp",
"core/fxge/android/fpf_skiafont.h",
- "core/fxge/android/fpf_skiafontmgr.cpp",
"core/fxge/android/fpf_skiafontmgr.h",
"core/fxge/android/fpf_skiamodule.cpp",
"core/fxge/android/fpf_skiamodule.h",