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

Side by Side Diff: xfa.gyp

Issue 1857893002: Cleanup the FF Handler proxy methods. (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
« no previous file with comments | « fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h ('k') | xfa/fwl/basewidget/fwl_editimp.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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 27 matching lines...) Expand all
38 "xfa/include/fxfa/fxfa.h", 38 "xfa/include/fxfa/fxfa.h",
39 "xfa/include/fxfa/fxfa_basic.h", 39 "xfa/include/fxfa/fxfa_basic.h",
40 "xfa/include/fxfa/fxfa_objectacc.h", 40 "xfa/include/fxfa/fxfa_objectacc.h",
41 "xfa/include/fxfa/fxfa_widget.h", 41 "xfa/include/fxfa/fxfa_widget.h",
42 "xfa/include/fxfa/xfa_checksum.h", 42 "xfa/include/fxfa/xfa_checksum.h",
43 "xfa/include/fxfa/xfa_ffapp.h", 43 "xfa/include/fxfa/xfa_ffapp.h",
44 "xfa/include/fxfa/xfa_ffdoc.h", 44 "xfa/include/fxfa/xfa_ffdoc.h",
45 "xfa/include/fxfa/xfa_ffdochandler.h", 45 "xfa/include/fxfa/xfa_ffdochandler.h",
46 "xfa/include/fxfa/xfa_ffdocview.h", 46 "xfa/include/fxfa/xfa_ffdocview.h",
47 "xfa/include/fxfa/xfa_ffpageview.h", 47 "xfa/include/fxfa/xfa_ffpageview.h",
48 "xfa/include/fxfa/xfa_ffwidget.h",
48 "xfa/include/fxfa/xfa_ffwidgethandler.h", 49 "xfa/include/fxfa/xfa_ffwidgethandler.h",
49 "xfa/include/fxfa/xfa_fontmgr.h", 50 "xfa/include/fxfa/xfa_fontmgr.h",
50 "xfa/include/fxfa/xfa_rendercontext.h", 51 "xfa/include/fxfa/xfa_rendercontext.h",
51 "xfa/fde/css/fde_css.h", 52 "xfa/fde/css/fde_css.h",
52 "xfa/fde/css/fde_csscache.cpp", 53 "xfa/fde/css/fde_csscache.cpp",
53 "xfa/fde/css/fde_csscache.h", 54 "xfa/fde/css/fde_csscache.h",
54 "xfa/fde/css/fde_cssdatatable.cpp", 55 "xfa/fde/css/fde_cssdatatable.cpp",
55 "xfa/fde/css/fde_cssdatatable.h", 56 "xfa/fde/css/fde_cssdatatable.h",
56 "xfa/fde/css/fde_cssdeclaration.cpp", 57 "xfa/fde/css/fde_cssdeclaration.cpp",
57 "xfa/fde/css/fde_cssdeclaration.h", 58 "xfa/fde/css/fde_cssdeclaration.h",
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "xfa/fxfa/app/xfa_ffpushbutton.h", 587 "xfa/fxfa/app/xfa_ffpushbutton.h",
587 "xfa/fxfa/app/xfa_ffsignature.cpp", 588 "xfa/fxfa/app/xfa_ffsignature.cpp",
588 "xfa/fxfa/app/xfa_ffsignature.h", 589 "xfa/fxfa/app/xfa_ffsignature.h",
589 "xfa/fxfa/app/xfa_ffsubform.cpp", 590 "xfa/fxfa/app/xfa_ffsubform.cpp",
590 "xfa/fxfa/app/xfa_ffsubform.h", 591 "xfa/fxfa/app/xfa_ffsubform.h",
591 "xfa/fxfa/app/xfa_fftext.cpp", 592 "xfa/fxfa/app/xfa_fftext.cpp",
592 "xfa/fxfa/app/xfa_fftext.h", 593 "xfa/fxfa/app/xfa_fftext.h",
593 "xfa/fxfa/app/xfa_fftextedit.cpp", 594 "xfa/fxfa/app/xfa_fftextedit.cpp",
594 "xfa/fxfa/app/xfa_fftextedit.h", 595 "xfa/fxfa/app/xfa_fftextedit.h",
595 "xfa/fxfa/app/xfa_ffwidget.cpp", 596 "xfa/fxfa/app/xfa_ffwidget.cpp",
596 "xfa/fxfa/app/xfa_ffwidget.h",
597 "xfa/fxfa/app/xfa_ffwidgetacc.cpp", 597 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
598 "xfa/fxfa/app/xfa_ffwidgetacc.h", 598 "xfa/fxfa/app/xfa_ffwidgetacc.h",
599 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 599 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
600 "xfa/fxfa/app/xfa_fontmgr.cpp", 600 "xfa/fxfa/app/xfa_fontmgr.cpp",
601 "xfa/fxfa/app/xfa_fwladapter.cpp", 601 "xfa/fxfa/app/xfa_fwladapter.cpp",
602 "xfa/fxfa/app/xfa_fwladapter.h", 602 "xfa/fxfa/app/xfa_fwladapter.h",
603 "xfa/fxfa/app/xfa_fwltheme.cpp", 603 "xfa/fxfa/app/xfa_fwltheme.cpp",
604 "xfa/fxfa/app/xfa_fwltheme.h", 604 "xfa/fxfa/app/xfa_fwltheme.h",
605 "xfa/fxfa/app/xfa_rendercontext.cpp", 605 "xfa/fxfa/app/xfa_rendercontext.cpp",
606 "xfa/fxfa/app/xfa_textlayout.cpp", 606 "xfa/fxfa/app/xfa_textlayout.cpp",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "sources": [], 743 "sources": [],
744 }], 744 }],
745 ["OS == 'mac'", { 745 ["OS == 'mac'", {
746 "configurations": {}, 746 "configurations": {},
747 "sources": [], 747 "sources": [],
748 }], 748 }],
749 ] 749 ]
750 } 750 }
751 ] 751 ]
752 } 752 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h ('k') | xfa/fwl/basewidget/fwl_editimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698