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

Side by Side Diff: xfa.gyp

Issue 1921323002: Fix Wvarargs warning in XFA error code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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
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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "xfa/fxfa/app/xfa_ffwidgetacc.h", 570 "xfa/fxfa/app/xfa_ffwidgetacc.h",
571 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 571 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
572 "xfa/fxfa/app/xfa_fontmgr.cpp", 572 "xfa/fxfa/app/xfa_fontmgr.cpp",
573 "xfa/fxfa/app/xfa_fwladapter.cpp", 573 "xfa/fxfa/app/xfa_fwladapter.cpp",
574 "xfa/fxfa/app/xfa_fwladapter.h", 574 "xfa/fxfa/app/xfa_fwladapter.h",
575 "xfa/fxfa/app/xfa_fwltheme.cpp", 575 "xfa/fxfa/app/xfa_fwltheme.cpp",
576 "xfa/fxfa/app/xfa_fwltheme.h", 576 "xfa/fxfa/app/xfa_fwltheme.h",
577 "xfa/fxfa/app/xfa_rendercontext.cpp", 577 "xfa/fxfa/app/xfa_rendercontext.cpp",
578 "xfa/fxfa/app/xfa_textlayout.cpp", 578 "xfa/fxfa/app/xfa_textlayout.cpp",
579 "xfa/fxfa/app/xfa_textlayout.h", 579 "xfa/fxfa/app/xfa_textlayout.h",
580 "xfa/fxfa/fm2js/xfa_error.cpp",
581 "xfa/fxfa/fm2js/xfa_error.h", 580 "xfa/fxfa/fm2js/xfa_error.h",
582 "xfa/fxfa/fm2js/xfa_expression.cpp", 581 "xfa/fxfa/fm2js/xfa_expression.cpp",
583 "xfa/fxfa/fm2js/xfa_expression.h", 582 "xfa/fxfa/fm2js/xfa_expression.h",
584 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", 583 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp",
585 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", 584 "xfa/fxfa/fm2js/xfa_fm2jsapi.h",
586 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 585 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
587 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 586 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
588 "xfa/fxfa/fm2js/xfa_fmparse.cpp", 587 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
589 "xfa/fxfa/fm2js/xfa_fmparse.h", 588 "xfa/fxfa/fm2js/xfa_fmparse.h",
590 "xfa/fxfa/fm2js/xfa_lexer.cpp", 589 "xfa/fxfa/fm2js/xfa_lexer.cpp",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "sources": [], 765 "sources": [],
767 }], 766 }],
768 ["OS == 'mac'", { 767 ["OS == 'mac'", {
769 "configurations": {}, 768 "configurations": {},
770 "sources": [], 769 "sources": [],
771 }], 770 }],
772 ] 771 ]
773 } 772 }
774 ] 773 ]
775 } 774 }
OLDNEW
« no previous file with comments | « build_overrides/v8.gni ('k') | xfa/fxfa/fm2js/xfa_error.h » ('j') | xfa/fxfa/fm2js/xfa_error.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698