diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-20 06:16:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-20 06:16:06 -0700 |
commit | c1515ef195a2310f1d07838902eb10d66f66dbed (patch) | |
tree | 37c34deb2488432054b9ba773af599376abc2411 /xfa.gyp | |
parent | 8ca60b2cda3efc112c987c1d57d1eb8568667da9 (diff) | |
download | pdfium-c1515ef195a2310f1d07838902eb10d66f66dbed.tar.xz |
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
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -437,6 +437,18 @@ "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", @@ -537,24 +549,12 @@ "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", |