summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn14
1 files changed, 7 insertions, 7 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9c370c258b..1246a7bca0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1444,12 +1444,12 @@ if (pdf_enable_xfa) {
"xfa/fgas/layout/cfx_breakline.h",
"xfa/fgas/layout/cfx_breakpiece.cpp",
"xfa/fgas/layout/cfx_breakpiece.h",
- "xfa/fgas/layout/fgas_linebreak.cpp",
- "xfa/fgas/layout/fgas_linebreak.h",
- "xfa/fgas/layout/fgas_rtfbreak.cpp",
- "xfa/fgas/layout/fgas_rtfbreak.h",
- "xfa/fgas/layout/fgas_textbreak.cpp",
- "xfa/fgas/layout/fgas_textbreak.h",
+ "xfa/fgas/layout/cfx_linebreak.cpp",
+ "xfa/fgas/layout/cfx_linebreak.h",
+ "xfa/fgas/layout/cfx_rtfbreak.cpp",
+ "xfa/fgas/layout/cfx_rtfbreak.h",
+ "xfa/fgas/layout/cfx_txtbreak.cpp",
+ "xfa/fgas/layout/cfx_txtbreak.h",
"xfa/fwl/cfwl_app.cpp",
"xfa/fwl/cfwl_app.h",
"xfa/fwl/cfwl_barcode.cpp",
@@ -1894,7 +1894,7 @@ test("pdfium_unittests") {
"xfa/fde/css/cfde_cssstylesheet_unittest.cpp",
"xfa/fde/css/cfde_cssvaluelistparser_unittest.cpp",
"xfa/fde/xml/cfde_xmlsyntaxparser_unittest.cpp",
- "xfa/fgas/layout/fgas_rtfbreak_unittest.cpp",
+ "xfa/fgas/layout/cfx_rtfbreak_unittest.cpp",
"xfa/fxfa/app/cxfa_textparser_unittest.cpp",
"xfa/fxfa/cxfa_ffapp_unittest.cpp",
"xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp",