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

Side by Side Diff: xfa.gyp

Issue 1749703002: Remove fgas_base.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 | « core/include/fxcrt/fx_ucd.h ('k') | xfa/src/fgas/include/fx_rbk.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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "xfa/src/fgas/src/crt/fx_algorithm.cpp", 163 "xfa/src/fgas/src/crt/fx_algorithm.cpp",
164 "xfa/src/fgas/src/crt/fx_codepage.cpp", 164 "xfa/src/fgas/src/crt/fx_codepage.cpp",
165 "xfa/src/fgas/src/crt/fx_encode.cpp", 165 "xfa/src/fgas/src/crt/fx_encode.cpp",
166 "xfa/src/fgas/src/crt/fx_memory.cpp", 166 "xfa/src/fgas/src/crt/fx_memory.cpp",
167 "xfa/src/fgas/src/crt/fx_memory.h", 167 "xfa/src/fgas/src/crt/fx_memory.h",
168 "xfa/src/fgas/src/crt/fx_stream.cpp", 168 "xfa/src/fgas/src/crt/fx_stream.cpp",
169 "xfa/src/fgas/src/crt/fx_stream.h", 169 "xfa/src/fgas/src/crt/fx_stream.h",
170 "xfa/src/fgas/src/crt/fx_system.cpp", 170 "xfa/src/fgas/src/crt/fx_system.cpp",
171 "xfa/src/fgas/src/crt/fx_utils.cpp", 171 "xfa/src/fgas/src/crt/fx_utils.cpp",
172 "xfa/src/fgas/src/crt/fx_utils.h", 172 "xfa/src/fgas/src/crt/fx_utils.h",
173 "xfa/src/fgas/src/fgas_base.h",
174 "xfa/src/fgas/src/font/fx_fontutils.cpp", 173 "xfa/src/fgas/src/font/fx_fontutils.cpp",
175 "xfa/src/fgas/src/font/fx_fontutils.h", 174 "xfa/src/fgas/src/font/fx_fontutils.h",
176 "xfa/src/fgas/src/font/fx_gefont.cpp", 175 "xfa/src/fgas/src/font/fx_gefont.cpp",
177 "xfa/src/fgas/src/font/fx_gefont.h", 176 "xfa/src/fgas/src/font/fx_gefont.h",
178 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp", 177 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp",
179 "xfa/src/fgas/src/font/fx_stdfontmgr.h", 178 "xfa/src/fgas/src/font/fx_stdfontmgr.h",
180 "xfa/src/fgas/src/layout/fx_linebreak.cpp", 179 "xfa/src/fgas/src/layout/fx_linebreak.cpp",
181 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp", 180 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp",
182 "xfa/src/fgas/src/layout/fx_rtfbreak.h", 181 "xfa/src/fgas/src/layout/fx_rtfbreak.h",
183 "xfa/src/fgas/src/layout/fx_textbreak.cpp", 182 "xfa/src/fgas/src/layout/fx_textbreak.cpp",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "sources": [], 690 "sources": [],
692 }], 691 }],
693 ["OS == 'mac'", { 692 ["OS == 'mac'", {
694 "configurations": {}, 693 "configurations": {},
695 "sources": [], 694 "sources": [],
696 }], 695 }],
697 ] 696 ]
698 } 697 }
699 ] 698 ]
700 } 699 }
OLDNEW
« no previous file with comments | « core/include/fxcrt/fx_ucd.h ('k') | xfa/src/fgas/include/fx_rbk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698