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

Unified Diff: xfa.gyp

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
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index 810464e7eed7e020bf05a15ed1788e73450f73d0..8e1ddec9fe72d61b1851110d2c9842a95e170f18 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -134,8 +134,8 @@
"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 | « BUILD.gn ('k') | xfa/src/fdp/include/fde_xml.h » ('j') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698