diff options
author | npm <npm@chromium.org> | 2016-11-21 15:19:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 15:19:44 -0800 |
commit | 4b91a2dfacee0c0f4068a7ab899c211480712d38 (patch) | |
tree | 460d84ea00a0cc7ab29ec27a4a2f4d317556e74b /BUILD.gn | |
parent | 4ccdb1459239ae044f01c8b6799852f8b63acb80 (diff) | |
download | pdfium-4b91a2dfacee0c0f4068a7ab899c211480712d38.tar.xz |
Clean up CFGAS_GEFont
Removed some unused method, named files properly, cleaned up a bit.
Review-Url: https://codereview.chromium.org/2524493002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1161,10 +1161,10 @@ if (pdf_enable_xfa) { "xfa/fgas/crt/fgas_utils.h", "xfa/fgas/font/cfgas_fontmgr.cpp", "xfa/fgas/font/cfgas_fontmgr.h", + "xfa/fgas/font/cfgas_gefont.cpp", + "xfa/fgas/font/cfgas_gefont.h", "xfa/fgas/font/fgas_fontutils.cpp", "xfa/fgas/font/fgas_fontutils.h", - "xfa/fgas/font/fgas_gefont.cpp", - "xfa/fgas/font/fgas_gefont.h", "xfa/fgas/layout/fgas_linebreak.cpp", "xfa/fgas/layout/fgas_linebreak.h", "xfa/fgas/layout/fgas_rtfbreak.cpp", |