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

Side by Side Diff: xfa.gyp

Issue 1735833003: Remove include only fwl.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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 | « BUILD.gn ('k') | xfa/include/foxitxfa.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 }, 9 },
10 "targets":[ 10 "targets":[
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "xfa/include/fwl/core/fwl_grid.h", 50 "xfa/include/fwl/core/fwl_grid.h",
51 "xfa/include/fwl/core/fwl_note.h", 51 "xfa/include/fwl/core/fwl_note.h",
52 "xfa/include/fwl/core/fwl_panel.h", 52 "xfa/include/fwl/core/fwl_panel.h",
53 "xfa/include/fwl/core/fwl_target.h", 53 "xfa/include/fwl/core/fwl_target.h",
54 "xfa/include/fwl/core/fwl_theme.h", 54 "xfa/include/fwl/core/fwl_theme.h",
55 "xfa/include/fwl/core/fwl_thread.h", 55 "xfa/include/fwl/core/fwl_thread.h",
56 "xfa/include/fwl/core/fwl_timer.h", 56 "xfa/include/fwl/core/fwl_timer.h",
57 "xfa/include/fwl/core/fwl_widget.h", 57 "xfa/include/fwl/core/fwl_widget.h",
58 "xfa/include/fwl/core/fwl_widgetdef.h", 58 "xfa/include/fwl/core/fwl_widgetdef.h",
59 "xfa/include/fwl/core/fwl_widgetmgr.h", 59 "xfa/include/fwl/core/fwl_widgetmgr.h",
60 "xfa/include/fwl/fwl.h",
61 "xfa/include/fwl/lightwidget/app.h", 60 "xfa/include/fwl/lightwidget/app.h",
62 "xfa/include/fwl/lightwidget/barcode.h", 61 "xfa/include/fwl/lightwidget/barcode.h",
63 "xfa/include/fwl/lightwidget/caret.h", 62 "xfa/include/fwl/lightwidget/caret.h",
64 "xfa/include/fwl/lightwidget/checkbox.h", 63 "xfa/include/fwl/lightwidget/checkbox.h",
65 "xfa/include/fwl/lightwidget/combobox.h", 64 "xfa/include/fwl/lightwidget/combobox.h",
66 "xfa/include/fwl/lightwidget/datetimepicker.h", 65 "xfa/include/fwl/lightwidget/datetimepicker.h",
67 "xfa/include/fwl/lightwidget/edit.h", 66 "xfa/include/fwl/lightwidget/edit.h",
68 "xfa/include/fwl/lightwidget/listbox.h", 67 "xfa/include/fwl/lightwidget/listbox.h",
69 "xfa/include/fwl/lightwidget/picturebox.h", 68 "xfa/include/fwl/lightwidget/picturebox.h",
70 "xfa/include/fwl/lightwidget/pushbutton.h", 69 "xfa/include/fwl/lightwidget/pushbutton.h",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 "sources": [], 698 "sources": [],
700 }], 699 }],
701 ["OS == 'mac'", { 700 ["OS == 'mac'", {
702 "configurations": {}, 701 "configurations": {},
703 "sources": [], 702 "sources": [],
704 }], 703 }],
705 ] 704 ]
706 } 705 }
707 ] 706 ]
708 } 707 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/include/foxitxfa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698