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

Side by Side Diff: xfa.gyp

Issue 1901183002: Remove CFWL_Note. (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
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_barcodeimp.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "xfa/fwl/basewidget/ifwl_datetimepicker.h", 166 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
167 "xfa/fwl/basewidget/ifwl_edit.h", 167 "xfa/fwl/basewidget/ifwl_edit.h",
168 "xfa/fwl/basewidget/ifwl_listbox.h", 168 "xfa/fwl/basewidget/ifwl_listbox.h",
169 "xfa/fwl/basewidget/ifwl_monthcalendar.h", 169 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
170 "xfa/fwl/basewidget/ifwl_picturebox.h", 170 "xfa/fwl/basewidget/ifwl_picturebox.h",
171 "xfa/fwl/basewidget/ifwl_pushbutton.h", 171 "xfa/fwl/basewidget/ifwl_pushbutton.h",
172 "xfa/fwl/basewidget/ifwl_scrollbar.h", 172 "xfa/fwl/basewidget/ifwl_scrollbar.h",
173 "xfa/fwl/basewidget/ifwl_spinbutton.h", 173 "xfa/fwl/basewidget/ifwl_spinbutton.h",
174 "xfa/fwl/basewidget/ifwl_tooltip.h", 174 "xfa/fwl/basewidget/ifwl_tooltip.h",
175 "xfa/fwl/core/cfwl_event.h", 175 "xfa/fwl/core/cfwl_event.h",
176 "xfa/fwl/core/cfwl_note.h",
177 "xfa/fwl/core/cfwl_message.h", 176 "xfa/fwl/core/cfwl_message.h",
178 "xfa/fwl/core/cfwl_themebackground.h", 177 "xfa/fwl/core/cfwl_themebackground.h",
179 "xfa/fwl/core/cfwl_themepart.h", 178 "xfa/fwl/core/cfwl_themepart.h",
180 "xfa/fwl/core/cfwl_themetext.h", 179 "xfa/fwl/core/cfwl_themetext.h",
181 "xfa/fwl/core/cfwl_widgetimpproperties.h", 180 "xfa/fwl/core/cfwl_widgetimpproperties.h",
182 "xfa/fwl/core/fwl_appimp.cpp", 181 "xfa/fwl/core/fwl_appimp.cpp",
183 "xfa/fwl/core/fwl_appimp.h", 182 "xfa/fwl/core/fwl_appimp.h",
184 "xfa/fwl/core/fwl_error.h", 183 "xfa/fwl/core/fwl_error.h",
185 "xfa/fwl/core/fwl_formimp.cpp", 184 "xfa/fwl/core/fwl_formimp.cpp",
186 "xfa/fwl/core/fwl_formimp.h", 185 "xfa/fwl/core/fwl_formimp.h",
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "sources": [], 766 "sources": [],
768 }], 767 }],
769 ["OS == 'mac'", { 768 ["OS == 'mac'", {
770 "configurations": {}, 769 "configurations": {},
771 "sources": [], 770 "sources": [],
772 }], 771 }],
773 ] 772 ]
774 } 773 }
775 ] 774 ]
776 } 775 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_barcodeimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698