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

Side by Side Diff: xfa.gyp

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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 | « fpdfsdk/include/fpdfxfa/fpdfxfa_util.h ('k') | xfa/fde/css/#fde_cssstyleselector.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 17 matching lines...) Expand all
28 # This is implicit in GN. 28 # This is implicit in GN.
29 '<(DEPTH)', 29 '<(DEPTH)',
30 '.', 30 '.',
31 'third_party/freetype/include', 31 'third_party/freetype/include',
32 'third_party/freetype/include/freetype', 32 'third_party/freetype/include/freetype',
33 ], 33 ],
34 'defines' : [ 34 'defines' : [
35 'FT2_BUILD_LIBRARY', 35 'FT2_BUILD_LIBRARY',
36 ], 36 ],
37 "sources":[ 37 "sources":[
38 "xfa/include/fwl/adapter/fwl_adapternative.h",
39 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
40 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
41 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
42 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
43 "xfa/include/fwl/basewidget/fwl_barcode.h",
44 "xfa/include/fwl/basewidget/fwl_caret.h",
45 "xfa/include/fwl/basewidget/fwl_checkbox.h",
46 "xfa/include/fwl/basewidget/fwl_combobox.h",
47 "xfa/include/fwl/basewidget/fwl_datetimepicker.h",
48 "xfa/include/fwl/basewidget/fwl_edit.h",
49 "xfa/include/fwl/basewidget/fwl_listbox.h",
50 "xfa/include/fwl/basewidget/fwl_menu.h",
51 "xfa/include/fwl/basewidget/fwl_monthcalendar.h",
52 "xfa/include/fwl/basewidget/fwl_picturebox.h",
53 "xfa/include/fwl/basewidget/fwl_pushbutton.h",
54 "xfa/include/fwl/basewidget/fwl_scrollbar.h",
55 "xfa/include/fwl/basewidget/fwl_spinbutton.h",
56 "xfa/include/fwl/basewidget/fwl_tooltipctrl.h",
57 "xfa/include/fwl/basewidget/fxmath_barcode.h",
58 "xfa/include/fwl/core/fwl_app.h",
59 "xfa/include/fwl/core/fwl_content.h",
60 "xfa/include/fwl/core/fwl_error.h",
61 "xfa/include/fwl/core/fwl_form.h",
62 "xfa/include/fwl/core/fwl_grid.h",
63 "xfa/include/fwl/core/fwl_note.h",
64 "xfa/include/fwl/core/fwl_panel.h",
65 "xfa/include/fwl/core/fwl_target.h",
66 "xfa/include/fwl/core/fwl_theme.h",
67 "xfa/include/fwl/core/fwl_thread.h",
68 "xfa/include/fwl/core/fwl_timer.h",
69 "xfa/include/fwl/core/fwl_widget.h",
70 "xfa/include/fwl/core/fwl_widgetdef.h",
71 "xfa/include/fwl/core/fwl_widgetmgr.h",
72 "xfa/include/fwl/lightwidget/app.h", 38 "xfa/include/fwl/lightwidget/app.h",
73 "xfa/include/fwl/lightwidget/barcode.h", 39 "xfa/include/fwl/lightwidget/barcode.h",
74 "xfa/include/fwl/lightwidget/caret.h", 40 "xfa/include/fwl/lightwidget/caret.h",
75 "xfa/include/fwl/lightwidget/checkbox.h", 41 "xfa/include/fwl/lightwidget/checkbox.h",
76 "xfa/include/fwl/lightwidget/combobox.h", 42 "xfa/include/fwl/lightwidget/combobox.h",
77 "xfa/include/fwl/lightwidget/datetimepicker.h", 43 "xfa/include/fwl/lightwidget/datetimepicker.h",
78 "xfa/include/fwl/lightwidget/edit.h", 44 "xfa/include/fwl/lightwidget/edit.h",
79 "xfa/include/fwl/lightwidget/listbox.h", 45 "xfa/include/fwl/lightwidget/listbox.h",
80 "xfa/include/fwl/lightwidget/picturebox.h", 46 "xfa/include/fwl/lightwidget/picturebox.h",
81 "xfa/include/fwl/lightwidget/pushbutton.h", 47 "xfa/include/fwl/lightwidget/pushbutton.h",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", 179 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
214 "xfa/fwl/basewidget/fwl_pushbuttonimp.h", 180 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
215 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", 181 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
216 "xfa/fwl/basewidget/fwl_scrollbarimp.h", 182 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
217 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", 183 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
218 "xfa/fwl/basewidget/fwl_spinbuttonimp.h", 184 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
219 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", 185 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
220 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", 186 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
221 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", 187 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp",
222 "xfa/fwl/basewidget/fxmath_barcodeimp.h", 188 "xfa/fwl/basewidget/fxmath_barcodeimp.h",
189 "xfa/fwl/basewidget/ifwl_barcode.h",
190 "xfa/fwl/basewidget/ifwl_caret.h",
191 "xfa/fwl/basewidget/ifwl_checkbox.h",
192 "xfa/fwl/basewidget/ifwl_combobox.h",
193 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
194 "xfa/fwl/basewidget/ifwl_edit.h",
195 "xfa/fwl/basewidget/ifwl_listbox.h",
196 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
197 "xfa/fwl/basewidget/ifwl_picturebox.h",
198 "xfa/fwl/basewidget/ifwl_pushbutton.h",
199 "xfa/fwl/basewidget/ifwl_scrollbar.h",
200 "xfa/fwl/basewidget/ifwl_spinbutton.h",
201 "xfa/fwl/basewidget/ifwl_tooltip.h",
202 "xfa/fwl/basewidget/ifx_barcode.h",
203 "xfa/fwl/core/cfwl_event.h",
204 "xfa/fwl/core/cfwl_note.h",
205 "xfa/fwl/core/cfwl_message.h",
206 "xfa/fwl/core/cfwl_themebackground.h",
207 "xfa/fwl/core/cfwl_themepart.h",
208 "xfa/fwl/core/cfwl_themetext.h",
209 "xfa/fwl/core/cfwl_widgetimpproperties.h",
223 "xfa/fwl/core/fwl_appimp.cpp", 210 "xfa/fwl/core/fwl_appimp.cpp",
224 "xfa/fwl/core/fwl_appimp.h", 211 "xfa/fwl/core/fwl_appimp.h",
225 "xfa/fwl/core/fwl_contentimp.cpp", 212 "xfa/fwl/core/fwl_contentimp.cpp",
226 "xfa/fwl/core/fwl_contentimp.h", 213 "xfa/fwl/core/fwl_contentimp.h",
214 "xfa/fwl/core/fwl_error.h",
227 "xfa/fwl/core/fwl_formimp.cpp", 215 "xfa/fwl/core/fwl_formimp.cpp",
228 "xfa/fwl/core/fwl_formimp.h", 216 "xfa/fwl/core/fwl_formimp.h",
229 "xfa/fwl/core/fwl_gridimp.cpp", 217 "xfa/fwl/core/fwl_gridimp.cpp",
230 "xfa/fwl/core/fwl_gridimp.h", 218 "xfa/fwl/core/fwl_gridimp.h",
231 "xfa/fwl/core/fwl_noteimp.cpp", 219 "xfa/fwl/core/fwl_noteimp.cpp",
232 "xfa/fwl/core/fwl_noteimp.h", 220 "xfa/fwl/core/fwl_noteimp.h",
233 "xfa/fwl/core/fwl_panelimp.cpp", 221 "xfa/fwl/core/fwl_panelimp.cpp",
234 "xfa/fwl/core/fwl_panelimp.h", 222 "xfa/fwl/core/fwl_panelimp.h",
235 "xfa/fwl/core/fwl_sdadapterimp.cpp", 223 "xfa/fwl/core/fwl_sdadapterimp.cpp",
224 "xfa/fwl/core/fwl_sdadapterimp.h",
236 "xfa/fwl/core/fwl_targetimp.cpp", 225 "xfa/fwl/core/fwl_targetimp.cpp",
237 "xfa/fwl/core/fwl_targetimp.h", 226 "xfa/fwl/core/fwl_targetimp.h",
238 "xfa/fwl/core/fwl_threadimp.cpp", 227 "xfa/fwl/core/fwl_threadimp.cpp",
239 "xfa/fwl/core/fwl_threadimp.h", 228 "xfa/fwl/core/fwl_threadimp.h",
240 "xfa/fwl/core/fwl_timerimp.cpp", 229 "xfa/fwl/core/fwl_timerimp.cpp",
230 "xfa/fwl/core/fwl_widgetdef.h",
241 "xfa/fwl/core/fwl_widgetimp.cpp", 231 "xfa/fwl/core/fwl_widgetimp.cpp",
242 "xfa/fwl/core/fwl_widgetimp.h", 232 "xfa/fwl/core/fwl_widgetimp.h",
243 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 233 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
244 "xfa/fwl/core/fwl_widgetmgrimp.h", 234 "xfa/fwl/core/fwl_widgetmgrimp.h",
235 "xfa/fwl/core/ifwl_adapternative.h",
236 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
237 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
238 "xfa/fwl/core/ifwl_app.h",
239 "xfa/fwl/core/ifwl_content.h",
240 "xfa/fwl/core/ifwl_custom.h",
241 "xfa/fwl/core/ifwl_custompanel.h",
242 "xfa/fwl/core/ifwl_dataprovider.h",
243 "xfa/fwl/core/ifwl_form.h",
244 "xfa/fwl/core/ifwl_grid.h",
245 "xfa/fwl/core/ifwl_notedriver.h",
246 "xfa/fwl/core/ifwl_noteloop.h",
247 "xfa/fwl/core/ifwl_notethread.h",
248 "xfa/fwl/core/ifwl_panel.h",
249 "xfa/fwl/core/ifwl_proxy.h",
250 "xfa/fwl/core/ifwl_target.h",
251 "xfa/fwl/core/ifwl_themeprovider.h",
252 "xfa/fwl/core/ifwl_thread.h",
253 "xfa/fwl/core/ifwl_timer.h",
254 "xfa/fwl/core/ifwl_tooltiptarget.h",
255 "xfa/fwl/core/ifwl_widget.h",
256 "xfa/fwl/core/ifwl_widgetdelegate.h",
257 "xfa/fwl/core/ifwl_widgetmgr.h",
258 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
259 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
245 "xfa/fwl/lightwidget/app.cpp", 260 "xfa/fwl/lightwidget/app.cpp",
246 "xfa/fwl/lightwidget/barcode.cpp", 261 "xfa/fwl/lightwidget/barcode.cpp",
247 "xfa/fwl/lightwidget/caret.cpp", 262 "xfa/fwl/lightwidget/caret.cpp",
248 "xfa/fwl/lightwidget/checkbox.cpp", 263 "xfa/fwl/lightwidget/checkbox.cpp",
249 "xfa/fwl/lightwidget/combobox.cpp", 264 "xfa/fwl/lightwidget/combobox.cpp",
250 "xfa/fwl/lightwidget/datetimepicker.cpp", 265 "xfa/fwl/lightwidget/datetimepicker.cpp",
251 "xfa/fwl/lightwidget/edit.cpp", 266 "xfa/fwl/lightwidget/edit.cpp",
252 "xfa/fwl/lightwidget/listbox.cpp", 267 "xfa/fwl/lightwidget/listbox.cpp",
253 "xfa/fwl/lightwidget/picturebox.cpp", 268 "xfa/fwl/lightwidget/picturebox.cpp",
254 "xfa/fwl/lightwidget/pushbutton.cpp", 269 "xfa/fwl/lightwidget/pushbutton.cpp",
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "sources": [], 739 "sources": [],
725 }], 740 }],
726 ["OS == 'mac'", { 741 ["OS == 'mac'", {
727 "configurations": {}, 742 "configurations": {},
728 "sources": [], 743 "sources": [],
729 }], 744 }],
730 ] 745 ]
731 } 746 }
732 ] 747 ]
733 } 748 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fpdfxfa/fpdfxfa_util.h ('k') | xfa/fde/css/#fde_cssstyleselector.h# » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698