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

Side by Side Diff: xfa.gyp

Issue 1890443002: Remove IFX_Barcode. (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.h » ('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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "xfa/fwl/basewidget/ifwl_combobox.h", 168 "xfa/fwl/basewidget/ifwl_combobox.h",
169 "xfa/fwl/basewidget/ifwl_datetimepicker.h", 169 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
170 "xfa/fwl/basewidget/ifwl_edit.h", 170 "xfa/fwl/basewidget/ifwl_edit.h",
171 "xfa/fwl/basewidget/ifwl_listbox.h", 171 "xfa/fwl/basewidget/ifwl_listbox.h",
172 "xfa/fwl/basewidget/ifwl_monthcalendar.h", 172 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
173 "xfa/fwl/basewidget/ifwl_picturebox.h", 173 "xfa/fwl/basewidget/ifwl_picturebox.h",
174 "xfa/fwl/basewidget/ifwl_pushbutton.h", 174 "xfa/fwl/basewidget/ifwl_pushbutton.h",
175 "xfa/fwl/basewidget/ifwl_scrollbar.h", 175 "xfa/fwl/basewidget/ifwl_scrollbar.h",
176 "xfa/fwl/basewidget/ifwl_spinbutton.h", 176 "xfa/fwl/basewidget/ifwl_spinbutton.h",
177 "xfa/fwl/basewidget/ifwl_tooltip.h", 177 "xfa/fwl/basewidget/ifwl_tooltip.h",
178 "xfa/fwl/basewidget/ifx_barcode.h",
179 "xfa/fwl/core/cfwl_event.h", 178 "xfa/fwl/core/cfwl_event.h",
180 "xfa/fwl/core/cfwl_note.h", 179 "xfa/fwl/core/cfwl_note.h",
181 "xfa/fwl/core/cfwl_message.h", 180 "xfa/fwl/core/cfwl_message.h",
182 "xfa/fwl/core/cfwl_themebackground.h", 181 "xfa/fwl/core/cfwl_themebackground.h",
183 "xfa/fwl/core/cfwl_themepart.h", 182 "xfa/fwl/core/cfwl_themepart.h",
184 "xfa/fwl/core/cfwl_themetext.h", 183 "xfa/fwl/core/cfwl_themetext.h",
185 "xfa/fwl/core/cfwl_widgetimpproperties.h", 184 "xfa/fwl/core/cfwl_widgetimpproperties.h",
186 "xfa/fwl/core/fwl_appimp.cpp", 185 "xfa/fwl/core/fwl_appimp.cpp",
187 "xfa/fwl/core/fwl_appimp.h", 186 "xfa/fwl/core/fwl_appimp.h",
188 "xfa/fwl/core/fwl_contentimp.cpp", 187 "xfa/fwl/core/fwl_contentimp.cpp",
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "sources": [], 785 "sources": [],
787 }], 786 }],
788 ["OS == 'mac'", { 787 ["OS == 'mac'", {
789 "configurations": {}, 788 "configurations": {},
790 "sources": [], 789 "sources": [],
791 }], 790 }],
792 ] 791 ]
793 } 792 }
794 ] 793 ]
795 } 794 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/basewidget/fwl_barcodeimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698