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

Side by Side Diff: xfa.gyp

Issue 1764503003: Suppress deprecation warnings for XFA. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Conditionalize. 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 | « no previous file | 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 }, 9 },
10 "targets":[ 10 "targets":[
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h", 633 "xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h",
634 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp", 634 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.cpp",
635 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h", 635 "xfa/src/fxfa/src/parser/xfa_script_signaturepseudomodel.h",
636 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp", 636 "xfa/src/fxfa/src/parser/xfa_utils_imp.cpp",
637 "xfa/src/fxgraphics/src/fx_graphics.cpp", 637 "xfa/src/fxgraphics/src/fx_graphics.cpp",
638 "xfa/src/fxgraphics/src/fx_path_generator.cpp", 638 "xfa/src/fxgraphics/src/fx_path_generator.cpp",
639 "xfa/src/fxgraphics/src/fx_path_generator.h", 639 "xfa/src/fxgraphics/src/fx_path_generator.h",
640 "xfa/src/fxgraphics/src/pre.h", 640 "xfa/src/fxgraphics/src/pre.h",
641 ], 641 ],
642 "conditions": [ 642 "conditions": [
643 ["clang==1" , {
644 # TODO(tsepez): remove this when FX fixes warnings
645 "cflags": [
646 "-Wno-deprecated-declarations"
647 ],
648 }],
643 ["pdf_enable_v8==1", { 649 ["pdf_enable_v8==1", {
644 'dependencies': [ 650 'dependencies': [
645 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 651 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
646 ], 652 ],
647 'export_dependent_settings': [ 653 'export_dependent_settings': [
648 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 654 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
649 ], 655 ],
650 'include_dirs': [ 656 'include_dirs': [
651 '<(DEPTH)/v8', 657 '<(DEPTH)/v8',
652 '<(DEPTH)/v8/include', 658 '<(DEPTH)/v8/include',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 "sources": [], 693 "sources": [],
688 }], 694 }],
689 ["OS == 'mac'", { 695 ["OS == 'mac'", {
690 "configurations": {}, 696 "configurations": {},
691 "sources": [], 697 "sources": [],
692 }], 698 }],
693 ] 699 ]
694 } 700 }
695 ] 701 ]
696 } 702 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698