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

Side by Side Diff: xfa.gyp

Issue 1736133002: Remove FDE_USEFORMATBLOCK. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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
« no previous file with comments | « BUILD.gn ('k') | xfa/src/fee/include/ifde_txtedtengine.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_render.cpp", 127 "xfa/src/fdp/src/fde/fde_render.cpp",
128 "xfa/src/fdp/src/fde/fde_render.h", 128 "xfa/src/fdp/src/fde/fde_render.h",
129 "xfa/src/fdp/src/tto/fde_textout.cpp", 129 "xfa/src/fdp/src/tto/fde_textout.cpp",
130 "xfa/src/fdp/src/tto/fde_textout.h", 130 "xfa/src/fdp/src/tto/fde_textout.h",
131 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", 131 "xfa/src/fdp/src/xml/fde_xml_imp.cpp",
132 "xfa/src/fdp/src/xml/fde_xml_imp.h", 132 "xfa/src/fdp/src/xml/fde_xml_imp.h",
133 "xfa/src/fee/include/fx_wordbreak.h", 133 "xfa/src/fee/include/fx_wordbreak.h",
134 "xfa/src/fee/include/ifde_txtedtbuf.h", 134 "xfa/src/fee/include/ifde_txtedtbuf.h",
135 "xfa/src/fee/include/ifde_txtedtengine.h", 135 "xfa/src/fee/include/ifde_txtedtengine.h",
136 "xfa/src/fee/include/ifde_txtedtpage.h", 136 "xfa/src/fee/include/ifde_txtedtpage.h",
137 "xfa/src/fee/src/fee/fde_txtedtblock.cpp",
138 "xfa/src/fee/src/fee/fde_txtedtblock.h",
139 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", 137 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp",
140 "xfa/src/fee/src/fee/fde_txtedtbuf.h", 138 "xfa/src/fee/src/fee/fde_txtedtbuf.h",
141 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", 139 "xfa/src/fee/src/fee/fde_txtedtengine.cpp",
142 "xfa/src/fee/src/fee/fde_txtedtengine.h", 140 "xfa/src/fee/src/fee/fde_txtedtengine.h",
143 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", 141 "xfa/src/fee/src/fee/fde_txtedtpage.cpp",
144 "xfa/src/fee/src/fee/fde_txtedtpage.h", 142 "xfa/src/fee/src/fee/fde_txtedtpage.h",
145 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", 143 "xfa/src/fee/src/fee/fde_txtedtparag.cpp",
146 "xfa/src/fee/src/fee/fde_txtedtparag.h", 144 "xfa/src/fee/src/fee/fde_txtedtparag.h",
147 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", 145 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp",
148 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", 146 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 "sources": [], 691 "sources": [],
694 }], 692 }],
695 ["OS == 'mac'", { 693 ["OS == 'mac'", {
696 "configurations": {}, 694 "configurations": {},
697 "sources": [], 695 "sources": [],
698 }], 696 }],
699 ] 697 ]
700 } 698 }
701 ] 699 ]
702 } 700 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/src/fee/include/ifde_txtedtengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698