diff options
author | npm <npm@chromium.org> | 2016-10-17 13:02:28 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-17 13:02:28 -0700 |
commit | 11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1 (patch) | |
tree | f39447f89bc1c5301e04418d009698fc7fb73288 /core/fxge/android/fpf_skiafontmgr.cpp | |
parent | 2239cee23e914b974b458699d52733d7dd3116a6 (diff) | |
download | pdfium-11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1.tar.xz |
Move fxge/android to if(is_android) on buildchromium/2894
core/fxge/android files all have if _FX_OS_ == _FX_ANDROID_. Instead,
put the files inside if (is_android) on Build.gn. Also, the skia file
is already under if (pdf_use_skia), so the if defined(_SKIA_SUPPORT_)
can be removed.
Review-Url: https://codereview.chromium.org/2413983004
Diffstat (limited to 'core/fxge/android/fpf_skiafontmgr.cpp')
-rw-r--r-- | core/fxge/android/fpf_skiafontmgr.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxge/android/fpf_skiafontmgr.cpp b/core/fxge/android/fpf_skiafontmgr.cpp index 3ecacd387c..3bd5cb42d1 100644 --- a/core/fxge/android/fpf_skiafontmgr.cpp +++ b/core/fxge/android/fpf_skiafontmgr.cpp @@ -6,8 +6,6 @@ #include "core/fxcrt/fx_system.h" -#if _FX_OS_ == _FX_ANDROID_ - #define FPF_SKIAMATCHWEIGHT_NAME1 62 #define FPF_SKIAMATCHWEIGHT_NAME2 60 #define FPF_SKIAMATCHWEIGHT_1 16 @@ -523,4 +521,3 @@ void CFPF_SkiaFontMgr::ReportFace(FXFT_Face face, } void CFPF_SkiaFontMgr::OutputSystemFonts() {} -#endif |