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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "variables": { 2 "variables": {
3 "pdf_enable_v8%": 1, 3 "pdf_enable_v8%": 1,
4 }, 4 },
5 "target_defaults": { 5 "target_defaults": {
6 "defines": [ 6 "defines": [
7 "PDF_ENABLE_XFA", 7 "PDF_ENABLE_XFA",
8 ], 8 ],
9 }, 9 },
10 "targets":[ 10 "targets":[
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "xfa/src/fdp/src/fde/fde_geobject.cpp", 127 "xfa/src/fdp/src/fde/fde_geobject.cpp",
128 "xfa/src/fdp/src/fde/fde_geobject.h", 128 "xfa/src/fdp/src/fde/fde_geobject.h",
129 "xfa/src/fdp/src/fde/fde_iterator.cpp", 129 "xfa/src/fdp/src/fde/fde_iterator.cpp",
130 "xfa/src/fdp/src/fde/fde_iterator.h", 130 "xfa/src/fdp/src/fde/fde_iterator.h",
131 "xfa/src/fdp/src/fde/fde_object.cpp", 131 "xfa/src/fdp/src/fde/fde_object.cpp",
132 "xfa/src/fdp/src/fde/fde_object.h", 132 "xfa/src/fdp/src/fde/fde_object.h",
133 "xfa/src/fdp/src/fde/fde_render.cpp", 133 "xfa/src/fdp/src/fde/fde_render.cpp",
134 "xfa/src/fdp/src/fde/fde_render.h", 134 "xfa/src/fdp/src/fde/fde_render.h",
135 "xfa/src/fdp/src/tto/fde_textout.cpp", 135 "xfa/src/fdp/src/tto/fde_textout.cpp",
136 "xfa/src/fdp/src/tto/fde_textout.h", 136 "xfa/src/fdp/src/tto/fde_textout.h",
137 "xfa/src/fdp/src/xml/fde_xml.cpp", 137 "xfa/src/fdp/src/xml/fde_xml_imp.cpp",
138 "xfa/src/fdp/src/xml/fde_xml.h", 138 "xfa/src/fdp/src/xml/fde_xml_imp.h",
139 "xfa/src/fee/include/fx_wordbreak.h", 139 "xfa/src/fee/include/fx_wordbreak.h",
140 "xfa/src/fee/include/ifde_txtedtbuf.h", 140 "xfa/src/fee/include/ifde_txtedtbuf.h",
141 "xfa/src/fee/include/ifde_txtedtengine.h", 141 "xfa/src/fee/include/ifde_txtedtengine.h",
142 "xfa/src/fee/include/ifde_txtedtpage.h", 142 "xfa/src/fee/include/ifde_txtedtpage.h",
143 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", 143 "xfa/src/fee/src/fee/fde_txtedtblock.cpp",
144 "xfa/src/fee/src/fee/fde_txtedtblock.h", 144 "xfa/src/fee/src/fee/fde_txtedtblock.h",
145 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", 145 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp",
146 "xfa/src/fee/src/fee/fde_txtedtbuf.h", 146 "xfa/src/fee/src/fee/fde_txtedtbuf.h",
147 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", 147 "xfa/src/fee/src/fee/fde_txtedtengine.cpp",
148 "xfa/src/fee/src/fee/fde_txtedtengine.h", 148 "xfa/src/fee/src/fee/fde_txtedtengine.h",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "sources": [], 703 "sources": [],
704 }], 704 }],
705 ["OS == 'mac'", { 705 ["OS == 'mac'", {
706 "configurations": {}, 706 "configurations": {},
707 "sources": [], 707 "sources": [],
708 }], 708 }],
709 ] 709 ]
710 } 710 }
711 ] 711 ]
712 } 712 }
OLDNEW
« 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