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

Side by Side Diff: xfa.gyp

Issue 1745023003: Remove xfa_fm2js.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 | « testing/libfuzzer/pdf_fm2js_fuzzer.cc ('k') | xfa/src/fxfa/src/common/xfa_fm2jsapi.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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", 570 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h",
571 "xfa/src/fxfa/src/common/xfa_localemgr.h", 571 "xfa/src/fxfa/src/common/xfa_localemgr.h",
572 "xfa/src/fxfa/src/common/xfa_object.h", 572 "xfa/src/fxfa/src/common/xfa_object.h",
573 "xfa/src/fxfa/src/common/xfa_parser.h", 573 "xfa/src/fxfa/src/common/xfa_parser.h",
574 "xfa/src/fxfa/src/common/xfa_script.h", 574 "xfa/src/fxfa/src/common/xfa_script.h",
575 "xfa/src/fxfa/src/common/xfa_utils.h", 575 "xfa/src/fxfa/src/common/xfa_utils.h",
576 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", 576 "xfa/src/fxfa/src/fm2js/xfa_error.cpp",
577 "xfa/src/fxfa/src/fm2js/xfa_error.h", 577 "xfa/src/fxfa/src/fm2js/xfa_error.h",
578 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", 578 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp",
579 "xfa/src/fxfa/src/fm2js/xfa_expression.h", 579 "xfa/src/fxfa/src/fm2js/xfa_expression.h",
580 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h",
581 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", 580 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp",
582 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", 581 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp",
583 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", 582 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h",
584 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", 583 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp",
585 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", 584 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h",
586 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", 585 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp",
587 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", 586 "xfa/src/fxfa/src/fm2js/xfa_lexer.h",
588 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", 587 "xfa/src/fxfa/src/fm2js/xfa_program.cpp",
589 "xfa/src/fxfa/src/fm2js/xfa_program.h", 588 "xfa/src/fxfa/src/fm2js/xfa_program.h",
590 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", 589 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "sources": [], 687 "sources": [],
689 }], 688 }],
690 ["OS == 'mac'", { 689 ["OS == 'mac'", {
691 "configurations": {}, 690 "configurations": {},
692 "sources": [], 691 "sources": [],
693 }], 692 }],
694 ] 693 ]
695 } 694 }
696 ] 695 ]
697 } 696 }
OLDNEW
« no previous file with comments | « testing/libfuzzer/pdf_fm2js_fuzzer.cc ('k') | xfa/src/fxfa/src/common/xfa_fm2jsapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698