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

Side by Side Diff: xfa.gyp

Issue 1768693002: Remove V8_DEPRECATION_WARNINGS for mac/xfa (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 | « 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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "VCLinkerTool": {}, 694 "VCLinkerTool": {},
695 } 695 }
696 } 696 }
697 }, 697 },
698 "sources": [], 698 "sources": [],
699 }], 699 }],
700 ["OS == 'mac'", { 700 ["OS == 'mac'", {
701 "configurations": {}, 701 "configurations": {},
702 "sources": [], 702 "sources": [],
703 "cflags": [ "-Wno-deprecated-declarations" ], 703 "cflags": [ "-Wno-deprecated-declarations" ],
704 "defines!": [ "V8_DEPRECATION_WARNINGS" ],
704 }], 705 }],
705 ] 706 ]
706 } 707 }
707 ] 708 ]
708 } 709 }
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