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

Side by Side Diff: xfa.gyp

Issue 1901183002: Remove CFWL_Note. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "xfa/fwl/basewidget/ifwl_datetimepicker.h", 168 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
169 "xfa/fwl/basewidget/ifwl_edit.h", 169 "xfa/fwl/basewidget/ifwl_edit.h",
170 "xfa/fwl/basewidget/ifwl_listbox.h", 170 "xfa/fwl/basewidget/ifwl_listbox.h",
171 "xfa/fwl/basewidget/ifwl_monthcalendar.h", 171 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
172 "xfa/fwl/basewidget/ifwl_picturebox.h", 172 "xfa/fwl/basewidget/ifwl_picturebox.h",
173 "xfa/fwl/basewidget/ifwl_pushbutton.h", 173 "xfa/fwl/basewidget/ifwl_pushbutton.h",
174 "xfa/fwl/basewidget/ifwl_scrollbar.h", 174 "xfa/fwl/basewidget/ifwl_scrollbar.h",
175 "xfa/fwl/basewidget/ifwl_spinbutton.h", 175 "xfa/fwl/basewidget/ifwl_spinbutton.h",
176 "xfa/fwl/basewidget/ifwl_tooltip.h", 176 "xfa/fwl/basewidget/ifwl_tooltip.h",
177 "xfa/fwl/core/cfwl_event.h", 177 "xfa/fwl/core/cfwl_event.h",
178 "xfa/fwl/core/cfwl_note.h",
179 "xfa/fwl/core/cfwl_message.h", 178 "xfa/fwl/core/cfwl_message.h",
180 "xfa/fwl/core/cfwl_themebackground.h", 179 "xfa/fwl/core/cfwl_themebackground.h",
181 "xfa/fwl/core/cfwl_themepart.h", 180 "xfa/fwl/core/cfwl_themepart.h",
182 "xfa/fwl/core/cfwl_themetext.h", 181 "xfa/fwl/core/cfwl_themetext.h",
183 "xfa/fwl/core/cfwl_widgetimpproperties.h", 182 "xfa/fwl/core/cfwl_widgetimpproperties.h",
184 "xfa/fwl/core/fwl_appimp.cpp", 183 "xfa/fwl/core/fwl_appimp.cpp",
185 "xfa/fwl/core/fwl_appimp.h", 184 "xfa/fwl/core/fwl_appimp.h",
186 "xfa/fwl/core/fwl_error.h", 185 "xfa/fwl/core/fwl_error.h",
187 "xfa/fwl/core/fwl_formimp.cpp", 186 "xfa/fwl/core/fwl_formimp.cpp",
188 "xfa/fwl/core/fwl_formimp.h", 187 "xfa/fwl/core/fwl_formimp.h",
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 "sources": [], 768 "sources": [],
770 }], 769 }],
771 ["OS == 'mac'", { 770 ["OS == 'mac'", {
772 "configurations": {}, 771 "configurations": {},
773 "sources": [], 772 "sources": [],
774 }], 773 }],
775 ] 774 ]
776 } 775 }
777 ] 776 ]
778 } 777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698