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

Side by Side Diff: xfa.gyp

Issue 1735353002: Remove fde.h and IWYU. (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 | « BUILD.gn ('k') | xfa/src/fdp/include/fde.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "xfa/include/fwl/theme/scrollbartp.h", 85 "xfa/include/fwl/theme/scrollbartp.h",
86 "xfa/include/fwl/theme/utils.h", 86 "xfa/include/fwl/theme/utils.h",
87 "xfa/include/fwl/theme/widgettp.h", 87 "xfa/include/fwl/theme/widgettp.h",
88 "xfa/include/fxbarcode/BC_BarCode.h", 88 "xfa/include/fxbarcode/BC_BarCode.h",
89 "xfa/include/fxfa/fxfa.h", 89 "xfa/include/fxfa/fxfa.h",
90 "xfa/include/fxfa/fxfa_basic.h", 90 "xfa/include/fxfa/fxfa_basic.h",
91 "xfa/include/fxfa/fxfa_objectacc.h", 91 "xfa/include/fxfa/fxfa_objectacc.h",
92 "xfa/include/fxfa/fxfa_widget.h", 92 "xfa/include/fxfa/fxfa_widget.h",
93 "xfa/include/fxgraphics/fx_graphics.h", 93 "xfa/include/fxgraphics/fx_graphics.h",
94 "xfa/include/fxjse/fxjse.h", 94 "xfa/include/fxjse/fxjse.h",
95 "xfa/src/fdp/include/fde.h",
96 "xfa/src/fdp/include/fde_brs.h", 95 "xfa/src/fdp/include/fde_brs.h",
97 "xfa/src/fdp/include/fde_css.h", 96 "xfa/src/fdp/include/fde_css.h",
98 "xfa/src/fdp/include/fde_img.h", 97 "xfa/src/fdp/include/fde_img.h",
99 "xfa/src/fdp/include/fde_mem.h", 98 "xfa/src/fdp/include/fde_mem.h",
100 "xfa/src/fdp/include/fde_pen.h", 99 "xfa/src/fdp/include/fde_pen.h",
101 "xfa/src/fdp/include/fde_psr.h", 100 "xfa/src/fdp/include/fde_psr.h",
102 "xfa/src/fdp/include/fde_pth.h", 101 "xfa/src/fdp/include/fde_pth.h",
103 "xfa/src/fdp/include/fde_rdr.h", 102 "xfa/src/fdp/include/fde_rdr.h",
104 "xfa/src/fdp/include/fde_rdv.h", 103 "xfa/src/fdp/include/fde_rdv.h",
105 "xfa/src/fdp/include/fde_tto.h", 104 "xfa/src/fdp/include/fde_tto.h",
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "sources": [], 695 "sources": [],
697 }], 696 }],
698 ["OS == 'mac'", { 697 ["OS == 'mac'", {
699 "configurations": {}, 698 "configurations": {},
700 "sources": [], 699 "sources": [],
701 }], 700 }],
702 ] 701 ]
703 } 702 }
704 ] 703 ]
705 } 704 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/src/fdp/include/fde.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698