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

Side by Side Diff: xfa.gyp

Issue 1887703003: Fold the FWL NoteThread classes up to the Thread classes. (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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 203 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
204 "xfa/fwl/core/fwl_widgetmgrimp.h", 204 "xfa/fwl/core/fwl_widgetmgrimp.h",
205 "xfa/fwl/core/ifwl_adapternative.h", 205 "xfa/fwl/core/ifwl_adapternative.h",
206 "xfa/fwl/core/ifwl_adapterthreadmgr.h", 206 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
207 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", 207 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
208 "xfa/fwl/core/ifwl_app.h", 208 "xfa/fwl/core/ifwl_app.h",
209 "xfa/fwl/core/ifwl_dataprovider.h", 209 "xfa/fwl/core/ifwl_dataprovider.h",
210 "xfa/fwl/core/ifwl_form.h", 210 "xfa/fwl/core/ifwl_form.h",
211 "xfa/fwl/core/ifwl_notedriver.h", 211 "xfa/fwl/core/ifwl_notedriver.h",
212 "xfa/fwl/core/ifwl_noteloop.h", 212 "xfa/fwl/core/ifwl_noteloop.h",
213 "xfa/fwl/core/ifwl_notethread.h",
214 "xfa/fwl/core/ifwl_panel.h", 213 "xfa/fwl/core/ifwl_panel.h",
215 "xfa/fwl/core/ifwl_target.h", 214 "xfa/fwl/core/ifwl_target.h",
216 "xfa/fwl/core/ifwl_themeprovider.h", 215 "xfa/fwl/core/ifwl_themeprovider.h",
217 "xfa/fwl/core/ifwl_thread.h", 216 "xfa/fwl/core/ifwl_thread.h",
218 "xfa/fwl/core/ifwl_timer.h", 217 "xfa/fwl/core/ifwl_timer.h",
219 "xfa/fwl/core/ifwl_tooltiptarget.h", 218 "xfa/fwl/core/ifwl_tooltiptarget.h",
220 "xfa/fwl/core/ifwl_widget.h", 219 "xfa/fwl/core/ifwl_widget.h",
221 "xfa/fwl/core/ifwl_widgetdelegate.h", 220 "xfa/fwl/core/ifwl_widgetdelegate.h",
222 "xfa/fwl/core/ifwl_widgetmgr.h", 221 "xfa/fwl/core/ifwl_widgetmgr.h",
223 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 222 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "sources": [], 773 "sources": [],
775 }], 774 }],
776 ["OS == 'mac'", { 775 ["OS == 'mac'", {
777 "configurations": {}, 776 "configurations": {},
778 "sources": [], 777 "sources": [],
779 }], 778 }],
780 ] 779 ]
781 } 780 }
782 ] 781 ]
783 } 782 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_comboboximp.cpp » ('j') | xfa/fwl/core/fwl_threadimp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698