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

Side by Side Diff: xfa.gyp

Issue 1948583002: Remove FWL_WGTHITTEST_* defines in favour of enum class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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 | « fpdfsdk/fsdk_annothandler.cpp ('k') | xfa/fwl/basewidget/fwl_comboboximp.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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", 196 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
197 "xfa/fwl/core/ifwl_app.h", 197 "xfa/fwl/core/ifwl_app.h",
198 "xfa/fwl/core/ifwl_dataprovider.h", 198 "xfa/fwl/core/ifwl_dataprovider.h",
199 "xfa/fwl/core/ifwl_form.h", 199 "xfa/fwl/core/ifwl_form.h",
200 "xfa/fwl/core/ifwl_themeprovider.h", 200 "xfa/fwl/core/ifwl_themeprovider.h",
201 "xfa/fwl/core/ifwl_timer.h", 201 "xfa/fwl/core/ifwl_timer.h",
202 "xfa/fwl/core/ifwl_tooltiptarget.h", 202 "xfa/fwl/core/ifwl_tooltiptarget.h",
203 "xfa/fwl/core/ifwl_widget.h", 203 "xfa/fwl/core/ifwl_widget.h",
204 "xfa/fwl/core/ifwl_widgetdelegate.h", 204 "xfa/fwl/core/ifwl_widgetdelegate.h",
205 "xfa/fwl/core/ifwl_widgetmgr.h", 205 "xfa/fwl/core/ifwl_widgetmgr.h",
206 "xfa/fwl/core/include/fwl_widgethit.h",
206 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", 207 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
207 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 208 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
208 "xfa/fwl/lightwidget/cfwl_barcode.h", 209 "xfa/fwl/lightwidget/cfwl_barcode.h",
209 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 210 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
210 "xfa/fwl/lightwidget/cfwl_checkbox.h", 211 "xfa/fwl/lightwidget/cfwl_checkbox.h",
211 "xfa/fwl/lightwidget/cfwl_combobox.cpp", 212 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
212 "xfa/fwl/lightwidget/cfwl_combobox.h", 213 "xfa/fwl/lightwidget/cfwl_combobox.h",
213 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 214 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
214 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 215 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
215 "xfa/fwl/lightwidget/cfwl_edit.cpp", 216 "xfa/fwl/lightwidget/cfwl_edit.cpp",
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 "sources": [], 756 "sources": [],
756 }], 757 }],
757 ["OS == 'mac'", { 758 ["OS == 'mac'", {
758 "configurations": {}, 759 "configurations": {},
759 "sources": [], 760 "sources": [],
760 }], 761 }],
761 ] 762 ]
762 } 763 }
763 ] 764 ]
764 } 765 }
OLDNEW
« no previous file with comments | « fpdfsdk/fsdk_annothandler.cpp ('k') | xfa/fwl/basewidget/fwl_comboboximp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698