From c1515ef195a2310f1d07838902eb10d66f66dbed Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 20 Jul 2016 06:16:06 -0700 Subject: Rename the CScript_* files to match class names. This Cl updates the various files to have filenames which match the classes inside those files. Review-Url: https://codereview.chromium.org/2161193002 --- BUILD.gn | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 562036ad23..f4f4092c4f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1327,6 +1327,18 @@ if (pdf_enable_xfa) { "xfa/fxfa/include/xfa_ffwidgethandler.h", "xfa/fxfa/include/xfa_fontmgr.h", "xfa/fxfa/include/xfa_rendercontext.h", + "xfa/fxfa/parser/cscript_datawindow.cpp", + "xfa/fxfa/parser/cscript_datawindow.h", + "xfa/fxfa/parser/cscript_eventpseudomodel.cpp", + "xfa/fxfa/parser/cscript_eventpseudomodel.h", + "xfa/fxfa/parser/cscript_hostpseudomodel.cpp", + "xfa/fxfa/parser/cscript_hostpseudomodel.h", + "xfa/fxfa/parser/cscript_layoutpseudomodel.cpp", + "xfa/fxfa/parser/cscript_layoutpseudomodel.h", + "xfa/fxfa/parser/cscript_logpseudomodel.cpp", + "xfa/fxfa/parser/cscript_logpseudomodel.h", + "xfa/fxfa/parser/cscript_signaturepseudomodel.cpp", + "xfa/fxfa/parser/cscript_signaturepseudomodel.h", "xfa/fxfa/parser/cxfa_arc.h", "xfa/fxfa/parser/cxfa_arraynodelist.cpp", "xfa/fxfa/parser/cxfa_assist.cpp", @@ -1427,24 +1439,12 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/xfa_localevalue.h", "xfa/fxfa/parser/xfa_object.h", "xfa/fxfa/parser/xfa_script.h", - "xfa/fxfa/parser/xfa_script_datawindow.cpp", - "xfa/fxfa/parser/xfa_script_datawindow.h", - "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", - "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", - "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", - "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", "xfa/fxfa/parser/xfa_script_imp.cpp", "xfa/fxfa/parser/xfa_script_imp.h", - "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp", - "xfa/fxfa/parser/xfa_script_layoutpseudomodel.h", - "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp", - "xfa/fxfa/parser/xfa_script_logpseudomodel.h", "xfa/fxfa/parser/xfa_script_nodehelper.cpp", "xfa/fxfa/parser/xfa_script_nodehelper.h", "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", "xfa/fxfa/parser/xfa_script_resolveprocessor.h", - "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", - "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", "xfa/fxfa/parser/xfa_utils.h", "xfa/fxfa/parser/xfa_utils_imp.cpp", "xfa/fxgraphics/cagg_graphics.cpp", -- cgit v1.2.3