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

Side by Side Diff: xfa.gyp

Issue 1920863003: Roll v8 to 0ff89ea7 and update gyp references (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « samples/samples.gyp ('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": { 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "xfa/fxgraphics/cfx_shading.cpp", 713 "xfa/fxgraphics/cfx_shading.cpp",
714 "xfa/fxgraphics/cfx_shading.h", 714 "xfa/fxgraphics/cfx_shading.h",
715 "xfa/fxgraphics/include/cfx_graphics.h", 715 "xfa/fxgraphics/include/cfx_graphics.h",
716 "xfa/fxjse/include/fxjse.h", 716 "xfa/fxjse/include/fxjse.h",
717 ], 717 ],
718 "conditions": [ 718 "conditions": [
719 ["clang==1" , { 719 ["clang==1" , {
720 }], 720 }],
721 ["pdf_enable_v8==1", { 721 ["pdf_enable_v8==1", {
722 'dependencies': [ 722 'dependencies': [
723 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 723 '<(DEPTH)/v8/src/v8.gyp:v8',
724 ], 724 ],
725 'export_dependent_settings': [ 725 'export_dependent_settings': [
726 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 726 '<(DEPTH)/v8/src/v8.gyp:v8',
727 ], 727 ],
728 'include_dirs': [ 728 'include_dirs': [
729 '<(DEPTH)/v8', 729 '<(DEPTH)/v8',
730 '<(DEPTH)/v8/include', 730 '<(DEPTH)/v8/include',
731 ], 731 ],
732 'sources': [ 732 'sources': [
733 "xfa/fxjse/cfxjse_arguments.h", 733 "xfa/fxjse/cfxjse_arguments.h",
734 "xfa/fxjse/class.cpp", 734 "xfa/fxjse/class.cpp",
735 "xfa/fxjse/class.h", 735 "xfa/fxjse/class.h",
736 "xfa/fxjse/context.cpp", 736 "xfa/fxjse/context.cpp",
(...skipping 29 matching lines...) Expand all
766 "sources": [], 766 "sources": [],
767 }], 767 }],
768 ["OS == 'mac'", { 768 ["OS == 'mac'", {
769 "configurations": {}, 769 "configurations": {},
770 "sources": [], 770 "sources": [],
771 }], 771 }],
772 ] 772 ]
773 } 773 }
774 ] 774 ]
775 } 775 }
OLDNEW
« no previous file with comments | « samples/samples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698