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

Side by Side Diff: xfa.gyp

Issue 1930533002: More IFX_ interface cleanup. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
« no previous file with comments | « core/fxcrt/include/fx_stream.h ('k') | xfa/fgas/font/fgas_font.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 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "xfa/fgas/layout/fgas_textbreak.h", 119 "xfa/fgas/layout/fgas_textbreak.h",
120 "xfa/fgas/layout/fgas_unicode.cpp", 120 "xfa/fgas/layout/fgas_unicode.cpp",
121 "xfa/fgas/layout/fgas_unicode.h", 121 "xfa/fgas/layout/fgas_unicode.h",
122 "xfa/fgas/localization/fgas_datetime.cpp", 122 "xfa/fgas/localization/fgas_datetime.cpp",
123 "xfa/fgas/localization/fgas_datetime.h", 123 "xfa/fgas/localization/fgas_datetime.h",
124 "xfa/fgas/localization/fgas_locale.cpp", 124 "xfa/fgas/localization/fgas_locale.cpp",
125 "xfa/fgas/localization/fgas_locale.h", 125 "xfa/fgas/localization/fgas_locale.h",
126 "xfa/fgas/localization/fgas_localeimp.h", 126 "xfa/fgas/localization/fgas_localeimp.h",
127 "xfa/fgas/localization/fgas_localemgr.cpp", 127 "xfa/fgas/localization/fgas_localemgr.cpp",
128 "xfa/fgas/localization/fgas_localemgr.h", 128 "xfa/fgas/localization/fgas_localemgr.h",
129 "xfa/fgas/xml/fgas_sax.cpp",
129 "xfa/fgas/xml/fgas_sax.h", 130 "xfa/fgas/xml/fgas_sax.h",
130 "xfa/fgas/xml/fgas_sax_imp.cpp",
131 "xfa/fgas/xml/fgas_sax_imp.h",
132 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", 131 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
133 "xfa/fwl/basewidget/fwl_barcodeimp.h", 132 "xfa/fwl/basewidget/fwl_barcodeimp.h",
134 "xfa/fwl/basewidget/fwl_caretimp.cpp", 133 "xfa/fwl/basewidget/fwl_caretimp.cpp",
135 "xfa/fwl/basewidget/fwl_caretimp.h", 134 "xfa/fwl/basewidget/fwl_caretimp.h",
136 "xfa/fwl/basewidget/fwl_checkboximp.cpp", 135 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
137 "xfa/fwl/basewidget/fwl_checkboximp.h", 136 "xfa/fwl/basewidget/fwl_checkboximp.h",
138 "xfa/fwl/basewidget/fwl_comboboximp.cpp", 137 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
139 "xfa/fwl/basewidget/fwl_comboboximp.h", 138 "xfa/fwl/basewidget/fwl_comboboximp.h",
140 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", 139 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
141 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", 140 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "sources": [], 765 "sources": [],
767 }], 766 }],
768 ["OS == 'mac'", { 767 ["OS == 'mac'", {
769 "configurations": {}, 768 "configurations": {},
770 "sources": [], 769 "sources": [],
771 }], 770 }],
772 ] 771 ]
773 } 772 }
774 ] 773 ]
775 } 774 }
OLDNEW
« no previous file with comments | « core/fxcrt/include/fx_stream.h ('k') | xfa/fgas/font/fgas_font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698