summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-06 17:10:21 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-06 17:10:21 +0000
commitd19aa7c572c252dd0398f277d13ec1733f1c7098 (patch)
treea6915a45d8aa6d79d77972d0a8f55a2a3fcdc8b6 /BUILD.gn
parentf1ecbedf506e4bbe46ffb9131a1c592c6e3e1b2f (diff)
downloadpdfium-chromium/3261.tar.xz
Move CXFA_ResolveProcessor to CFXJSE_ResolveProcessor.chromium/3261
The resolve processor is only used by cfxjse classes, so move to live in fxjs/. Change-Id: I41b8c8e0a491a2b4ee04c1410cbddef63d843105 Reviewed-on: https://pdfium-review.googlesource.com/17850 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 60b5776e43..626727d94e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1297,6 +1297,8 @@ static_library("fxjs") {
"fxjs/cfxjse_formcalc_context.h",
"fxjs/cfxjse_isolatetracker.cpp",
"fxjs/cfxjse_isolatetracker.h",
+ "fxjs/cfxjse_resolveprocessor.cpp",
+ "fxjs/cfxjse_resolveprocessor.h",
"fxjs/cfxjse_runtimedata.cpp",
"fxjs/cfxjse_runtimedata.h",
"fxjs/cfxjse_value.cpp",
@@ -1863,8 +1865,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_para.cpp",
"xfa/fxfa/parser/cxfa_para.h",
"xfa/fxfa/parser/cxfa_rectangle.h",
- "xfa/fxfa/parser/cxfa_resolveprocessor.cpp",
- "xfa/fxfa/parser/cxfa_resolveprocessor.h",
"xfa/fxfa/parser/cxfa_script.cpp",
"xfa/fxfa/parser/cxfa_script.h",
"xfa/fxfa/parser/cxfa_simple_parser.cpp",