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

Side by Side Diff: xfa.gyp

Issue 1740613002: Remove set but unsed variables. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 10 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/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp » ('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 "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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "xfa/src/fxfa/src/app/xfa_checksum.cpp", 516 "xfa/src/fxfa/src/app/xfa_checksum.cpp",
517 "xfa/src/fxfa/src/app/xfa_checksum.h", 517 "xfa/src/fxfa/src/app/xfa_checksum.h",
518 "xfa/src/fxfa/src/app/xfa_ffapp.cpp", 518 "xfa/src/fxfa/src/app/xfa_ffapp.cpp",
519 "xfa/src/fxfa/src/app/xfa_ffapp.h", 519 "xfa/src/fxfa/src/app/xfa_ffapp.h",
520 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp", 520 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp",
521 "xfa/src/fxfa/src/app/xfa_ffbarcode.h", 521 "xfa/src/fxfa/src/app/xfa_ffbarcode.h",
522 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp", 522 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp",
523 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h", 523 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h",
524 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp", 524 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp",
525 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h", 525 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h",
526 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.cpp",
527 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.h",
528 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp", 526 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp",
529 "xfa/src/fxfa/src/app/xfa_ffdoc.h", 527 "xfa/src/fxfa/src/app/xfa_ffdoc.h",
530 "xfa/src/fxfa/src/app/xfa_ffdochandler.cpp", 528 "xfa/src/fxfa/src/app/xfa_ffdochandler.cpp",
531 "xfa/src/fxfa/src/app/xfa_ffdochandler.h", 529 "xfa/src/fxfa/src/app/xfa_ffdochandler.h",
532 "xfa/src/fxfa/src/app/xfa_ffdocview.cpp", 530 "xfa/src/fxfa/src/app/xfa_ffdocview.cpp",
533 "xfa/src/fxfa/src/app/xfa_ffdocview.h", 531 "xfa/src/fxfa/src/app/xfa_ffdocview.h",
534 "xfa/src/fxfa/src/app/xfa_ffdraw.cpp", 532 "xfa/src/fxfa/src/app/xfa_ffdraw.cpp",
535 "xfa/src/fxfa/src/app/xfa_ffdraw.h", 533 "xfa/src/fxfa/src/app/xfa_ffdraw.h",
536 "xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp", 534 "xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp",
537 "xfa/src/fxfa/src/app/xfa_ffexclgroup.h", 535 "xfa/src/fxfa/src/app/xfa_ffexclgroup.h",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "sources": [], 696 "sources": [],
699 }], 697 }],
700 ["OS == 'mac'", { 698 ["OS == 'mac'", {
701 "configurations": {}, 699 "configurations": {},
702 "sources": [], 700 "sources": [],
703 }], 701 }],
704 ] 702 ]
705 } 703 }
706 ] 704 ]
707 } 705 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698