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

Unified Diff: BUILD.gn

Issue 1861353002: Split fxfa_objectacc.h into pieces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | xfa.gyp » ('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 711ab98e08abcad88b543d9a264674a1cbe8b762..f5c445cf95ad621ee20d45e9efe93ececbe489a1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1466,6 +1466,59 @@ if (pdf_enable_xfa) {
"xfa/fxfa/fm2js/xfa_program.h",
"xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
"xfa/fxfa/fm2js/xfa_simpleexpression.h",
+ "xfa/fxfa/parser/cxfa_arc.h",
+ "xfa/fxfa/parser/cxfa_assist.cpp",
+ "xfa/fxfa/parser/cxfa_assist.h",
+ "xfa/fxfa/parser/cxfa_bind.cpp",
+ "xfa/fxfa/parser/cxfa_bind.h",
+ "xfa/fxfa/parser/cxfa_binditems.cpp",
+ "xfa/fxfa/parser/cxfa_binditems.h",
+ "xfa/fxfa/parser/cxfa_border.h",
+ "xfa/fxfa/parser/cxfa_box.cpp",
+ "xfa/fxfa/parser/cxfa_box.h",
+ "xfa/fxfa/parser/cxfa_calculate.cpp",
+ "xfa/fxfa/parser/cxfa_calculate.h",
+ "xfa/fxfa/parser/cxfa_caption.cpp",
+ "xfa/fxfa/parser/cxfa_caption.h",
+ "xfa/fxfa/parser/cxfa_corner.h",
+ "xfa/fxfa/parser/cxfa_data.cpp",
+ "xfa/fxfa/parser/cxfa_data.h",
+ "xfa/fxfa/parser/cxfa_edge.h",
+ "xfa/fxfa/parser/cxfa_event.cpp",
+ "xfa/fxfa/parser/cxfa_event.h",
+ "xfa/fxfa/parser/cxfa_exdata.cpp",
+ "xfa/fxfa/parser/cxfa_exdata.h",
+ "xfa/fxfa/parser/cxfa_fill.cpp",
+ "xfa/fxfa/parser/cxfa_fill.h",
+ "xfa/fxfa/parser/cxfa_font.cpp",
+ "xfa/fxfa/parser/cxfa_font.h",
+ "xfa/fxfa/parser/cxfa_image.cpp",
+ "xfa/fxfa/parser/cxfa_image.h",
+ "xfa/fxfa/parser/cxfa_line.cpp",
+ "xfa/fxfa/parser/cxfa_line.h",
+ "xfa/fxfa/parser/cxfa_margin.cpp",
+ "xfa/fxfa/parser/cxfa_margin.h",
+ "xfa/fxfa/parser/cxfa_occur.cpp",
+ "xfa/fxfa/parser/cxfa_occur.h",
+ "xfa/fxfa/parser/cxfa_para.cpp",
+ "xfa/fxfa/parser/cxfa_para.h",
+ "xfa/fxfa/parser/cxfa_rectangle.h",
+ "xfa/fxfa/parser/cxfa_script.cpp",
+ "xfa/fxfa/parser/cxfa_script.h",
+ "xfa/fxfa/parser/cxfa_stroke.cpp",
+ "xfa/fxfa/parser/cxfa_stroke.h",
+ "xfa/fxfa/parser/cxfa_submit.cpp",
+ "xfa/fxfa/parser/cxfa_submit.h",
+ "xfa/fxfa/parser/cxfa_text.cpp",
+ "xfa/fxfa/parser/cxfa_text.h",
+ "xfa/fxfa/parser/cxfa_tooltip.cpp",
+ "xfa/fxfa/parser/cxfa_tooltip.h",
+ "xfa/fxfa/parser/cxfa_validate.cpp",
+ "xfa/fxfa/parser/cxfa_validate.h",
+ "xfa/fxfa/parser/cxfa_value.cpp",
+ "xfa/fxfa/parser/cxfa_value.h",
+ "xfa/fxfa/parser/cxfa_widgetdata.cpp",
+ "xfa/fxfa/parser/cxfa_widgetdata.h",
"xfa/fxfa/parser/xfa_basic_data.cpp",
"xfa/fxfa/parser/xfa_basic_data.h",
"xfa/fxfa/parser/xfa_basic_imp.cpp",
@@ -1496,7 +1549,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_localevalue.h",
"xfa/fxfa/parser/xfa_object.h",
"xfa/fxfa/parser/xfa_object_imp.cpp",
- "xfa/fxfa/parser/xfa_objectacc_imp.cpp",
"xfa/fxfa/parser/xfa_parser.h",
"xfa/fxfa/parser/xfa_parser_imp.cpp",
"xfa/fxfa/parser/xfa_parser_imp.h",
@@ -1538,7 +1590,6 @@ if (pdf_enable_xfa) {
"xfa/fxjse/include/fxjse.h",
"xfa/include/fxfa/fxfa.h",
"xfa/include/fxfa/fxfa_basic.h",
- "xfa/include/fxfa/fxfa_objectacc.h",
"xfa/include/fxfa/fxfa_widget.h",
"xfa/include/fxfa/xfa_checksum.h",
"xfa/include/fxfa/xfa_ffapp.h",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698