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

Side by Side Diff: xfa.gyp

Issue 1807623002: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. (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 | « fpdfsdk/include/javascript/IJavaScript.h ('k') | xfa/fxfa/fm2js/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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "xfa/include/fwl/theme/pushbuttontp.h", 96 "xfa/include/fwl/theme/pushbuttontp.h",
97 "xfa/include/fwl/theme/scrollbartp.h", 97 "xfa/include/fwl/theme/scrollbartp.h",
98 "xfa/include/fwl/theme/utils.h", 98 "xfa/include/fwl/theme/utils.h",
99 "xfa/include/fwl/theme/widgettp.h", 99 "xfa/include/fwl/theme/widgettp.h",
100 "xfa/include/fxbarcode/BC_BarCode.h", 100 "xfa/include/fxbarcode/BC_BarCode.h",
101 "xfa/include/fxfa/fxfa.h", 101 "xfa/include/fxfa/fxfa.h",
102 "xfa/include/fxfa/fxfa_basic.h", 102 "xfa/include/fxfa/fxfa_basic.h",
103 "xfa/include/fxfa/fxfa_objectacc.h", 103 "xfa/include/fxfa/fxfa_objectacc.h",
104 "xfa/include/fxfa/fxfa_widget.h", 104 "xfa/include/fxfa/fxfa_widget.h",
105 "xfa/include/fxgraphics/fx_graphics.h", 105 "xfa/include/fxgraphics/fx_graphics.h",
106 "xfa/include/fxjse/fxjse.h",
107 "xfa/fde/css/fde_css.h", 106 "xfa/fde/css/fde_css.h",
108 "xfa/fde/css/fde_csscache.cpp", 107 "xfa/fde/css/fde_csscache.cpp",
109 "xfa/fde/css/fde_csscache.h", 108 "xfa/fde/css/fde_csscache.h",
110 "xfa/fde/css/fde_cssdatatable.cpp", 109 "xfa/fde/css/fde_cssdatatable.cpp",
111 "xfa/fde/css/fde_cssdatatable.h", 110 "xfa/fde/css/fde_cssdatatable.h",
112 "xfa/fde/css/fde_cssdeclaration.cpp", 111 "xfa/fde/css/fde_cssdeclaration.cpp",
113 "xfa/fde/css/fde_cssdeclaration.h", 112 "xfa/fde/css/fde_cssdeclaration.h",
114 "xfa/fde/css/fde_cssstyleselector.cpp", 113 "xfa/fde/css/fde_cssstyleselector.cpp",
115 "xfa/fde/css/fde_cssstyleselector.h", 114 "xfa/fde/css/fde_cssstyleselector.h",
116 "xfa/fde/css/fde_cssstylesheet.cpp", 115 "xfa/fde/css/fde_cssstylesheet.cpp",
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", 634 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp",
636 "xfa/fxfa/parser/xfa_script_resolveprocessor.h", 635 "xfa/fxfa/parser/xfa_script_resolveprocessor.h",
637 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", 636 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp",
638 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", 637 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h",
639 "xfa/fxfa/parser/xfa_utils.h", 638 "xfa/fxfa/parser/xfa_utils.h",
640 "xfa/fxfa/parser/xfa_utils_imp.cpp", 639 "xfa/fxfa/parser/xfa_utils_imp.cpp",
641 "xfa/fxgraphics/fx_graphics.cpp", 640 "xfa/fxgraphics/fx_graphics.cpp",
642 "xfa/fxgraphics/fx_path_generator.cpp", 641 "xfa/fxgraphics/fx_path_generator.cpp",
643 "xfa/fxgraphics/fx_path_generator.h", 642 "xfa/fxgraphics/fx_path_generator.h",
644 "xfa/fxgraphics/pre.h", 643 "xfa/fxgraphics/pre.h",
644 "xfa/fxjse/include/fxjse.h",
645 ], 645 ],
646 "conditions": [ 646 "conditions": [
647 ["clang==1" , { 647 ["clang==1" , {
648 }], 648 }],
649 ["pdf_enable_v8==1", { 649 ["pdf_enable_v8==1", {
650 'dependencies': [ 650 'dependencies': [
651 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 651 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
652 ], 652 ],
653 'export_dependent_settings': [ 653 'export_dependent_settings': [
654 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 654 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
655 ], 655 ],
656 'include_dirs': [ 656 'include_dirs': [
657 '<(DEPTH)/v8', 657 '<(DEPTH)/v8',
658 '<(DEPTH)/v8/include', 658 '<(DEPTH)/v8/include',
659 ], 659 ],
660 'sources': [ 660 'sources': [
661 "xfa/fxjse/cfxjse_arguments.h",
661 "xfa/fxjse/class.cpp", 662 "xfa/fxjse/class.cpp",
662 "xfa/fxjse/class.h", 663 "xfa/fxjse/class.h",
663 "xfa/fxjse/context.cpp", 664 "xfa/fxjse/context.cpp",
664 "xfa/fxjse/context.h", 665 "xfa/fxjse/context.h",
665 "xfa/fxjse/dynprop.cpp", 666 "xfa/fxjse/dynprop.cpp",
666 "xfa/fxjse/runtime.cpp", 667 "xfa/fxjse/runtime.cpp",
667 "xfa/fxjse/runtime.h", 668 "xfa/fxjse/runtime.h",
668 "xfa/fxjse/scope_inline.h", 669 "xfa/fxjse/scope_inline.h",
669 "xfa/fxjse/util_inline.h", 670 "xfa/fxjse/util_inline.h",
670 "xfa/fxjse/value.cpp", 671 "xfa/fxjse/value.cpp",
(...skipping 22 matching lines...) Expand all
693 "sources": [], 694 "sources": [],
694 }], 695 }],
695 ["OS == 'mac'", { 696 ["OS == 'mac'", {
696 "configurations": {}, 697 "configurations": {},
697 "sources": [], 698 "sources": [],
698 }], 699 }],
699 ] 700 ]
700 } 701 }
701 ] 702 ]
702 } 703 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/javascript/IJavaScript.h ('k') | xfa/fxfa/fm2js/xfa_fm2jsapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698