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

Side by Side Diff: xfa.gyp

Issue 2024833003: Remove XFA_HFM2JSCONTEXT. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 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 | « BUILD.gn ('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 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 }, 5 },
6 "target_defaults": { 6 "target_defaults": {
7 "defines": [ 7 "defines": [
8 "PDF_ENABLE_XFA", 8 "PDF_ENABLE_XFA",
9 ], 9 ],
10 'msvs_disabled_warnings': [ 10 'msvs_disabled_warnings': [
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "xfa/fxfa/app/xfa_fwladapter.h", 554 "xfa/fxfa/app/xfa_fwladapter.h",
555 "xfa/fxfa/app/xfa_fwltheme.cpp", 555 "xfa/fxfa/app/xfa_fwltheme.cpp",
556 "xfa/fxfa/app/xfa_fwltheme.h", 556 "xfa/fxfa/app/xfa_fwltheme.h",
557 "xfa/fxfa/app/xfa_rendercontext.cpp", 557 "xfa/fxfa/app/xfa_rendercontext.cpp",
558 "xfa/fxfa/app/xfa_textlayout.cpp", 558 "xfa/fxfa/app/xfa_textlayout.cpp",
559 "xfa/fxfa/app/xfa_textlayout.h", 559 "xfa/fxfa/app/xfa_textlayout.h",
560 "xfa/fxfa/fm2js/xfa_error.cpp", 560 "xfa/fxfa/fm2js/xfa_error.cpp",
561 "xfa/fxfa/fm2js/xfa_error.h", 561 "xfa/fxfa/fm2js/xfa_error.h",
562 "xfa/fxfa/fm2js/xfa_expression.cpp", 562 "xfa/fxfa/fm2js/xfa_expression.cpp",
563 "xfa/fxfa/fm2js/xfa_expression.h", 563 "xfa/fxfa/fm2js/xfa_expression.h",
564 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp",
565 "xfa/fxfa/fm2js/xfa_fm2jsapi.h",
566 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 564 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
567 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 565 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
568 "xfa/fxfa/fm2js/xfa_fmparse.cpp", 566 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
569 "xfa/fxfa/fm2js/xfa_fmparse.h", 567 "xfa/fxfa/fm2js/xfa_fmparse.h",
570 "xfa/fxfa/fm2js/xfa_lexer.cpp", 568 "xfa/fxfa/fm2js/xfa_lexer.cpp",
571 "xfa/fxfa/fm2js/xfa_lexer.h", 569 "xfa/fxfa/fm2js/xfa_lexer.h",
572 "xfa/fxfa/fm2js/xfa_program.cpp", 570 "xfa/fxfa/fm2js/xfa_program.cpp",
573 "xfa/fxfa/fm2js/xfa_program.h", 571 "xfa/fxfa/fm2js/xfa_program.h",
574 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", 572 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
575 "xfa/fxfa/fm2js/xfa_simpleexpression.h", 573 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "sources": [], 746 "sources": [],
749 }], 747 }],
750 ["OS == 'mac'", { 748 ["OS == 'mac'", {
751 "configurations": {}, 749 "configurations": {},
752 "sources": [], 750 "sources": [],
753 }], 751 }],
754 ] 752 ]
755 } 753 }
756 ] 754 ]
757 } 755 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/fm2js/xfa_fm2jsapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698