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

Unified Diff: xfa.gyp

Issue 2123343002: Break xfa_basic_data up to smaller files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review fixes 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/xfa_basic_data.cpp » ('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 6a0d56225d0b34f84c976454e4f5ecfdf514f617..83813ea95480a0bdac2d3b229485d718bd16dc54 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -510,6 +510,12 @@
"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_attributes.cpp",
+ "xfa/fxfa/parser/xfa_basic_data_element_attributes.cpp",
+ "xfa/fxfa/parser/xfa_basic_data_element_properties.cpp",
+ "xfa/fxfa/parser/xfa_basic_data_element_script.cpp",
+ "xfa/fxfa/parser/xfa_basic_data_enum.cpp",
+ "xfa/fxfa/parser/xfa_basic_data_packets.cpp",
"xfa/fxfa/parser/xfa_basic_data.h",
"xfa/fxfa/parser/xfa_basic_imp.cpp",
"xfa/fxfa/parser/xfa_basic_imp.h",
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/parser/xfa_basic_data.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698