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

Unified Diff: BUILD.gn

Issue 2430923006: Move fwl/lightwidget to fwl/core (Closed)
Patch Set: Rebase to master 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_barcode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2f3bd9ac200fff21a73c790d18ef0202462e7c19..1af2c28c55b922cbde6b3e6239c48655dad816b3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1153,14 +1153,34 @@ if (pdf_enable_xfa) {
"xfa/fgas/localization/fgas_locale.cpp",
"xfa/fgas/localization/fgas_locale.h",
"xfa/fgas/localization/fgas_localeimp.h",
+ "xfa/fwl/core/cfwl_barcode.cpp",
+ "xfa/fwl/core/cfwl_barcode.h",
+ "xfa/fwl/core/cfwl_checkbox.cpp",
+ "xfa/fwl/core/cfwl_checkbox.h",
+ "xfa/fwl/core/cfwl_combobox.cpp",
+ "xfa/fwl/core/cfwl_combobox.h",
+ "xfa/fwl/core/cfwl_datetimepicker.cpp",
+ "xfa/fwl/core/cfwl_datetimepicker.h",
+ "xfa/fwl/core/cfwl_edit.cpp",
+ "xfa/fwl/core/cfwl_edit.h",
"xfa/fwl/core/cfwl_event.h",
+ "xfa/fwl/core/cfwl_listbox.cpp",
+ "xfa/fwl/core/cfwl_listbox.h",
"xfa/fwl/core/cfwl_message.h",
+ "xfa/fwl/core/cfwl_picturebox.cpp",
+ "xfa/fwl/core/cfwl_picturebox.h",
+ "xfa/fwl/core/cfwl_pushbutton.cpp",
+ "xfa/fwl/core/cfwl_pushbutton.h",
"xfa/fwl/core/cfwl_themebackground.h",
"xfa/fwl/core/cfwl_themepart.h",
"xfa/fwl/core/cfwl_themetext.h",
+ "xfa/fwl/core/cfwl_widget.cpp",
+ "xfa/fwl/core/cfwl_widget.h",
"xfa/fwl/core/cfwl_widgetimpproperties.h",
"xfa/fwl/core/cfwl_widgetmgr.cpp",
"xfa/fwl/core/cfwl_widgetmgr.h",
+ "xfa/fwl/core/cfwl_widgetproperties.cpp",
+ "xfa/fwl/core/cfwl_widgetproperties.h",
"xfa/fwl/core/cfx_barcode.cpp",
"xfa/fwl/core/cfx_barcode.h",
"xfa/fwl/core/fwl_error.h",
@@ -1216,26 +1236,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/ifwl_widget.cpp",
"xfa/fwl/core/ifwl_widget.h",
"xfa/fwl/core/ifwl_widgetdelegate.h",
- "xfa/fwl/lightwidget/cfwl_barcode.cpp",
- "xfa/fwl/lightwidget/cfwl_barcode.h",
- "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
- "xfa/fwl/lightwidget/cfwl_checkbox.h",
- "xfa/fwl/lightwidget/cfwl_combobox.cpp",
- "xfa/fwl/lightwidget/cfwl_combobox.h",
- "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
- "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
- "xfa/fwl/lightwidget/cfwl_edit.cpp",
- "xfa/fwl/lightwidget/cfwl_edit.h",
- "xfa/fwl/lightwidget/cfwl_listbox.cpp",
- "xfa/fwl/lightwidget/cfwl_listbox.h",
- "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
- "xfa/fwl/lightwidget/cfwl_picturebox.h",
- "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
- "xfa/fwl/lightwidget/cfwl_pushbutton.h",
- "xfa/fwl/lightwidget/cfwl_widget.cpp",
- "xfa/fwl/lightwidget/cfwl_widget.h",
- "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
- "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
"xfa/fwl/theme/cfwl_arrowdata.cpp",
"xfa/fwl/theme/cfwl_arrowdata.h",
"xfa/fwl/theme/cfwl_barcodetp.cpp",
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_barcode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698