Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: xfa.gyp

Issue 2161193002: Rename the CScript_* files to match class names. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/parser/cscript_datawindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index 999be123e99bbe230f16232135f412fd5026ea26..92ea4542bbcec4645aec2ae9adf5cea2e5e19b2b 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -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",
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/parser/cscript_datawindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698