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

Side by Side Diff: xfa.gyp

Issue 2115813002: Enable compiling with clang chrome plugins for GYP build (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix on xfa Created 4 years, 5 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 | « pdfium.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 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 "variables": {
6 'clang_use_chrome_plugins': 1,
7 },
5 }, 8 },
6 "target_defaults": { 9 "target_defaults": {
7 "defines": [ 10 "defines": [
8 "PDF_ENABLE_XFA", 11 "PDF_ENABLE_XFA",
9 ], 12 ],
10 'msvs_disabled_warnings': [ 13 'msvs_disabled_warnings': [
11 4267, 14 4267,
12 ], 15 ],
13 }, 16 },
14 "targets":[ 17 "targets":[
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "sources": [], 606 "sources": [],
604 }], 607 }],
605 ["OS == 'mac'", { 608 ["OS == 'mac'", {
606 "configurations": {}, 609 "configurations": {},
607 "sources": [], 610 "sources": [],
608 }], 611 }],
609 ] 612 ]
610 } 613 }
611 ] 614 ]
612 } 615 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698