summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-05-07 21:32:10 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-07 21:32:10 +0000
commitaff0dfd7f4b8644ff34a4e4334ee2b25555a6e7a (patch)
treea649fde4843d9bafb1b8541395e16b990cc506c2 /BUILD.gn
parentab982e08126e3f2f661de0cd550a1cda5112aaf2 (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d6ab8d1e70..fc7c0eed8b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",