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

Side by Side Diff: BUILD.gn

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years 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 | fpdfsdk/DEPS » ('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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 "xfa/fgas/layout/fgas_rtfbreak.h", 1190 "xfa/fgas/layout/fgas_rtfbreak.h",
1191 "xfa/fgas/layout/fgas_textbreak.cpp", 1191 "xfa/fgas/layout/fgas_textbreak.cpp",
1192 "xfa/fgas/layout/fgas_textbreak.h", 1192 "xfa/fgas/layout/fgas_textbreak.h",
1193 "xfa/fgas/layout/fgas_unicode.cpp", 1193 "xfa/fgas/layout/fgas_unicode.cpp",
1194 "xfa/fgas/layout/fgas_unicode.h", 1194 "xfa/fgas/layout/fgas_unicode.h",
1195 "xfa/fgas/localization/fgas_datetime.cpp", 1195 "xfa/fgas/localization/fgas_datetime.cpp",
1196 "xfa/fgas/localization/fgas_datetime.h", 1196 "xfa/fgas/localization/fgas_datetime.h",
1197 "xfa/fgas/localization/fgas_locale.cpp", 1197 "xfa/fgas/localization/fgas_locale.cpp",
1198 "xfa/fgas/localization/fgas_locale.h", 1198 "xfa/fgas/localization/fgas_locale.h",
1199 "xfa/fgas/localization/fgas_localeimp.h", 1199 "xfa/fgas/localization/fgas_localeimp.h",
1200 "xfa/fwl/core/cfwl_app.cpp", 1200 "xfa/fwl/cfwl_app.cpp",
1201 "xfa/fwl/core/cfwl_app.h", 1201 "xfa/fwl/cfwl_app.h",
1202 "xfa/fwl/core/cfwl_barcode.cpp", 1202 "xfa/fwl/cfwl_barcode.cpp",
1203 "xfa/fwl/core/cfwl_barcode.h", 1203 "xfa/fwl/cfwl_barcode.h",
1204 "xfa/fwl/core/cfwl_caret.cpp", 1204 "xfa/fwl/cfwl_caret.cpp",
1205 "xfa/fwl/core/cfwl_caret.h", 1205 "xfa/fwl/cfwl_caret.h",
1206 "xfa/fwl/core/cfwl_checkbox.cpp", 1206 "xfa/fwl/cfwl_checkbox.cpp",
1207 "xfa/fwl/core/cfwl_checkbox.h", 1207 "xfa/fwl/cfwl_checkbox.h",
1208 "xfa/fwl/core/cfwl_combobox.cpp", 1208 "xfa/fwl/cfwl_combobox.cpp",
1209 "xfa/fwl/core/cfwl_combobox.h", 1209 "xfa/fwl/cfwl_combobox.h",
1210 "xfa/fwl/core/cfwl_comboboxproxy.cpp", 1210 "xfa/fwl/cfwl_comboboxproxy.cpp",
1211 "xfa/fwl/core/cfwl_comboboxproxy.h", 1211 "xfa/fwl/cfwl_comboboxproxy.h",
1212 "xfa/fwl/core/cfwl_comboedit.cpp", 1212 "xfa/fwl/cfwl_comboedit.cpp",
1213 "xfa/fwl/core/cfwl_comboedit.h", 1213 "xfa/fwl/cfwl_comboedit.h",
1214 "xfa/fwl/core/cfwl_combolist.cpp", 1214 "xfa/fwl/cfwl_combolist.cpp",
1215 "xfa/fwl/core/cfwl_combolist.h", 1215 "xfa/fwl/cfwl_combolist.h",
1216 "xfa/fwl/core/cfwl_datetimeedit.cpp", 1216 "xfa/fwl/cfwl_datetimeedit.cpp",
1217 "xfa/fwl/core/cfwl_datetimeedit.h", 1217 "xfa/fwl/cfwl_datetimeedit.h",
1218 "xfa/fwl/core/cfwl_datetimepicker.cpp", 1218 "xfa/fwl/cfwl_datetimepicker.cpp",
1219 "xfa/fwl/core/cfwl_datetimepicker.h", 1219 "xfa/fwl/cfwl_datetimepicker.h",
1220 "xfa/fwl/core/cfwl_edit.cpp", 1220 "xfa/fwl/cfwl_edit.cpp",
1221 "xfa/fwl/core/cfwl_edit.h", 1221 "xfa/fwl/cfwl_edit.h",
1222 "xfa/fwl/core/cfwl_event.cpp", 1222 "xfa/fwl/cfwl_event.cpp",
1223 "xfa/fwl/core/cfwl_event.h", 1223 "xfa/fwl/cfwl_event.h",
1224 "xfa/fwl/core/cfwl_eventtarget.cpp", 1224 "xfa/fwl/cfwl_eventcheckword.cpp",
1225 "xfa/fwl/core/cfwl_eventtarget.h", 1225 "xfa/fwl/cfwl_eventcheckword.h",
1226 "xfa/fwl/core/cfwl_evtcheckword.cpp", 1226 "xfa/fwl/cfwl_eventmouse.cpp",
1227 "xfa/fwl/core/cfwl_evtcheckword.h", 1227 "xfa/fwl/cfwl_eventmouse.h",
1228 "xfa/fwl/core/cfwl_evtmouse.cpp", 1228 "xfa/fwl/cfwl_eventscroll.cpp",
1229 "xfa/fwl/core/cfwl_evtmouse.h", 1229 "xfa/fwl/cfwl_eventscroll.h",
1230 "xfa/fwl/core/cfwl_evtscroll.cpp", 1230 "xfa/fwl/cfwl_eventselectchanged.cpp",
1231 "xfa/fwl/core/cfwl_evtscroll.h", 1231 "xfa/fwl/cfwl_eventselectchanged.h",
1232 "xfa/fwl/core/cfwl_evtselectchanged.cpp", 1232 "xfa/fwl/cfwl_eventtarget.cpp",
1233 "xfa/fwl/core/cfwl_evtselectchanged.h", 1233 "xfa/fwl/cfwl_eventtarget.h",
1234 "xfa/fwl/core/cfwl_evttextchanged.cpp", 1234 "xfa/fwl/cfwl_eventtextchanged.cpp",
1235 "xfa/fwl/core/cfwl_evttextchanged.h", 1235 "xfa/fwl/cfwl_eventtextchanged.h",
1236 "xfa/fwl/core/cfwl_evtvalidate.cpp", 1236 "xfa/fwl/cfwl_eventvalidate.cpp",
1237 "xfa/fwl/core/cfwl_evtvalidate.h", 1237 "xfa/fwl/cfwl_eventvalidate.h",
1238 "xfa/fwl/core/cfwl_form.cpp", 1238 "xfa/fwl/cfwl_form.cpp",
1239 "xfa/fwl/core/cfwl_form.h", 1239 "xfa/fwl/cfwl_form.h",
1240 "xfa/fwl/core/cfwl_formproxy.cpp", 1240 "xfa/fwl/cfwl_formproxy.cpp",
1241 "xfa/fwl/core/cfwl_formproxy.h", 1241 "xfa/fwl/cfwl_formproxy.h",
1242 "xfa/fwl/core/cfwl_listbox.cpp", 1242 "xfa/fwl/cfwl_listbox.cpp",
1243 "xfa/fwl/core/cfwl_listbox.h", 1243 "xfa/fwl/cfwl_listbox.h",
1244 "xfa/fwl/core/cfwl_listitem.cpp", 1244 "xfa/fwl/cfwl_listitem.cpp",
1245 "xfa/fwl/core/cfwl_listitem.h", 1245 "xfa/fwl/cfwl_listitem.h",
1246 "xfa/fwl/core/cfwl_message.cpp", 1246 "xfa/fwl/cfwl_message.cpp",
1247 "xfa/fwl/core/cfwl_message.h", 1247 "xfa/fwl/cfwl_message.h",
1248 "xfa/fwl/core/cfwl_monthcalendar.cpp", 1248 "xfa/fwl/cfwl_messagekey.cpp",
1249 "xfa/fwl/core/cfwl_monthcalendar.h", 1249 "xfa/fwl/cfwl_messagekey.h",
1250 "xfa/fwl/core/cfwl_msgkey.cpp", 1250 "xfa/fwl/cfwl_messagekillfocus.cpp",
1251 "xfa/fwl/core/cfwl_msgkey.h", 1251 "xfa/fwl/cfwl_messagekillfocus.h",
1252 "xfa/fwl/core/cfwl_msgkillfocus.cpp", 1252 "xfa/fwl/cfwl_messagemouse.cpp",
1253 "xfa/fwl/core/cfwl_msgkillfocus.h", 1253 "xfa/fwl/cfwl_messagemouse.h",
1254 "xfa/fwl/core/cfwl_msgmouse.cpp", 1254 "xfa/fwl/cfwl_messagemousewheel.cpp",
1255 "xfa/fwl/core/cfwl_msgmouse.h", 1255 "xfa/fwl/cfwl_messagemousewheel.h",
1256 "xfa/fwl/core/cfwl_msgmousewheel.cpp", 1256 "xfa/fwl/cfwl_messagesetfocus.cpp",
1257 "xfa/fwl/core/cfwl_msgmousewheel.h", 1257 "xfa/fwl/cfwl_messagesetfocus.h",
1258 "xfa/fwl/core/cfwl_msgsetfocus.cpp", 1258 "xfa/fwl/cfwl_monthcalendar.cpp",
1259 "xfa/fwl/core/cfwl_msgsetfocus.h", 1259 "xfa/fwl/cfwl_monthcalendar.h",
1260 "xfa/fwl/core/cfwl_notedriver.cpp", 1260 "xfa/fwl/cfwl_notedriver.cpp",
1261 "xfa/fwl/core/cfwl_notedriver.h", 1261 "xfa/fwl/cfwl_notedriver.h",
1262 "xfa/fwl/core/cfwl_noteloop.cpp", 1262 "xfa/fwl/cfwl_noteloop.cpp",
1263 "xfa/fwl/core/cfwl_noteloop.h", 1263 "xfa/fwl/cfwl_noteloop.h",
1264 "xfa/fwl/core/cfwl_picturebox.cpp", 1264 "xfa/fwl/cfwl_picturebox.cpp",
1265 "xfa/fwl/core/cfwl_picturebox.h", 1265 "xfa/fwl/cfwl_picturebox.h",
1266 "xfa/fwl/core/cfwl_pushbutton.cpp", 1266 "xfa/fwl/cfwl_pushbutton.cpp",
1267 "xfa/fwl/core/cfwl_pushbutton.h", 1267 "xfa/fwl/cfwl_pushbutton.h",
1268 "xfa/fwl/core/cfwl_scrollbar.cpp", 1268 "xfa/fwl/cfwl_scrollbar.cpp",
1269 "xfa/fwl/core/cfwl_scrollbar.h", 1269 "xfa/fwl/cfwl_scrollbar.h",
1270 "xfa/fwl/core/cfwl_spinbutton.cpp", 1270 "xfa/fwl/cfwl_spinbutton.cpp",
1271 "xfa/fwl/core/cfwl_spinbutton.h", 1271 "xfa/fwl/cfwl_spinbutton.h",
1272 "xfa/fwl/core/cfwl_sysbtn.cpp", 1272 "xfa/fwl/cfwl_sysbtn.cpp",
1273 "xfa/fwl/core/cfwl_sysbtn.h", 1273 "xfa/fwl/cfwl_sysbtn.h",
1274 "xfa/fwl/core/cfwl_themebackground.h", 1274 "xfa/fwl/cfwl_themebackground.h",
1275 "xfa/fwl/core/cfwl_themepart.cpp", 1275 "xfa/fwl/cfwl_themepart.cpp",
1276 "xfa/fwl/core/cfwl_themepart.h", 1276 "xfa/fwl/cfwl_themepart.h",
1277 "xfa/fwl/core/cfwl_themetext.h", 1277 "xfa/fwl/cfwl_themetext.h",
1278 "xfa/fwl/core/cfwl_timer.cpp", 1278 "xfa/fwl/cfwl_timer.cpp",
1279 "xfa/fwl/core/cfwl_timer.h", 1279 "xfa/fwl/cfwl_timer.h",
1280 "xfa/fwl/core/cfwl_timerinfo.cpp", 1280 "xfa/fwl/cfwl_timerinfo.cpp",
1281 "xfa/fwl/core/cfwl_timerinfo.h", 1281 "xfa/fwl/cfwl_timerinfo.h",
1282 "xfa/fwl/core/cfwl_widget.cpp", 1282 "xfa/fwl/cfwl_widget.cpp",
1283 "xfa/fwl/core/cfwl_widget.h", 1283 "xfa/fwl/cfwl_widget.h",
1284 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1284 "xfa/fwl/cfwl_widgetmgr.cpp",
1285 "xfa/fwl/core/cfwl_widgetmgr.h", 1285 "xfa/fwl/cfwl_widgetmgr.h",
1286 "xfa/fwl/core/cfwl_widgetproperties.cpp", 1286 "xfa/fwl/cfwl_widgetproperties.cpp",
1287 "xfa/fwl/core/cfwl_widgetproperties.h", 1287 "xfa/fwl/cfwl_widgetproperties.h",
1288 "xfa/fwl/core/cfx_barcode.cpp", 1288 "xfa/fwl/cfx_barcode.cpp",
1289 "xfa/fwl/core/cfx_barcode.h", 1289 "xfa/fwl/cfx_barcode.h",
1290 "xfa/fwl/core/fwl_error.h", 1290 "xfa/fwl/fwl_error.h",
1291 "xfa/fwl/core/fwl_widgetdef.h", 1291 "xfa/fwl/fwl_widgetdef.h",
1292 "xfa/fwl/core/fwl_widgethit.h", 1292 "xfa/fwl/fwl_widgethit.h",
1293 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1293 "xfa/fwl/ifwl_adaptertimermgr.h",
1294 "xfa/fwl/core/ifwl_themeprovider.h", 1294 "xfa/fwl/ifwl_themeprovider.h",
1295 "xfa/fwl/core/ifwl_widgetdelegate.h", 1295 "xfa/fwl/ifwl_widgetdelegate.h",
1296 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1296 "xfa/fwl/ifwl_widgetmgrdelegate.h",
1297 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1297 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1298 "xfa/fwl/theme/cfwl_arrowdata.h", 1298 "xfa/fwl/theme/cfwl_arrowdata.h",
1299 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1299 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1300 "xfa/fwl/theme/cfwl_barcodetp.h", 1300 "xfa/fwl/theme/cfwl_barcodetp.h",
1301 "xfa/fwl/theme/cfwl_carettp.cpp", 1301 "xfa/fwl/theme/cfwl_carettp.cpp",
1302 "xfa/fwl/theme/cfwl_carettp.h", 1302 "xfa/fwl/theme/cfwl_carettp.h",
1303 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 1303 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1304 "xfa/fwl/theme/cfwl_checkboxtp.h", 1304 "xfa/fwl/theme/cfwl_checkboxtp.h",
1305 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 1305 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
1306 "xfa/fwl/theme/cfwl_comboboxtp.h", 1306 "xfa/fwl/theme/cfwl_comboboxtp.h",
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 "//samples", 1821 "//samples",
1822 ] 1822 ]
1823 } 1823 }
1824 group("fuzzers") { 1824 group("fuzzers") {
1825 testonly = true 1825 testonly = true
1826 deps = [ 1826 deps = [
1827 "//testing/libfuzzer", 1827 "//testing/libfuzzer",
1828 ] 1828 ]
1829 } 1829 }
1830 } 1830 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698