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

Side by Side Diff: xfa.gyp

Issue 1393833006: Merge to XFA: Allow compiling PDFium without V8. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Rebase, fix build, stray include. Created 5 years, 2 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/embedder_test.cpp ('k') | no next file » | 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": {
3 "pdf_enable_v8%": 1,
4 },
2 "target_defaults": { 5 "target_defaults": {
3 "defines": [ 6 "defines": [
4 "PDF_ENABLE_XFA", 7 "PDF_ENABLE_XFA",
5 ], 8 ],
6 }, 9 },
7 "targets":[ 10 "targets":[
8 { 11 {
9 "target_name":"xfa", 12 "target_name":"xfa",
10 "type":"static_library", 13 "type":"static_library",
11 'dependencies': [ 14 'dependencies': [
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h", 659 "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h",
657 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.cpp", 660 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.cpp",
658 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h", 661 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h",
659 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp", 662 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp",
660 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h", 663 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h",
661 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp", 664 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp",
662 "xfa/src/fxgraphics/src/fx_graphics.cpp", 665 "xfa/src/fxgraphics/src/fx_graphics.cpp",
663 "xfa/src/fxgraphics/src/fx_path_generator.cpp", 666 "xfa/src/fxgraphics/src/fx_path_generator.cpp",
664 "xfa/src/fxgraphics/src/fx_path_generator.h", 667 "xfa/src/fxgraphics/src/fx_path_generator.h",
665 "xfa/src/fxgraphics/src/pre.h", 668 "xfa/src/fxgraphics/src/pre.h",
666 "xfa/src/fxjse/src/class.cpp",
667 "xfa/src/fxjse/src/class.h",
668 "xfa/src/fxjse/src/context.cpp",
669 "xfa/src/fxjse/src/context.h",
670 "xfa/src/fxjse/src/dynprop.cpp",
671 "xfa/src/fxjse/src/runtime.cpp",
672 "xfa/src/fxjse/src/runtime.h",
673 "xfa/src/fxjse/src/scope_inline.h",
674 "xfa/src/fxjse/src/util_inline.h",
675 "xfa/src/fxjse/src/value.cpp",
676 "xfa/src/fxjse/src/value.h"
677 ], 669 ],
678 "conditions":[ 670 "conditions": [
679 [ 671 ["pdf_enable_v8==1", {
680 "OS == 'win'", 672 'dependencies': [
681 { 673 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
682 "configurations":{ 674 ],
683 "Debug":{ 675 'export_dependent_settings': [
684 "msvs_configuration_attributes":{ 676 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
685 }, 677 ],
686 "msvs_settings":{ 678 'include_dirs': [
687 "VCCLCompilerTool":{ 679 '<(DEPTH)/v8',
688 }, 680 '<(DEPTH)/v8/include',
689 "VCLibrarianTool":{ 681 ],
690 }, 682 'sources': [
691 "VCLinkerTool":{ 683 "xfa/src/fxjse/src/class.cpp",
692 } 684 "xfa/src/fxjse/src/class.h",
693 } 685 "xfa/src/fxjse/src/context.cpp",
694 }, 686 "xfa/src/fxjse/src/context.h",
695 "Release":{ 687 "xfa/src/fxjse/src/dynprop.cpp",
696 "msvs_configuration_attributes":{ 688 "xfa/src/fxjse/src/runtime.cpp",
697 }, 689 "xfa/src/fxjse/src/runtime.h",
698 "msvs_settings":{ 690 "xfa/src/fxjse/src/scope_inline.h",
699 "VCCLCompilerTool":{ 691 "xfa/src/fxjse/src/util_inline.h",
700 }, 692 "xfa/src/fxjse/src/value.cpp",
701 "VCLibrarianTool":{ 693 "xfa/src/fxjse/src/value.h"
702 }, 694 ],
703 "VCLinkerTool":{ 695 }],
704 } 696 ["OS == 'win'", {
705 } 697 "configurations": {
698 "Debug": {
699 "msvs_configuration_attributes": {},
700 "msvs_settings": {
701 "VCCLCompilerTool": {},
702 "VCLibrarianTool": {},
703 "VCLinkerTool": {},
706 } 704 }
707 }, 705 },
708 "sources":[ 706 "Release": {
709 ] 707 "msvs_configuration_attributes": {},
710 } 708 "msvs_settings": {
711 ], 709 "VCCLCompilerTool": {},
712 [ 710 "VCLibrarianTool": {},
713 "OS == 'mac'", 711 "VCLinkerTool": {},
714 { 712 }
715 "configurations":{ 713 }
716 }, 714 },
717 "sources":[ 715 "sources": [],
718 ] 716 }],
719 } 717 ["OS == 'mac'", {
720 ] 718 "configurations": {},
719 "sources": [],
720 }],
721 ] 721 ]
722 } 722 }
723 ] 723 ]
724 } 724 }
OLDNEW
« no previous file with comments | « testing/embedder_test.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698