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

Unified Diff: BUILD.gn

Issue 2383593002: Move xfa/fxfa/include to xfa/fxfa (Closed)
Patch Set: Rebase to master Created 4 years, 3 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 | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index efe8a28229c6db91eb5e2a83eb1190731b796ba6..37185549d40e44b7fa89409a24a6cc19d9a361bb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1449,6 +1449,7 @@ if (pdf_enable_xfa) {
"xfa/fxfa/app/xfa_rendercontext.cpp",
"xfa/fxfa/app/xfa_textlayout.cpp",
"xfa/fxfa/app/xfa_textlayout.h",
+ "xfa/fxfa/cxfa_eventparam.h",
"xfa/fxfa/fm2js/xfa_error.cpp",
"xfa/fxfa/fm2js/xfa_error.h",
"xfa/fxfa/fm2js/xfa_expression.cpp",
@@ -1463,20 +1464,9 @@ if (pdf_enable_xfa) {
"xfa/fxfa/fm2js/xfa_program.h",
"xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
"xfa/fxfa/fm2js/xfa_simpleexpression.h",
- "xfa/fxfa/include/cxfa_eventparam.h",
- "xfa/fxfa/include/fxfa.h",
- "xfa/fxfa/include/fxfa_basic.h",
- "xfa/fxfa/include/fxfa_widget.h",
- "xfa/fxfa/include/xfa_checksum.h",
- "xfa/fxfa/include/xfa_ffapp.h",
- "xfa/fxfa/include/xfa_ffdoc.h",
- "xfa/fxfa/include/xfa_ffdochandler.h",
- "xfa/fxfa/include/xfa_ffdocview.h",
- "xfa/fxfa/include/xfa_ffpageview.h",
- "xfa/fxfa/include/xfa_ffwidget.h",
- "xfa/fxfa/include/xfa_ffwidgethandler.h",
- "xfa/fxfa/include/xfa_fontmgr.h",
- "xfa/fxfa/include/xfa_rendercontext.h",
+ "xfa/fxfa/fxfa.h",
+ "xfa/fxfa/fxfa_basic.h",
+ "xfa/fxfa/fxfa_widget.h",
"xfa/fxfa/parser/cscript_datawindow.cpp",
"xfa/fxfa/parser/cscript_datawindow.h",
"xfa/fxfa/parser/cscript_eventpseudomodel.cpp",
@@ -1607,6 +1597,16 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_resolvenode_rs.h",
"xfa/fxfa/parser/xfa_utils.cpp",
"xfa/fxfa/parser/xfa_utils.h",
+ "xfa/fxfa/xfa_checksum.h",
+ "xfa/fxfa/xfa_ffapp.h",
+ "xfa/fxfa/xfa_ffdoc.h",
+ "xfa/fxfa/xfa_ffdochandler.h",
+ "xfa/fxfa/xfa_ffdocview.h",
+ "xfa/fxfa/xfa_ffpageview.h",
+ "xfa/fxfa/xfa_ffwidget.h",
+ "xfa/fxfa/xfa_ffwidgethandler.h",
+ "xfa/fxfa/xfa_fontmgr.h",
+ "xfa/fxfa/xfa_rendercontext.h",
"xfa/fxgraphics/cagg_graphics.cpp",
"xfa/fxgraphics/cagg_graphics.h",
"xfa/fxgraphics/cfx_color.cpp",
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698