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 1874963002: Remove some FWL code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "xfa/fwl/core/ifwl_tooltiptarget.h", 232 "xfa/fwl/core/ifwl_tooltiptarget.h",
233 "xfa/fwl/core/ifwl_widget.h", 233 "xfa/fwl/core/ifwl_widget.h",
234 "xfa/fwl/core/ifwl_widgetdelegate.h", 234 "xfa/fwl/core/ifwl_widgetdelegate.h",
235 "xfa/fwl/core/ifwl_widgetmgr.h", 235 "xfa/fwl/core/ifwl_widgetmgr.h",
236 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 236 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
237 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", 237 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
238 "xfa/fwl/lightwidget/cfwl_app.cpp", 238 "xfa/fwl/lightwidget/cfwl_app.cpp",
239 "xfa/fwl/lightwidget/cfwl_app.h", 239 "xfa/fwl/lightwidget/cfwl_app.h",
240 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 240 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
241 "xfa/fwl/lightwidget/cfwl_barcode.h", 241 "xfa/fwl/lightwidget/cfwl_barcode.h",
242 "xfa/fwl/lightwidget/cfwl_caret.cpp",
243 "xfa/fwl/lightwidget/cfwl_caret.h",
244 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 242 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
245 "xfa/fwl/lightwidget/cfwl_checkbox.h", 243 "xfa/fwl/lightwidget/cfwl_checkbox.h",
246 "xfa/fwl/lightwidget/cfwl_combobox.cpp", 244 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
247 "xfa/fwl/lightwidget/cfwl_combobox.h", 245 "xfa/fwl/lightwidget/cfwl_combobox.h",
248 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 246 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
249 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 247 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
250 "xfa/fwl/lightwidget/cfwl_edit.cpp", 248 "xfa/fwl/lightwidget/cfwl_edit.cpp",
251 "xfa/fwl/lightwidget/cfwl_edit.h", 249 "xfa/fwl/lightwidget/cfwl_edit.h",
252 "xfa/fwl/lightwidget/cfwl_listbox.cpp", 250 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
253 "xfa/fwl/lightwidget/cfwl_listbox.h", 251 "xfa/fwl/lightwidget/cfwl_listbox.h",
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "sources": [], 789 "sources": [],
792 }], 790 }],
793 ["OS == 'mac'", { 791 ["OS == 'mac'", {
794 "configurations": {}, 792 "configurations": {},
795 "sources": [], 793 "sources": [],
796 }], 794 }],
797 ] 795 ]
798 } 796 }
799 ] 797 ]
800 } 798 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/ifwl_checkbox.h » ('j') | xfa/fwl/basewidget/ifwl_checkbox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698