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

Side by Side Diff: xfa.gyp

Issue 1928963004: Cleanup IFWL_Adapter interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 7 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/fwl/basewidget/fwl_caretimp.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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "xfa/fwl/core/cfwl_themepart.h", 176 "xfa/fwl/core/cfwl_themepart.h",
177 "xfa/fwl/core/cfwl_themetext.h", 177 "xfa/fwl/core/cfwl_themetext.h",
178 "xfa/fwl/core/cfwl_widgetimpproperties.h", 178 "xfa/fwl/core/cfwl_widgetimpproperties.h",
179 "xfa/fwl/core/fwl_appimp.cpp", 179 "xfa/fwl/core/fwl_appimp.cpp",
180 "xfa/fwl/core/fwl_appimp.h", 180 "xfa/fwl/core/fwl_appimp.h",
181 "xfa/fwl/core/fwl_error.h", 181 "xfa/fwl/core/fwl_error.h",
182 "xfa/fwl/core/fwl_formimp.cpp", 182 "xfa/fwl/core/fwl_formimp.cpp",
183 "xfa/fwl/core/fwl_formimp.h", 183 "xfa/fwl/core/fwl_formimp.h",
184 "xfa/fwl/core/fwl_noteimp.cpp", 184 "xfa/fwl/core/fwl_noteimp.cpp",
185 "xfa/fwl/core/fwl_noteimp.h", 185 "xfa/fwl/core/fwl_noteimp.h",
186 "xfa/fwl/core/fwl_sdadapterimp.cpp",
187 "xfa/fwl/core/fwl_sdadapterimp.h",
188 "xfa/fwl/core/fwl_timerimp.cpp", 186 "xfa/fwl/core/fwl_timerimp.cpp",
189 "xfa/fwl/core/fwl_widgetdef.h", 187 "xfa/fwl/core/fwl_widgetdef.h",
190 "xfa/fwl/core/fwl_widgetimp.cpp", 188 "xfa/fwl/core/fwl_widgetimp.cpp",
191 "xfa/fwl/core/fwl_widgetimp.h", 189 "xfa/fwl/core/fwl_widgetimp.h",
192 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 190 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
193 "xfa/fwl/core/fwl_widgetmgrimp.h", 191 "xfa/fwl/core/fwl_widgetmgrimp.h",
194 "xfa/fwl/core/ifwl_adapternative.h",
195 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
196 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
197 "xfa/fwl/core/ifwl_app.h", 192 "xfa/fwl/core/ifwl_app.h",
198 "xfa/fwl/core/ifwl_dataprovider.h", 193 "xfa/fwl/core/ifwl_dataprovider.h",
199 "xfa/fwl/core/ifwl_form.h", 194 "xfa/fwl/core/ifwl_form.h",
200 "xfa/fwl/core/ifwl_themeprovider.h", 195 "xfa/fwl/core/ifwl_themeprovider.h",
201 "xfa/fwl/core/ifwl_timer.h", 196 "xfa/fwl/core/ifwl_timer.h",
202 "xfa/fwl/core/ifwl_tooltiptarget.h", 197 "xfa/fwl/core/ifwl_tooltiptarget.h",
203 "xfa/fwl/core/ifwl_widget.h", 198 "xfa/fwl/core/ifwl_widget.h",
204 "xfa/fwl/core/ifwl_widgetdelegate.h", 199 "xfa/fwl/core/ifwl_widgetdelegate.h",
205 "xfa/fwl/core/ifwl_widgetmgr.h", 200 "xfa/fwl/core/ifwl_widgetmgr.h",
206 "xfa/fwl/core/include/fwl_widgethit.h", 201 "xfa/fwl/core/include/fwl_widgethit.h",
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "sources": [], 751 "sources": [],
757 }], 752 }],
758 ["OS == 'mac'", { 753 ["OS == 'mac'", {
759 "configurations": {}, 754 "configurations": {},
760 "sources": [], 755 "sources": [],
761 }], 756 }],
762 ] 757 ]
763 } 758 }
764 ] 759 ]
765 } 760 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_caretimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698