summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-05-16 15:14:02 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-17 03:08:06 +0000
commit2e9d47ac2c9a4ebf0821d10c766fafa85e6d3cb9 (patch)
tree212ca832851067eb5f40cf49c1dc2ffe81a24ada /BUILD.gn
parent7876609b3540137663d48282ad94ba42a3749e73 (diff)
downloadpdfium-2e9d47ac2c9a4ebf0821d10c766fafa85e6d3cb9.tar.xz
Rename formcalc files to better match contents
Most files match the contents. The expression files are named to match their base type even though they contain all the expression subclasses. Change-Id: I3b7705c7b206a9fa1afae8b677f765e8b788e84d Reviewed-on: https://pdfium-review.googlesource.com/5492 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn32
1 files changed, 16 insertions, 16 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3a26007a17..7b7e120526 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1663,20 +1663,20 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_widgetacc.h",
"xfa/fxfa/cxfa_widgetacciterator.cpp",
"xfa/fxfa/cxfa_widgetacciterator.h",
- "xfa/fxfa/fm2js/xfa_error.cpp",
- "xfa/fxfa/fm2js/xfa_error.h",
- "xfa/fxfa/fm2js/xfa_expression.cpp",
- "xfa/fxfa/fm2js/xfa_expression.h",
- "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
- "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
- "xfa/fxfa/fm2js/xfa_fmparse.cpp",
- "xfa/fxfa/fm2js/xfa_fmparse.h",
- "xfa/fxfa/fm2js/xfa_lexer.cpp",
- "xfa/fxfa/fm2js/xfa_lexer.h",
- "xfa/fxfa/fm2js/xfa_program.cpp",
- "xfa/fxfa/fm2js/xfa_program.h",
- "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
- "xfa/fxfa/fm2js/xfa_simpleexpression.h",
+ "xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp",
+ "xfa/fxfa/fm2js/cxfa_fm2jscontext.h",
+ "xfa/fxfa/fm2js/cxfa_fmerrorinfo.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmerrorinfo.h",
+ "xfa/fxfa/fm2js/cxfa_fmexpression.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmexpression.h",
+ "xfa/fxfa/fm2js/cxfa_fmlexer.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmlexer.h",
+ "xfa/fxfa/fm2js/cxfa_fmparse.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmparse.h",
+ "xfa/fxfa/fm2js/cxfa_fmprogram.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmprogram.h",
+ "xfa/fxfa/fm2js/cxfa_fmsimpleexpression.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmsimpleexpression.h",
"xfa/fxfa/fxfa.h",
"xfa/fxfa/fxfa_basic.h",
"xfa/fxfa/parser/cscript_datawindow.cpp",
@@ -1910,8 +1910,8 @@ test("pdfium_unittests") {
"xfa/fxfa/app/cxfa_textparser_unittest.cpp",
"xfa/fxfa/app/xfa_ffbarcode_unittest.cpp",
"xfa/fxfa/cxfa_ffapp_unittest.cpp",
- "xfa/fxfa/fm2js/xfa_lexer_unittest.cpp",
- "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmlexer_unittest.cpp",
+ "xfa/fxfa/fm2js/cxfa_fmsimpleexpression_unittest.cpp",
"xfa/fxfa/parser/xfa_utils_unittest.cpp",
]
}