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

Unified Diff: BUILD.gn

Issue 2165993002: Move xfa_basic_imp to cxfa_widetextread. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Really fix it .... 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 | « no previous file | testing/libfuzzer/pdf_cfx_saxreader_fuzzer.cc » ('j') | xfa/fxfa/parser/cxfa_measurement.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7758f20ea43517b78dce270a818269544eefd0b3..b5b0eaef30dea7199b1ecc40dd8a150f61c8c1e7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1375,6 +1375,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_line.h",
"xfa/fxfa/parser/cxfa_margin.cpp",
"xfa/fxfa/parser/cxfa_margin.h",
+ "xfa/fxfa/parser/cxfa_measurement.cpp",
+ "xfa/fxfa/parser/cxfa_measurement.h",
"xfa/fxfa/parser/cxfa_node.cpp",
"xfa/fxfa/parser/cxfa_nodehelper.cpp",
"xfa/fxfa/parser/cxfa_nodehelper.h",
@@ -1408,6 +1410,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_value.h",
"xfa/fxfa/parser/cxfa_valuearray.cpp",
"xfa/fxfa/parser/cxfa_valuearray.h",
+ "xfa/fxfa/parser/cxfa_widetextread.cpp",
+ "xfa/fxfa/parser/cxfa_widetextread.h",
"xfa/fxfa/parser/cxfa_widgetdata.cpp",
"xfa/fxfa/parser/cxfa_widgetdata.h",
"xfa/fxfa/parser/cxfa_xml_parser.cpp",
@@ -1420,8 +1424,6 @@ if (pdf_enable_xfa) {
"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_imp.cpp",
- "xfa/fxfa/parser/xfa_basic_imp.h",
"xfa/fxfa/parser/xfa_doclayout.h",
"xfa/fxfa/parser/xfa_document.h",
"xfa/fxfa/parser/xfa_document_datamerger_imp.cpp",
« no previous file with comments | « no previous file | testing/libfuzzer/pdf_cfx_saxreader_fuzzer.cc » ('j') | xfa/fxfa/parser/cxfa_measurement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698