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

Side by Side Diff: xfa.gyp

Issue 1846993002: Remove IXFA_* interfaces. (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/fsdk_mgr.h ('k') | xfa/DEPS » ('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 21 matching lines...) Expand all
32 'third_party/freetype/include/freetype', 32 'third_party/freetype/include/freetype',
33 ], 33 ],
34 'defines' : [ 34 'defines' : [
35 'FT2_BUILD_LIBRARY', 35 'FT2_BUILD_LIBRARY',
36 ], 36 ],
37 "sources":[ 37 "sources":[
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",
43 "xfa/include/fxfa/xfa_ffapp.h",
44 "xfa/include/fxfa/xfa_ffdoc.h",
45 "xfa/include/fxfa/xfa_ffdochandler.h",
46 "xfa/include/fxfa/xfa_ffdocview.h",
47 "xfa/include/fxfa/xfa_ffpageview.h",
48 "xfa/include/fxfa/xfa_ffwidgethandler.h",
49 "xfa/include/fxfa/xfa_fontmgr.h",
50 "xfa/include/fxfa/xfa_rendercontext.h",
42 "xfa/fde/css/fde_css.h", 51 "xfa/fde/css/fde_css.h",
43 "xfa/fde/css/fde_csscache.cpp", 52 "xfa/fde/css/fde_csscache.cpp",
44 "xfa/fde/css/fde_csscache.h", 53 "xfa/fde/css/fde_csscache.h",
45 "xfa/fde/css/fde_cssdatatable.cpp", 54 "xfa/fde/css/fde_cssdatatable.cpp",
46 "xfa/fde/css/fde_cssdatatable.h", 55 "xfa/fde/css/fde_cssdatatable.h",
47 "xfa/fde/css/fde_cssdeclaration.cpp", 56 "xfa/fde/css/fde_cssdeclaration.cpp",
48 "xfa/fde/css/fde_cssdeclaration.h", 57 "xfa/fde/css/fde_cssdeclaration.h",
49 "xfa/fde/css/fde_cssstyleselector.cpp", 58 "xfa/fde/css/fde_cssstyleselector.cpp",
50 "xfa/fde/css/fde_cssstyleselector.h", 59 "xfa/fde/css/fde_cssstyleselector.h",
51 "xfa/fde/css/fde_cssstylesheet.cpp", 60 "xfa/fde/css/fde_cssstylesheet.cpp",
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "xfa/fxbarcode/BC_Dimension.h", 550 "xfa/fxbarcode/BC_Dimension.h",
542 "xfa/fxbarcode/BC_LuminanceSource.h", 551 "xfa/fxbarcode/BC_LuminanceSource.h",
543 "xfa/fxbarcode/BC_Reader.h", 552 "xfa/fxbarcode/BC_Reader.h",
544 "xfa/fxbarcode/BC_ResultPoint.h", 553 "xfa/fxbarcode/BC_ResultPoint.h",
545 "xfa/fxbarcode/BC_TwoDimWriter.h", 554 "xfa/fxbarcode/BC_TwoDimWriter.h",
546 "xfa/fxbarcode/BC_UtilCodingConvert.h", 555 "xfa/fxbarcode/BC_UtilCodingConvert.h",
547 "xfa/fxbarcode/BC_UtilRSS.h", 556 "xfa/fxbarcode/BC_UtilRSS.h",
548 "xfa/fxbarcode/BC_Writer.h", 557 "xfa/fxbarcode/BC_Writer.h",
549 "xfa/fxbarcode/utils.h", 558 "xfa/fxbarcode/utils.h",
550 "xfa/fxfa/app/xfa_checksum.cpp", 559 "xfa/fxfa/app/xfa_checksum.cpp",
551 "xfa/fxfa/app/xfa_checksum.h",
552 "xfa/fxfa/app/xfa_ffapp.cpp", 560 "xfa/fxfa/app/xfa_ffapp.cpp",
553 "xfa/fxfa/app/xfa_ffapp.h",
554 "xfa/fxfa/app/xfa_ffbarcode.cpp", 561 "xfa/fxfa/app/xfa_ffbarcode.cpp",
555 "xfa/fxfa/app/xfa_ffbarcode.h", 562 "xfa/fxfa/app/xfa_ffbarcode.h",
556 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", 563 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
557 "xfa/fxfa/app/xfa_ffcheckbutton.h", 564 "xfa/fxfa/app/xfa_ffcheckbutton.h",
558 "xfa/fxfa/app/xfa_ffchoicelist.cpp", 565 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
559 "xfa/fxfa/app/xfa_ffchoicelist.h", 566 "xfa/fxfa/app/xfa_ffchoicelist.h",
560 "xfa/fxfa/app/xfa_ffdoc.cpp", 567 "xfa/fxfa/app/xfa_ffdoc.cpp",
561 "xfa/fxfa/app/xfa_ffdoc.h",
562 "xfa/fxfa/app/xfa_ffdochandler.cpp", 568 "xfa/fxfa/app/xfa_ffdochandler.cpp",
563 "xfa/fxfa/app/xfa_ffdochandler.h",
564 "xfa/fxfa/app/xfa_ffdocview.cpp", 569 "xfa/fxfa/app/xfa_ffdocview.cpp",
565 "xfa/fxfa/app/xfa_ffdocview.h",
566 "xfa/fxfa/app/xfa_ffdraw.cpp", 570 "xfa/fxfa/app/xfa_ffdraw.cpp",
567 "xfa/fxfa/app/xfa_ffdraw.h", 571 "xfa/fxfa/app/xfa_ffdraw.h",
568 "xfa/fxfa/app/xfa_ffexclgroup.cpp", 572 "xfa/fxfa/app/xfa_ffexclgroup.cpp",
569 "xfa/fxfa/app/xfa_ffexclgroup.h", 573 "xfa/fxfa/app/xfa_ffexclgroup.h",
570 "xfa/fxfa/app/xfa_fffield.cpp", 574 "xfa/fxfa/app/xfa_fffield.cpp",
571 "xfa/fxfa/app/xfa_fffield.h", 575 "xfa/fxfa/app/xfa_fffield.h",
572 "xfa/fxfa/app/xfa_ffimage.cpp", 576 "xfa/fxfa/app/xfa_ffimage.cpp",
573 "xfa/fxfa/app/xfa_ffimage.h", 577 "xfa/fxfa/app/xfa_ffimage.h",
574 "xfa/fxfa/app/xfa_ffimageedit.cpp", 578 "xfa/fxfa/app/xfa_ffimageedit.cpp",
575 "xfa/fxfa/app/xfa_ffimageedit.h", 579 "xfa/fxfa/app/xfa_ffimageedit.h",
576 "xfa/fxfa/app/xfa_ffnotify.cpp", 580 "xfa/fxfa/app/xfa_ffnotify.cpp",
577 "xfa/fxfa/app/xfa_ffnotify.h", 581 "xfa/fxfa/app/xfa_ffnotify.h",
578 "xfa/fxfa/app/xfa_ffpageview.cpp", 582 "xfa/fxfa/app/xfa_ffpageview.cpp",
579 "xfa/fxfa/app/xfa_ffpageview.h",
580 "xfa/fxfa/app/xfa_ffpath.cpp", 583 "xfa/fxfa/app/xfa_ffpath.cpp",
581 "xfa/fxfa/app/xfa_ffpath.h", 584 "xfa/fxfa/app/xfa_ffpath.h",
582 "xfa/fxfa/app/xfa_ffpushbutton.cpp", 585 "xfa/fxfa/app/xfa_ffpushbutton.cpp",
583 "xfa/fxfa/app/xfa_ffpushbutton.h", 586 "xfa/fxfa/app/xfa_ffpushbutton.h",
584 "xfa/fxfa/app/xfa_ffsignature.cpp", 587 "xfa/fxfa/app/xfa_ffsignature.cpp",
585 "xfa/fxfa/app/xfa_ffsignature.h", 588 "xfa/fxfa/app/xfa_ffsignature.h",
586 "xfa/fxfa/app/xfa_ffsubform.cpp", 589 "xfa/fxfa/app/xfa_ffsubform.cpp",
587 "xfa/fxfa/app/xfa_ffsubform.h", 590 "xfa/fxfa/app/xfa_ffsubform.h",
588 "xfa/fxfa/app/xfa_fftext.cpp", 591 "xfa/fxfa/app/xfa_fftext.cpp",
589 "xfa/fxfa/app/xfa_fftext.h", 592 "xfa/fxfa/app/xfa_fftext.h",
590 "xfa/fxfa/app/xfa_fftextedit.cpp", 593 "xfa/fxfa/app/xfa_fftextedit.cpp",
591 "xfa/fxfa/app/xfa_fftextedit.h", 594 "xfa/fxfa/app/xfa_fftextedit.h",
592 "xfa/fxfa/app/xfa_ffwidget.cpp", 595 "xfa/fxfa/app/xfa_ffwidget.cpp",
593 "xfa/fxfa/app/xfa_ffwidget.h", 596 "xfa/fxfa/app/xfa_ffwidget.h",
594 "xfa/fxfa/app/xfa_ffwidgetacc.cpp", 597 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
595 "xfa/fxfa/app/xfa_ffwidgetacc.h", 598 "xfa/fxfa/app/xfa_ffwidgetacc.h",
596 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 599 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
597 "xfa/fxfa/app/xfa_ffwidgethandler.h",
598 "xfa/fxfa/app/xfa_fontmgr.cpp", 600 "xfa/fxfa/app/xfa_fontmgr.cpp",
599 "xfa/fxfa/app/xfa_fontmgr.h",
600 "xfa/fxfa/app/xfa_fwladapter.cpp", 601 "xfa/fxfa/app/xfa_fwladapter.cpp",
601 "xfa/fxfa/app/xfa_fwladapter.h", 602 "xfa/fxfa/app/xfa_fwladapter.h",
602 "xfa/fxfa/app/xfa_fwltheme.cpp", 603 "xfa/fxfa/app/xfa_fwltheme.cpp",
603 "xfa/fxfa/app/xfa_fwltheme.h", 604 "xfa/fxfa/app/xfa_fwltheme.h",
604 "xfa/fxfa/app/xfa_rendercontext.cpp", 605 "xfa/fxfa/app/xfa_rendercontext.cpp",
605 "xfa/fxfa/app/xfa_rendercontext.h",
606 "xfa/fxfa/app/xfa_textlayout.cpp", 606 "xfa/fxfa/app/xfa_textlayout.cpp",
607 "xfa/fxfa/app/xfa_textlayout.h", 607 "xfa/fxfa/app/xfa_textlayout.h",
608 "xfa/fxfa/fm2js/xfa_error.cpp", 608 "xfa/fxfa/fm2js/xfa_error.cpp",
609 "xfa/fxfa/fm2js/xfa_error.h", 609 "xfa/fxfa/fm2js/xfa_error.h",
610 "xfa/fxfa/fm2js/xfa_expression.cpp", 610 "xfa/fxfa/fm2js/xfa_expression.cpp",
611 "xfa/fxfa/fm2js/xfa_expression.h", 611 "xfa/fxfa/fm2js/xfa_expression.h",
612 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", 612 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp",
613 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", 613 "xfa/fxfa/fm2js/xfa_fm2jsapi.h",
614 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 614 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
615 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 615 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
(...skipping 127 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/fsdk_mgr.h ('k') | xfa/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698