summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-21 12:09:45 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-21 12:09:45 -0700
commit39fdfc35fa32d7dc2e4aa8d2f0cb0a153037ce8d (patch)
tree687cf14119e313186514036c7f24824060210dcb /BUILD.gn
parent3a7cc7382305e2d1f2793d9fea923f2428a87e64 (diff)
downloadpdfium-39fdfc35fa32d7dc2e4aa8d2f0cb0a153037ce8d.tar.xz
Rename xfa_utils_imp to xfa_utils
This makes the cpp and unittest files match the naming of the header file. Review-Url: https://codereview.chromium.org/2165833005
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 359e0644c9..7dda81dbc7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1463,8 +1463,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_localevalue.h",
"xfa/fxfa/parser/xfa_object.h",
"xfa/fxfa/parser/xfa_resolvenode_rs.h",
+ "xfa/fxfa/parser/xfa_utils.cpp",
"xfa/fxfa/parser/xfa_utils.h",
- "xfa/fxfa/parser/xfa_utils_imp.cpp",
"xfa/fxgraphics/cagg_graphics.cpp",
"xfa/fxgraphics/cagg_graphics.h",
"xfa/fxgraphics/cfx_color.cpp",
@@ -1530,7 +1530,7 @@ test("pdfium_unittests") {
"xfa/fde/xml/fde_xml_imp_unittest.cpp",
"xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
"xfa/fxfa/app/xfa_textlayout_unittest.cpp",
- "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp",
+ "xfa/fxfa/parser/xfa_utils_unittest.cpp",
]
}
if (pdf_use_skia) {