diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-18 13:56:39 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-18 18:08:17 +0000 |
commit | 994acdc1a31015674e786d24cc37d08dfae6d863 (patch) | |
tree | cc0fc6e15f4dd439b86e2cb673282613867ce4bb /BUILD.gn | |
parent | 5ae87922cb96810a05b2262c66b55b7e8f00e46d (diff) | |
download | pdfium-994acdc1a31015674e786d24cc37d08dfae6d863.tar.xz |
Rename text break files to match class names.
This CL renames several fgas/layout files to match the class names
contained in the files.
Change-Id: Ib4feaa902618e577261e51dbac743cb4cb500ea1
Reviewed-on: https://pdfium-review.googlesource.com/4290
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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", |