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

Side by Side Diff: xfa.gyp

Issue 1570743002: XFA: Remove many relative includes in xfa/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: address some comments Created 4 years, 11 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "xfa/src/fee/include/fx_wordbreak.h", 139 "xfa/src/fee/include/fx_wordbreak.h",
140 "xfa/src/fee/include/ifde_txtedtbuf.h", 140 "xfa/src/fee/include/ifde_txtedtbuf.h",
141 "xfa/src/fee/include/ifde_txtedtengine.h", 141 "xfa/src/fee/include/ifde_txtedtengine.h",
142 "xfa/src/fee/include/ifde_txtedtpage.h", 142 "xfa/src/fee/include/ifde_txtedtpage.h",
143 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", 143 "xfa/src/fee/src/fee/fde_txtedtblock.cpp",
144 "xfa/src/fee/src/fee/fde_txtedtblock.h", 144 "xfa/src/fee/src/fee/fde_txtedtblock.h",
145 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", 145 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp",
146 "xfa/src/fee/src/fee/fde_txtedtbuf.h", 146 "xfa/src/fee/src/fee/fde_txtedtbuf.h",
147 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", 147 "xfa/src/fee/src/fee/fde_txtedtengine.cpp",
148 "xfa/src/fee/src/fee/fde_txtedtengine.h", 148 "xfa/src/fee/src/fee/fde_txtedtengine.h",
149 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.cpp",
150 "xfa/src/fee/src/fee/fde_txtedtkmpmatch.h",
151 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", 149 "xfa/src/fee/src/fee/fde_txtedtpage.cpp",
152 "xfa/src/fee/src/fee/fde_txtedtpage.h", 150 "xfa/src/fee/src/fee/fde_txtedtpage.h",
153 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", 151 "xfa/src/fee/src/fee/fde_txtedtparag.cpp",
154 "xfa/src/fee/src/fee/fde_txtedtparag.h", 152 "xfa/src/fee/src/fee/fde_txtedtparag.h",
155 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", 153 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp",
156 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", 154 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp",
157 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", 155 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h",
158 "xfa/src/fgas/include/fgas.h", 156 "xfa/src/fgas/include/fgas.h",
159 "xfa/src/fgas/include/fx_alg.h", 157 "xfa/src/fgas/include/fx_alg.h",
160 "xfa/src/fgas/include/fx_cpg.h", 158 "xfa/src/fgas/include/fx_cpg.h",
161 "xfa/src/fgas/include/fx_datetime.h", 159 "xfa/src/fgas/include/fx_datetime.h",
162 "xfa/src/fgas/include/fx_fnt.h", 160 "xfa/src/fgas/include/fx_fnt.h",
163 "xfa/src/fgas/include/fx_lbk.h", 161 "xfa/src/fgas/include/fx_lbk.h",
164 "xfa/src/fgas/include/fx_lgg.h", 162 "xfa/src/fgas/include/fx_lgg.h",
165 "xfa/src/fgas/include/fx_locale.h", 163 "xfa/src/fgas/include/fx_locale.h",
166 "xfa/src/fgas/include/fx_mem.h", 164 "xfa/src/fgas/include/fx_mem.h",
167 "xfa/src/fgas/include/fx_rbk.h", 165 "xfa/src/fgas/include/fx_rbk.h",
168 "xfa/src/fgas/include/fx_sax.h", 166 "xfa/src/fgas/include/fx_sax.h",
169 "xfa/src/fgas/include/fx_stm.h", 167 "xfa/src/fgas/include/fx_stm.h",
170 "xfa/src/fgas/include/fx_sys.h", 168 "xfa/src/fgas/include/fx_sys.h",
171 "xfa/src/fgas/include/fx_tbk.h", 169 "xfa/src/fgas/include/fx_tbk.h",
172 "xfa/src/fgas/include/fx_ucd.h", 170 "xfa/src/fgas/include/fx_ucd.h",
173 "xfa/src/fgas/include/fx_utl.h", 171 "xfa/src/fgas/include/fx_utl.h",
174 "xfa/src/fgas/src/crt/fx_algorithm.cpp", 172 "xfa/src/fgas/src/crt/fx_algorithm.cpp",
175 "xfa/src/fgas/src/crt/fx_codepage.cpp", 173 "xfa/src/fgas/src/crt/fx_codepage.cpp",
176 "xfa/src/fgas/src/crt/fx_codepage.h",
177 "xfa/src/fgas/src/crt/fx_encode.cpp", 174 "xfa/src/fgas/src/crt/fx_encode.cpp",
178 "xfa/src/fgas/src/crt/fx_memory.cpp", 175 "xfa/src/fgas/src/crt/fx_memory.cpp",
179 "xfa/src/fgas/src/crt/fx_memory.h", 176 "xfa/src/fgas/src/crt/fx_memory.h",
180 "xfa/src/fgas/src/crt/fx_stream.cpp", 177 "xfa/src/fgas/src/crt/fx_stream.cpp",
181 "xfa/src/fgas/src/crt/fx_stream.h", 178 "xfa/src/fgas/src/crt/fx_stream.h",
182 "xfa/src/fgas/src/crt/fx_system.cpp", 179 "xfa/src/fgas/src/crt/fx_system.cpp",
183 "xfa/src/fgas/src/crt/fx_utils.cpp", 180 "xfa/src/fgas/src/crt/fx_utils.cpp",
184 "xfa/src/fgas/src/crt/fx_utils.h", 181 "xfa/src/fgas/src/crt/fx_utils.h",
185 "xfa/src/fgas/src/fgas_base.h", 182 "xfa/src/fgas/src/fgas_base.h",
186 "xfa/src/fgas/src/font/fx_fontutils.cpp", 183 "xfa/src/fgas/src/font/fx_fontutils.cpp",
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", 573 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp",
577 "xfa/src/fxfa/src/app/xfa_fwladapter.h", 574 "xfa/src/fxfa/src/app/xfa_fwladapter.h",
578 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", 575 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp",
579 "xfa/src/fxfa/src/app/xfa_fwltheme.h", 576 "xfa/src/fxfa/src/app/xfa_fwltheme.h",
580 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", 577 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp",
581 "xfa/src/fxfa/src/app/xfa_rendercontext.h", 578 "xfa/src/fxfa/src/app/xfa_rendercontext.h",
582 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", 579 "xfa/src/fxfa/src/app/xfa_textlayout.cpp",
583 "xfa/src/fxfa/src/app/xfa_textlayout.h", 580 "xfa/src/fxfa/src/app/xfa_textlayout.h",
584 "xfa/src/fxfa/src/common/fxfa_localevalue.h", 581 "xfa/src/fxfa/src/common/fxfa_localevalue.h",
585 "xfa/src/fxfa/src/common/xfa_common.h", 582 "xfa/src/fxfa/src/common/xfa_common.h",
586 "xfa/src/fxfa/src/common/xfa_debug.h",
587 "xfa/src/fxfa/src/common/xfa_docdata.h", 583 "xfa/src/fxfa/src/common/xfa_docdata.h",
588 "xfa/src/fxfa/src/common/xfa_doclayout.h", 584 "xfa/src/fxfa/src/common/xfa_doclayout.h",
589 "xfa/src/fxfa/src/common/xfa_document.h", 585 "xfa/src/fxfa/src/common/xfa_document.h",
590 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", 586 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h",
591 "xfa/src/fxfa/src/common/xfa_localemgr.h", 587 "xfa/src/fxfa/src/common/xfa_localemgr.h",
592 "xfa/src/fxfa/src/common/xfa_object.h", 588 "xfa/src/fxfa/src/common/xfa_object.h",
593 "xfa/src/fxfa/src/common/xfa_parser.h", 589 "xfa/src/fxfa/src/common/xfa_parser.h",
594 "xfa/src/fxfa/src/common/xfa_script.h", 590 "xfa/src/fxfa/src/common/xfa_script.h",
595 "xfa/src/fxfa/src/common/xfa_utils.h", 591 "xfa/src/fxfa/src/common/xfa_utils.h",
596 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", 592 "xfa/src/fxfa/src/fm2js/xfa_error.cpp",
597 "xfa/src/fxfa/src/fm2js/xfa_error.h", 593 "xfa/src/fxfa/src/fm2js/xfa_error.h",
598 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", 594 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp",
599 "xfa/src/fxfa/src/fm2js/xfa_expression.h", 595 "xfa/src/fxfa/src/fm2js/xfa_expression.h",
600 "xfa/src/fxfa/src/fm2js/xfa_fm2js.cpp",
601 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h", 596 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h",
602 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", 597 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp",
603 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", 598 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp",
604 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", 599 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h",
605 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", 600 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp",
606 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", 601 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h",
607 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", 602 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp",
608 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", 603 "xfa/src/fxfa/src/fm2js/xfa_lexer.h",
609 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", 604 "xfa/src/fxfa/src/fm2js/xfa_program.cpp",
610 "xfa/src/fxfa/src/fm2js/xfa_program.h", 605 "xfa/src/fxfa/src/fm2js/xfa_program.h",
611 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", 606 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp",
612 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h", 607 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h",
613 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp", 608 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp",
614 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp", 609 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp",
615 "xfa/src/fxfa/src/parser/xfa_basic_imp.h", 610 "xfa/src/fxfa/src/parser/xfa_basic_imp.h",
616 "xfa/src/fxfa/src/parser/xfa_debug_parser.cpp",
617 "xfa/src/fxfa/src/parser/xfa_debug_parser.h",
618 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp", 611 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp",
619 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h", 612 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h",
620 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp", 613 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp",
621 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h", 614 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h",
622 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp", 615 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp",
623 "xfa/src/fxfa/src/parser/xfa_document_imp.h",
624 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp", 616 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp",
625 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h", 617 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h",
626 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp", 618 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp",
627 "xfa/src/fxfa/src/parser/xfa_document_serialize.h", 619 "xfa/src/fxfa/src/parser/xfa_document_serialize.h",
628 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.cpp", 620 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.cpp",
629 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h", 621 "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h",
630 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp", 622 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp",
631 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h", 623 "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h",
632 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp", 624 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp",
633 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h", 625 "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "sources": [], 703 "sources": [],
712 }], 704 }],
713 ["OS == 'mac'", { 705 ["OS == 'mac'", {
714 "configurations": {}, 706 "configurations": {},
715 "sources": [], 707 "sources": [],
716 }], 708 }],
717 ] 709 ]
718 } 710 }
719 ] 711 ]
720 } 712 }
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