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

Side by Side Diff: BUILD.gn

Issue 2432423002: Merge the CFWL_*Imp classes into the IFWL_* classes. (Closed)
Patch Set: Review feedback Created 4 years, 2 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 | « no previous file | core/fpdfapi/page/cpdf_textstate.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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 "xfa/fgas/layout/fgas_rtfbreak.h", 1146 "xfa/fgas/layout/fgas_rtfbreak.h",
1147 "xfa/fgas/layout/fgas_textbreak.cpp", 1147 "xfa/fgas/layout/fgas_textbreak.cpp",
1148 "xfa/fgas/layout/fgas_textbreak.h", 1148 "xfa/fgas/layout/fgas_textbreak.h",
1149 "xfa/fgas/layout/fgas_unicode.cpp", 1149 "xfa/fgas/layout/fgas_unicode.cpp",
1150 "xfa/fgas/layout/fgas_unicode.h", 1150 "xfa/fgas/layout/fgas_unicode.h",
1151 "xfa/fgas/localization/fgas_datetime.cpp", 1151 "xfa/fgas/localization/fgas_datetime.cpp",
1152 "xfa/fgas/localization/fgas_datetime.h", 1152 "xfa/fgas/localization/fgas_datetime.h",
1153 "xfa/fgas/localization/fgas_locale.cpp", 1153 "xfa/fgas/localization/fgas_locale.cpp",
1154 "xfa/fgas/localization/fgas_locale.h", 1154 "xfa/fgas/localization/fgas_locale.h",
1155 "xfa/fgas/localization/fgas_localeimp.h", 1155 "xfa/fgas/localization/fgas_localeimp.h",
1156 "xfa/fwl/basewidget/cfx_barcode.cpp",
1157 "xfa/fwl/basewidget/cfx_barcode.h",
1158 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
1159 "xfa/fwl/basewidget/fwl_barcodeimp.h",
1160 "xfa/fwl/basewidget/fwl_caretimp.cpp",
1161 "xfa/fwl/basewidget/fwl_caretimp.h",
1162 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
1163 "xfa/fwl/basewidget/fwl_checkboximp.h",
1164 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
1165 "xfa/fwl/basewidget/fwl_comboboximp.h",
1166 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
1167 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
1168 "xfa/fwl/basewidget/fwl_editimp.cpp",
1169 "xfa/fwl/basewidget/fwl_editimp.h",
1170 "xfa/fwl/basewidget/fwl_formproxyimp.cpp",
1171 "xfa/fwl/basewidget/fwl_formproxyimp.h",
1172 "xfa/fwl/basewidget/fwl_listboximp.cpp",
1173 "xfa/fwl/basewidget/fwl_listboximp.h",
1174 "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp",
1175 "xfa/fwl/basewidget/fwl_monthcalendarimp.h",
1176 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
1177 "xfa/fwl/basewidget/fwl_pictureboximp.h",
1178 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
1179 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
1180 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
1181 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
1182 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
1183 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
1184 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
1185 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
1186 "xfa/fwl/basewidget/ifwl_barcode.h",
1187 "xfa/fwl/basewidget/ifwl_caret.h",
1188 "xfa/fwl/basewidget/ifwl_checkbox.h",
1189 "xfa/fwl/basewidget/ifwl_combobox.h",
1190 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
1191 "xfa/fwl/basewidget/ifwl_edit.h",
1192 "xfa/fwl/basewidget/ifwl_listbox.h",
1193 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
1194 "xfa/fwl/basewidget/ifwl_picturebox.h",
1195 "xfa/fwl/basewidget/ifwl_pushbutton.h",
1196 "xfa/fwl/basewidget/ifwl_scrollbar.h",
1197 "xfa/fwl/basewidget/ifwl_spinbutton.h",
1198 "xfa/fwl/basewidget/ifwl_tooltip.h",
1199 "xfa/fwl/core/cfwl_event.h", 1156 "xfa/fwl/core/cfwl_event.h",
1200 "xfa/fwl/core/cfwl_message.h", 1157 "xfa/fwl/core/cfwl_message.h",
1201 "xfa/fwl/core/cfwl_themebackground.h", 1158 "xfa/fwl/core/cfwl_themebackground.h",
1202 "xfa/fwl/core/cfwl_themepart.h", 1159 "xfa/fwl/core/cfwl_themepart.h",
1203 "xfa/fwl/core/cfwl_themetext.h", 1160 "xfa/fwl/core/cfwl_themetext.h",
1204 "xfa/fwl/core/cfwl_widgetimpproperties.h", 1161 "xfa/fwl/core/cfwl_widgetimpproperties.h",
1205 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1162 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1206 "xfa/fwl/core/cfwl_widgetmgr.h", 1163 "xfa/fwl/core/cfwl_widgetmgr.h",
1164 "xfa/fwl/core/cfx_barcode.cpp",
1165 "xfa/fwl/core/cfx_barcode.h",
1207 "xfa/fwl/core/fwl_error.h", 1166 "xfa/fwl/core/fwl_error.h",
1208 "xfa/fwl/core/fwl_formimp.cpp",
1209 "xfa/fwl/core/fwl_formimp.h",
1210 "xfa/fwl/core/fwl_noteimp.cpp", 1167 "xfa/fwl/core/fwl_noteimp.cpp",
1211 "xfa/fwl/core/fwl_noteimp.h", 1168 "xfa/fwl/core/fwl_noteimp.h",
1212 "xfa/fwl/core/fwl_timerimp.cpp",
1213 "xfa/fwl/core/fwl_widgetdef.h", 1169 "xfa/fwl/core/fwl_widgetdef.h",
1214 "xfa/fwl/core/fwl_widgethit.h", 1170 "xfa/fwl/core/fwl_widgethit.h",
1215 "xfa/fwl/core/fwl_widgetimp.cpp",
1216 "xfa/fwl/core/fwl_widgetimp.h",
1217 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1171 "xfa/fwl/core/ifwl_adaptertimermgr.h",
1218 "xfa/fwl/core/ifwl_app.cpp", 1172 "xfa/fwl/core/ifwl_app.cpp",
1219 "xfa/fwl/core/ifwl_app.h", 1173 "xfa/fwl/core/ifwl_app.h",
1174 "xfa/fwl/core/ifwl_barcode.cpp",
1175 "xfa/fwl/core/ifwl_barcode.h",
1176 "xfa/fwl/core/ifwl_caret.cpp",
1177 "xfa/fwl/core/ifwl_caret.h",
1178 "xfa/fwl/core/ifwl_checkbox.cpp",
1179 "xfa/fwl/core/ifwl_checkbox.h",
1180 "xfa/fwl/core/ifwl_combobox.cpp",
1181 "xfa/fwl/core/ifwl_combobox.h",
1182 "xfa/fwl/core/ifwl_comboedit.cpp",
1183 "xfa/fwl/core/ifwl_comboedit.h",
1184 "xfa/fwl/core/ifwl_combolist.cpp",
1185 "xfa/fwl/core/ifwl_combolist.h",
1220 "xfa/fwl/core/ifwl_dataprovider.h", 1186 "xfa/fwl/core/ifwl_dataprovider.h",
1187 "xfa/fwl/core/ifwl_datetimecalendar.cpp",
1188 "xfa/fwl/core/ifwl_datetimecalendar.h",
1189 "xfa/fwl/core/ifwl_datetimeedit.cpp",
1190 "xfa/fwl/core/ifwl_datetimeedit.h",
1191 "xfa/fwl/core/ifwl_datetimepicker.cpp",
1192 "xfa/fwl/core/ifwl_datetimepicker.h",
1193 "xfa/fwl/core/ifwl_edit.cpp",
1194 "xfa/fwl/core/ifwl_edit.h",
1195 "xfa/fwl/core/ifwl_form.cpp",
1221 "xfa/fwl/core/ifwl_form.h", 1196 "xfa/fwl/core/ifwl_form.h",
1197 "xfa/fwl/core/ifwl_formproxy.cpp",
1198 "xfa/fwl/core/ifwl_formproxy.h",
1199 "xfa/fwl/core/ifwl_listbox.cpp",
1200 "xfa/fwl/core/ifwl_listbox.h",
1201 "xfa/fwl/core/ifwl_monthcalendar.cpp",
1202 "xfa/fwl/core/ifwl_monthcalendar.h",
1203 "xfa/fwl/core/ifwl_picturebox.cpp",
1204 "xfa/fwl/core/ifwl_picturebox.h",
1205 "xfa/fwl/core/ifwl_pushbutton.cpp",
1206 "xfa/fwl/core/ifwl_pushbutton.h",
1207 "xfa/fwl/core/ifwl_scrollbar.cpp",
1208 "xfa/fwl/core/ifwl_scrollbar.h",
1209 "xfa/fwl/core/ifwl_spinbutton.cpp",
1210 "xfa/fwl/core/ifwl_spinbutton.h",
1222 "xfa/fwl/core/ifwl_themeprovider.h", 1211 "xfa/fwl/core/ifwl_themeprovider.h",
1212 "xfa/fwl/core/ifwl_timer.cpp",
1223 "xfa/fwl/core/ifwl_timer.h", 1213 "xfa/fwl/core/ifwl_timer.h",
1214 "xfa/fwl/core/ifwl_tooltip.cpp",
1215 "xfa/fwl/core/ifwl_tooltip.h",
1216 "xfa/fwl/core/ifwl_widget.cpp",
1224 "xfa/fwl/core/ifwl_widget.h", 1217 "xfa/fwl/core/ifwl_widget.h",
1225 "xfa/fwl/core/ifwl_widgetdelegate.h", 1218 "xfa/fwl/core/ifwl_widgetdelegate.h",
1226 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 1219 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
1227 "xfa/fwl/lightwidget/cfwl_barcode.h", 1220 "xfa/fwl/lightwidget/cfwl_barcode.h",
1228 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 1221 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
1229 "xfa/fwl/lightwidget/cfwl_checkbox.h", 1222 "xfa/fwl/lightwidget/cfwl_checkbox.h",
1230 "xfa/fwl/lightwidget/cfwl_combobox.cpp", 1223 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
1231 "xfa/fwl/lightwidget/cfwl_combobox.h", 1224 "xfa/fwl/lightwidget/cfwl_combobox.h",
1232 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 1225 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
1233 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 1226 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1749 }
1757 1750
1758 if (pdf_is_standalone) { 1751 if (pdf_is_standalone) {
1759 source_set("samples") { 1752 source_set("samples") {
1760 testonly = true 1753 testonly = true
1761 deps = [ 1754 deps = [
1762 "//samples", 1755 "//samples",
1763 ] 1756 ]
1764 } 1757 }
1765 } 1758 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/page/cpdf_textstate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698