diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-01 06:10:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-01 06:10:04 -0700 |
commit | e80e9f8fc221a7639b6a38bd46bc44bca26481d0 (patch) | |
tree | 44be9482610b3320e9606b336a2053d03b07258e /BUILD.gn | |
parent | 8f3a31157843d6e3b2ba55acf3aaa5aa81db09e2 (diff) | |
download | pdfium-e80e9f8fc221a7639b6a38bd46bc44bca26481d0.tar.xz |
Remove XFA_HFM2JSCONTEXT.
This CL removes XFA_HFM2JSCONTEXT and the supporting code. XFA_HFM2JSCONTEXT
was replaced by CXFA_FM2JSContext. The translate method was moved to
CXFA_FM2JSContext.
Review-Url: https://codereview.chromium.org/2024833003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1413,8 +1413,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/fm2js/xfa_error.h", "xfa/fxfa/fm2js/xfa_expression.cpp", "xfa/fxfa/fm2js/xfa_expression.h", - "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", - "xfa/fxfa/fm2js/xfa_fm2jsapi.h", "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", "xfa/fxfa/fm2js/xfa_fm2jscontext.h", "xfa/fxfa/fm2js/xfa_fmparse.cpp", |