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

Side by Side Diff: BUILD.gn

Issue 1834323003: Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | xfa.gyp » ('j') | xfa/fwl/lightwidget/cfwl_app.cpp » ('J')
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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 "xfa/fwl/core/ifwl_target.h", 1072 "xfa/fwl/core/ifwl_target.h",
1073 "xfa/fwl/core/ifwl_themeprovider.h", 1073 "xfa/fwl/core/ifwl_themeprovider.h",
1074 "xfa/fwl/core/ifwl_thread.h", 1074 "xfa/fwl/core/ifwl_thread.h",
1075 "xfa/fwl/core/ifwl_timer.h", 1075 "xfa/fwl/core/ifwl_timer.h",
1076 "xfa/fwl/core/ifwl_tooltiptarget.h", 1076 "xfa/fwl/core/ifwl_tooltiptarget.h",
1077 "xfa/fwl/core/ifwl_widget.h", 1077 "xfa/fwl/core/ifwl_widget.h",
1078 "xfa/fwl/core/ifwl_widgetdelegate.h", 1078 "xfa/fwl/core/ifwl_widgetdelegate.h",
1079 "xfa/fwl/core/ifwl_widgetmgr.h", 1079 "xfa/fwl/core/ifwl_widgetmgr.h",
1080 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1080 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1081 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", 1081 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
1082 "xfa/fwl/lightwidget/app.cpp", 1082 "xfa/fwl/lightwidget/cfwl_app.cpp",
1083 "xfa/fwl/lightwidget/barcode.cpp", 1083 "xfa/fwl/lightwidget/cfwl_app.h",
1084 "xfa/fwl/lightwidget/caret.cpp", 1084 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
1085 "xfa/fwl/lightwidget/checkbox.cpp", 1085 "xfa/fwl/lightwidget/cfwl_barcode.h",
1086 "xfa/fwl/lightwidget/combobox.cpp", 1086 "xfa/fwl/lightwidget/cfwl_caret.cpp",
1087 "xfa/fwl/lightwidget/datetimepicker.cpp", 1087 "xfa/fwl/lightwidget/cfwl_caret.h",
1088 "xfa/fwl/lightwidget/edit.cpp", 1088 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
1089 "xfa/fwl/lightwidget/listbox.cpp", 1089 "xfa/fwl/lightwidget/cfwl_checkbox.h",
1090 "xfa/fwl/lightwidget/picturebox.cpp", 1090 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
1091 "xfa/fwl/lightwidget/pushbutton.cpp", 1091 "xfa/fwl/lightwidget/cfwl_combobox.h",
1092 "xfa/fwl/lightwidget/scrollbar.cpp", 1092 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
1093 "xfa/fwl/lightwidget/theme.cpp", 1093 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
1094 "xfa/fwl/lightwidget/tooltipctrl.cpp", 1094 "xfa/fwl/lightwidget/cfwl_edit.cpp",
1095 "xfa/fwl/lightwidget/widget.cpp", 1095 "xfa/fwl/lightwidget/cfwl_edit.h",
1096 "xfa/fwl/theme/barcodetp.cpp", 1096 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
1097 "xfa/fwl/theme/carettp.cpp", 1097 "xfa/fwl/lightwidget/cfwl_listbox.h",
1098 "xfa/fwl/theme/checkboxtp.cpp", 1098 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
1099 "xfa/fwl/theme/comboboxtp.cpp", 1099 "xfa/fwl/lightwidget/cfwl_picturebox.h",
1100 "xfa/fwl/theme/datetimepickertp.cpp", 1100 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
1101 "xfa/fwl/theme/edittp.cpp", 1101 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
1102 "xfa/fwl/theme/formtp.cpp", 1102 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp",
1103 "xfa/fwl/theme/listboxtp.cpp", 1103 "xfa/fwl/lightwidget/cfwl_scrollbar.h",
1104 "xfa/fwl/theme/monthcalendartp.cpp", 1104 "xfa/fwl/lightwidget/cfwl_theme.cpp",
1105 "xfa/fwl/theme/pictureboxtp.cpp", 1105 "xfa/fwl/lightwidget/cfwl_theme.h",
1106 "xfa/fwl/theme/pushbuttontp.cpp", 1106 "xfa/fwl/lightwidget/cfwl_tooltip.cpp",
1107 "xfa/fwl/theme/scrollbartp.cpp", 1107 "xfa/fwl/lightwidget/cfwl_tooltip.h",
1108 "xfa/fwl/theme/widgettp.cpp", 1108 "xfa/fwl/lightwidget/cfwl_widget.cpp",
1109 "xfa/fwl/lightwidget/cfwl_widget.h",
1110 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp",
1111 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h",
1112 "xfa/fwl/lightwidget/cfwl_widgetproperities.cpp",
1113 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
1114 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1115 "xfa/fwl/theme/cfwl_barcodetp.h",
1116 "xfa/fwl/theme/cfwl_carettp.cpp",
1117 "xfa/fwl/theme/cfwl_carettp.h",
1118 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1119 "xfa/fwl/theme/cfwl_checkboxtp.h",
1120 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
1121 "xfa/fwl/theme/cfwl_comboboxtp.h",
1122 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
1123 "xfa/fwl/theme/cfwl_datetimepickertp.h",
1124 "xfa/fwl/theme/cfwl_edittp.cpp",
1125 "xfa/fwl/theme/cfwl_edittp.h",
1126 "xfa/fwl/theme/cfwl_formtp.cpp",
1127 "xfa/fwl/theme/cfwl_formtp.h",
1128 "xfa/fwl/theme/cfwl_listboxtp.cpp",
1129 "xfa/fwl/theme/cfwl_listboxtp.h",
1130 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
1131 "xfa/fwl/theme/cfwl_monthcalendartp.h",
1132 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
1133 "xfa/fwl/theme/cfwl_pictureboxtp.h",
1134 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
1135 "xfa/fwl/theme/cfwl_pushbuttontp.h",
1136 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
1137 "xfa/fwl/theme/cfwl_scrollbartp.h",
1138 "xfa/fwl/theme/cfwl_utils.h",
Tom Sepez 2016/03/29 16:45:31 Is there a corresponding .cpp file for utils?
dsinclair 2016/03/29 19:22:23 Nope, it's all defines and declarations.
1139 "xfa/fwl/theme/cfwl_widgettp.cpp",
1140 "xfa/fwl/theme/cfwl_widgettp.h",
1109 "xfa/fxbarcode/BC_Binarizer.cpp", 1141 "xfa/fxbarcode/BC_Binarizer.cpp",
1110 "xfa/fxbarcode/BC_Binarizer.h", 1142 "xfa/fxbarcode/BC_Binarizer.h",
1111 "xfa/fxbarcode/BC_BinaryBitmap.cpp", 1143 "xfa/fxbarcode/BC_BinaryBitmap.cpp",
1112 "xfa/fxbarcode/BC_BinaryBitmap.h", 1144 "xfa/fxbarcode/BC_BinaryBitmap.h",
1113 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp", 1145 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
1114 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", 1146 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
1115 "xfa/fxbarcode/BC_DecoderResult.h", 1147 "xfa/fxbarcode/BC_DecoderResult.h",
1116 "xfa/fxbarcode/BC_Dimension.cpp", 1148 "xfa/fxbarcode/BC_Dimension.cpp",
1117 "xfa/fxbarcode/BC_Dimension.h", 1149 "xfa/fxbarcode/BC_Dimension.h",
1118 "xfa/fxbarcode/BC_Library.cpp", 1150 "xfa/fxbarcode/BC_Library.cpp",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 "xfa/fxgraphics/cfx_path.cpp", 1534 "xfa/fxgraphics/cfx_path.cpp",
1503 "xfa/fxgraphics/cfx_path.h", 1535 "xfa/fxgraphics/cfx_path.h",
1504 "xfa/fxgraphics/cfx_path_generator.cpp", 1536 "xfa/fxgraphics/cfx_path_generator.cpp",
1505 "xfa/fxgraphics/cfx_path_generator.h", 1537 "xfa/fxgraphics/cfx_path_generator.h",
1506 "xfa/fxgraphics/cfx_pattern.cpp", 1538 "xfa/fxgraphics/cfx_pattern.cpp",
1507 "xfa/fxgraphics/cfx_pattern.h", 1539 "xfa/fxgraphics/cfx_pattern.h",
1508 "xfa/fxgraphics/cfx_shading.cpp", 1540 "xfa/fxgraphics/cfx_shading.cpp",
1509 "xfa/fxgraphics/cfx_shading.h", 1541 "xfa/fxgraphics/cfx_shading.h",
1510 "xfa/fxgraphics/include/cfx_graphics.h", 1542 "xfa/fxgraphics/include/cfx_graphics.h",
1511 "xfa/fxjse/include/fxjse.h", 1543 "xfa/fxjse/include/fxjse.h",
1512 "xfa/include/fwl/lightwidget/app.h",
1513 "xfa/include/fwl/lightwidget/barcode.h",
1514 "xfa/include/fwl/lightwidget/caret.h",
1515 "xfa/include/fwl/lightwidget/checkbox.h",
1516 "xfa/include/fwl/lightwidget/combobox.h",
1517 "xfa/include/fwl/lightwidget/datetimepicker.h",
1518 "xfa/include/fwl/lightwidget/edit.h",
1519 "xfa/include/fwl/lightwidget/listbox.h",
1520 "xfa/include/fwl/lightwidget/picturebox.h",
1521 "xfa/include/fwl/lightwidget/pushbutton.h",
1522 "xfa/include/fwl/lightwidget/scrollbar.h",
1523 "xfa/include/fwl/lightwidget/theme.h",
1524 "xfa/include/fwl/lightwidget/tooltipctrl.h",
1525 "xfa/include/fwl/lightwidget/widget.h",
1526 "xfa/include/fwl/theme/barcodetp.h",
1527 "xfa/include/fwl/theme/carettp.h",
1528 "xfa/include/fwl/theme/checkboxtp.h",
1529 "xfa/include/fwl/theme/comboboxtp.h",
1530 "xfa/include/fwl/theme/datetimepickertp.h",
1531 "xfa/include/fwl/theme/edittp.h",
1532 "xfa/include/fwl/theme/formtp.h",
1533 "xfa/include/fwl/theme/listboxtp.h",
1534 "xfa/include/fwl/theme/monthcalendartp.h",
1535 "xfa/include/fwl/theme/pictureboxtp.h",
1536 "xfa/include/fwl/theme/pushbuttontp.h",
1537 "xfa/include/fwl/theme/scrollbartp.h",
1538 "xfa/include/fwl/theme/utils.h",
1539 "xfa/include/fwl/theme/widgettp.h",
1540 "xfa/include/fxfa/fxfa.h", 1544 "xfa/include/fxfa/fxfa.h",
1541 "xfa/include/fxfa/fxfa_basic.h", 1545 "xfa/include/fxfa/fxfa_basic.h",
1542 "xfa/include/fxfa/fxfa_objectacc.h", 1546 "xfa/include/fxfa/fxfa_objectacc.h",
1543 "xfa/include/fxfa/fxfa_widget.h", 1547 "xfa/include/fxfa/fxfa_widget.h",
1544 ] 1548 ]
1545 include_dirs = [ "." ] 1549 include_dirs = [ "." ]
1546 if (pdf_enable_v8) { 1550 if (pdf_enable_v8) {
1547 sources += [ 1551 sources += [
1548 "xfa/fxjse/cfxjse_arguments.h", 1552 "xfa/fxjse/cfxjse_arguments.h",
1549 "xfa/fxjse/class.cpp", 1553 "xfa/fxjse/class.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 "//v8:v8_libplatform", 1669 "//v8:v8_libplatform",
1666 ] 1670 ]
1667 include_dirs += [ 1671 include_dirs += [
1668 "//v8", 1672 "//v8",
1669 "//v8/include", 1673 "//v8/include",
1670 ] 1674 ]
1671 configs += [ "//v8:external_startup_data" ] 1675 configs += [ "//v8:external_startup_data" ]
1672 } 1676 }
1673 configs += [ ":pdfium_config" ] 1677 configs += [ ":pdfium_config" ]
1674 } 1678 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/fwl/lightwidget/cfwl_app.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698