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

Side by Side Diff: xfa.gyp

Issue 1733693002: Remove xfa_common.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 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 | « testing/libfuzzer/pdf_xml_fuzzer.cc ('k') | xfa/src/fxfa/src/app/xfa_checksum.cpp » ('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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "xfa/src/fxfa/src/app/xfa_fontmgr.h", 569 "xfa/src/fxfa/src/app/xfa_fontmgr.h",
570 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", 570 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp",
571 "xfa/src/fxfa/src/app/xfa_fwladapter.h", 571 "xfa/src/fxfa/src/app/xfa_fwladapter.h",
572 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", 572 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp",
573 "xfa/src/fxfa/src/app/xfa_fwltheme.h", 573 "xfa/src/fxfa/src/app/xfa_fwltheme.h",
574 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", 574 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp",
575 "xfa/src/fxfa/src/app/xfa_rendercontext.h", 575 "xfa/src/fxfa/src/app/xfa_rendercontext.h",
576 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", 576 "xfa/src/fxfa/src/app/xfa_textlayout.cpp",
577 "xfa/src/fxfa/src/app/xfa_textlayout.h", 577 "xfa/src/fxfa/src/app/xfa_textlayout.h",
578 "xfa/src/fxfa/src/common/fxfa_localevalue.h", 578 "xfa/src/fxfa/src/common/fxfa_localevalue.h",
579 "xfa/src/fxfa/src/common/xfa_common.h",
580 "xfa/src/fxfa/src/common/xfa_docdata.h", 579 "xfa/src/fxfa/src/common/xfa_docdata.h",
581 "xfa/src/fxfa/src/common/xfa_doclayout.h", 580 "xfa/src/fxfa/src/common/xfa_doclayout.h",
582 "xfa/src/fxfa/src/common/xfa_document.h", 581 "xfa/src/fxfa/src/common/xfa_document.h",
583 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", 582 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h",
584 "xfa/src/fxfa/src/common/xfa_localemgr.h", 583 "xfa/src/fxfa/src/common/xfa_localemgr.h",
585 "xfa/src/fxfa/src/common/xfa_object.h", 584 "xfa/src/fxfa/src/common/xfa_object.h",
586 "xfa/src/fxfa/src/common/xfa_parser.h", 585 "xfa/src/fxfa/src/common/xfa_parser.h",
587 "xfa/src/fxfa/src/common/xfa_script.h", 586 "xfa/src/fxfa/src/common/xfa_script.h",
588 "xfa/src/fxfa/src/common/xfa_utils.h", 587 "xfa/src/fxfa/src/common/xfa_utils.h",
589 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", 588 "xfa/src/fxfa/src/fm2js/xfa_error.cpp",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "sources": [], 700 "sources": [],
702 }], 701 }],
703 ["OS == 'mac'", { 702 ["OS == 'mac'", {
704 "configurations": {}, 703 "configurations": {},
705 "sources": [], 704 "sources": [],
706 }], 705 }],
707 ] 706 ]
708 } 707 }
709 ] 708 ]
710 } 709 }
OLDNEW
« no previous file with comments | « testing/libfuzzer/pdf_xml_fuzzer.cc ('k') | xfa/src/fxfa/src/app/xfa_checksum.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698