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

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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "xfa/fwl/core/ifwl_adapterthreadmgr.h", 208 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
209 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", 209 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
210 "xfa/fwl/core/ifwl_app.h", 210 "xfa/fwl/core/ifwl_app.h",
211 "xfa/fwl/core/ifwl_content.h", 211 "xfa/fwl/core/ifwl_content.h",
212 "xfa/fwl/core/ifwl_custom.h", 212 "xfa/fwl/core/ifwl_custom.h",
213 "xfa/fwl/core/ifwl_custompanel.h", 213 "xfa/fwl/core/ifwl_custompanel.h",
214 "xfa/fwl/core/ifwl_dataprovider.h", 214 "xfa/fwl/core/ifwl_dataprovider.h",
215 "xfa/fwl/core/ifwl_form.h", 215 "xfa/fwl/core/ifwl_form.h",
216 "xfa/fwl/core/ifwl_notedriver.h", 216 "xfa/fwl/core/ifwl_notedriver.h",
217 "xfa/fwl/core/ifwl_noteloop.h", 217 "xfa/fwl/core/ifwl_noteloop.h",
218 "xfa/fwl/core/ifwl_notethread.h",
219 "xfa/fwl/core/ifwl_panel.h", 218 "xfa/fwl/core/ifwl_panel.h",
220 "xfa/fwl/core/ifwl_proxy.h", 219 "xfa/fwl/core/ifwl_proxy.h",
221 "xfa/fwl/core/ifwl_target.h", 220 "xfa/fwl/core/ifwl_target.h",
222 "xfa/fwl/core/ifwl_themeprovider.h", 221 "xfa/fwl/core/ifwl_themeprovider.h",
223 "xfa/fwl/core/ifwl_thread.h", 222 "xfa/fwl/core/ifwl_thread.h",
224 "xfa/fwl/core/ifwl_timer.h", 223 "xfa/fwl/core/ifwl_timer.h",
225 "xfa/fwl/core/ifwl_tooltiptarget.h", 224 "xfa/fwl/core/ifwl_tooltiptarget.h",
226 "xfa/fwl/core/ifwl_widget.h", 225 "xfa/fwl/core/ifwl_widget.h",
227 "xfa/fwl/core/ifwl_widgetdelegate.h", 226 "xfa/fwl/core/ifwl_widgetdelegate.h",
228 "xfa/fwl/core/ifwl_widgetmgr.h", 227 "xfa/fwl/core/ifwl_widgetmgr.h",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "sources": [], 781 "sources": [],
783 }], 782 }],
784 ["OS == 'mac'", { 783 ["OS == 'mac'", {
785 "configurations": {}, 784 "configurations": {},
786 "sources": [], 785 "sources": [],
787 }], 786 }],
788 ] 787 ]
789 } 788 }
790 ] 789 ]
791 } 790 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_comboboximp.cpp » ('j') | xfa/fwl/core/ifwl_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698