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

Side by Side Diff: xfa.gyp

Issue 2004213002: Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Explicit ctor 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_checkboximp.cpp » ('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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 188 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
189 "xfa/fwl/core/fwl_widgetmgrimp.h", 189 "xfa/fwl/core/fwl_widgetmgrimp.h",
190 "xfa/fwl/core/ifwl_app.h", 190 "xfa/fwl/core/ifwl_app.h",
191 "xfa/fwl/core/ifwl_dataprovider.h", 191 "xfa/fwl/core/ifwl_dataprovider.h",
192 "xfa/fwl/core/ifwl_form.h", 192 "xfa/fwl/core/ifwl_form.h",
193 "xfa/fwl/core/ifwl_themeprovider.h", 193 "xfa/fwl/core/ifwl_themeprovider.h",
194 "xfa/fwl/core/ifwl_timer.h", 194 "xfa/fwl/core/ifwl_timer.h",
195 "xfa/fwl/core/ifwl_tooltiptarget.h", 195 "xfa/fwl/core/ifwl_tooltiptarget.h",
196 "xfa/fwl/core/ifwl_widget.h", 196 "xfa/fwl/core/ifwl_widget.h",
197 "xfa/fwl/core/ifwl_widgetdelegate.h", 197 "xfa/fwl/core/ifwl_widgetdelegate.h",
198 "xfa/fwl/core/ifwl_widgetmgr.h",
199 "xfa/fwl/core/include/fwl_widgethit.h", 198 "xfa/fwl/core/include/fwl_widgethit.h",
200 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", 199 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
201 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 200 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
202 "xfa/fwl/lightwidget/cfwl_barcode.h", 201 "xfa/fwl/lightwidget/cfwl_barcode.h",
203 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 202 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
204 "xfa/fwl/lightwidget/cfwl_checkbox.h", 203 "xfa/fwl/lightwidget/cfwl_checkbox.h",
205 "xfa/fwl/lightwidget/cfwl_combobox.cpp", 204 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
206 "xfa/fwl/lightwidget/cfwl_combobox.h", 205 "xfa/fwl/lightwidget/cfwl_combobox.h",
207 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 206 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
208 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 207 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "sources": [], 748 "sources": [],
750 }], 749 }],
751 ["OS == 'mac'", { 750 ["OS == 'mac'", {
752 "configurations": {}, 751 "configurations": {},
753 "sources": [], 752 "sources": [],
754 }], 753 }],
755 ] 754 ]
756 } 755 }
757 ] 756 ]
758 } 757 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_checkboximp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698