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

Unified Diff: BUILD.gn

Issue 1581823002: Resolve fde_xml.h header collision (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 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') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 487b604840562d6363fb95001901fc0da69886ee..88619bd536f1abc6da6e76ec69275c477106f6c4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -887,8 +887,8 @@ if (pdf_enable_xfa) {
"xfa/src/fdp/src/fde/fde_render.h",
"xfa/src/fdp/src/tto/fde_textout.cpp",
"xfa/src/fdp/src/tto/fde_textout.h",
- "xfa/src/fdp/src/xml/fde_xml.cpp",
- "xfa/src/fdp/src/xml/fde_xml.h",
+ "xfa/src/fdp/src/xml/fde_xml_imp.cpp",
+ "xfa/src/fdp/src/xml/fde_xml_imp.h",
"xfa/src/fee/include/fx_wordbreak.h",
"xfa/src/fee/include/ifde_txtedtbuf.h",
"xfa/src/fee/include/ifde_txtedtengine.h",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698