diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-07 21:32:10 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-07 21:32:10 +0000 |
commit | aff0dfd7f4b8644ff34a4e4334ee2b25555a6e7a (patch) | |
tree | a649fde4843d9bafb1b8541395e16b990cc506c2 /BUILD.gn | |
parent | ab982e08126e3f2f661de0cd550a1cda5112aaf2 (diff) | |
download | pdfium-aff0dfd7f4b8644ff34a4e4334ee2b25555a6e7a.tar.xz |
Move codepage tables from cpdf_document.cpp to fx_codepage.cpp
Avoids scrolling past this noise when looking at document code.
No functional changes.
Change-Id: I4684a8cf4d8894c699cd1c980bc5fc41b2179ad1
Reviewed-on: https://pdfium-review.googlesource.com/32156
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -853,6 +853,7 @@ jumbo_static_library("fxcrt") { "core/fxcrt/fileaccess_iface.h", "core/fxcrt/fx_bidi.cpp", "core/fxcrt/fx_bidi.h", + "core/fxcrt/fx_codepage.cpp", "core/fxcrt/fx_codepage.h", "core/fxcrt/fx_coordinates.cpp", "core/fxcrt/fx_coordinates.h", |