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

Side by Side Diff: xfa.gyp

Issue 1992033002: fgas/ code cleanup. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 7 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
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "xfa/fde/fde_render.h", 84 "xfa/fde/fde_render.h",
85 "xfa/fde/ifde_txtedtdorecord.h", 85 "xfa/fde/ifde_txtedtdorecord.h",
86 "xfa/fde/ifde_txtedtengine.h", 86 "xfa/fde/ifde_txtedtengine.h",
87 "xfa/fde/ifde_txtedtpage.h", 87 "xfa/fde/ifde_txtedtpage.h",
88 "xfa/fde/ifx_chariter.h", 88 "xfa/fde/ifx_chariter.h",
89 "xfa/fde/tto/fde_textout.cpp", 89 "xfa/fde/tto/fde_textout.cpp",
90 "xfa/fde/tto/fde_textout.h", 90 "xfa/fde/tto/fde_textout.h",
91 "xfa/fde/xml/fde_xml.h", 91 "xfa/fde/xml/fde_xml.h",
92 "xfa/fde/xml/fde_xml_imp.cpp", 92 "xfa/fde/xml/fde_xml_imp.cpp",
93 "xfa/fde/xml/fde_xml_imp.h", 93 "xfa/fde/xml/fde_xml_imp.h",
94 "xfa/fgas/crt/fgas_algorithm.cpp",
95 "xfa/fgas/crt/fgas_algorithm.h", 94 "xfa/fgas/crt/fgas_algorithm.h",
96 "xfa/fgas/crt/fgas_codepage.cpp", 95 "xfa/fgas/crt/fgas_codepage.cpp",
97 "xfa/fgas/crt/fgas_codepage.h", 96 "xfa/fgas/crt/fgas_codepage.h",
98 "xfa/fgas/crt/fgas_encode.cpp",
99 "xfa/fgas/crt/fgas_language.h", 97 "xfa/fgas/crt/fgas_language.h",
100 "xfa/fgas/crt/fgas_memory.cpp", 98 "xfa/fgas/crt/fgas_memory.cpp",
101 "xfa/fgas/crt/fgas_memory.h", 99 "xfa/fgas/crt/fgas_memory.h",
102 "xfa/fgas/crt/fgas_stream.cpp", 100 "xfa/fgas/crt/fgas_stream.cpp",
103 "xfa/fgas/crt/fgas_stream.h", 101 "xfa/fgas/crt/fgas_stream.h",
104 "xfa/fgas/crt/fgas_system.cpp", 102 "xfa/fgas/crt/fgas_system.cpp",
105 "xfa/fgas/crt/fgas_system.h", 103 "xfa/fgas/crt/fgas_system.h",
106 "xfa/fgas/crt/fgas_utils.cpp", 104 "xfa/fgas/crt/fgas_utils.cpp",
107 "xfa/fgas/crt/fgas_utils.h", 105 "xfa/fgas/crt/fgas_utils.h",
108 "xfa/fgas/font/fgas_font.h", 106 "xfa/fgas/font/fgas_font.h",
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "sources": [], 749 "sources": [],
752 }], 750 }],
753 ["OS == 'mac'", { 751 ["OS == 'mac'", {
754 "configurations": {}, 752 "configurations": {},
755 "sources": [], 753 "sources": [],
756 }], 754 }],
757 ] 755 ]
758 } 756 }
759 ] 757 ]
760 } 758 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | xfa/fde/css/fde_cssdatatable.cpp » ('j') | xfa/fxfa/app/xfa_ffdoc.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698