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

Side by Side Diff: xfa.gyp

Issue 1722873002: Remove many _CAPS structure names. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits. 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 | « fpdfsdk/include/fx_systemhandler.h ('k') | xfa/include/fwl/basewidget/fwl_listbox.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 "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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", 596 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h",
597 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", 597 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp",
598 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", 598 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h",
599 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", 599 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp",
600 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", 600 "xfa/src/fxfa/src/fm2js/xfa_lexer.h",
601 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", 601 "xfa/src/fxfa/src/fm2js/xfa_program.cpp",
602 "xfa/src/fxfa/src/fm2js/xfa_program.h", 602 "xfa/src/fxfa/src/fm2js/xfa_program.h",
603 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", 603 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp",
604 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h", 604 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h",
605 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp", 605 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp",
606 "xfa/src/fxfa/src/parser/xfa_basic_data.h",
606 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp", 607 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp",
607 "xfa/src/fxfa/src/parser/xfa_basic_imp.h", 608 "xfa/src/fxfa/src/parser/xfa_basic_imp.h",
608 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp", 609 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp",
609 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h", 610 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h",
610 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp", 611 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp",
611 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h", 612 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h",
612 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp", 613 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp",
613 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp", 614 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp",
614 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h", 615 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h",
615 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp", 616 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 "sources": [], 701 "sources": [],
701 }], 702 }],
702 ["OS == 'mac'", { 703 ["OS == 'mac'", {
703 "configurations": {}, 704 "configurations": {},
704 "sources": [], 705 "sources": [],
705 }], 706 }],
706 ] 707 ]
707 } 708 }
708 ] 709 ]
709 } 710 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fx_systemhandler.h ('k') | xfa/include/fwl/basewidget/fwl_listbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698