Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2014 PDFium Authors. All rights reserved. | 1 // Copyright 2014 PDFium 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 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | 6 |
| 7 // TODO(thestig): Remove this file and do IWYU. | |
| 8 | |
| 7 #ifndef _FWL_H | 9 #ifndef _FWL_H |
| 8 #define _FWL_H | 10 #define _FWL_H |
| 9 #include "core/fwl_error.h" | 11 #include "xfa/include/fwl/core/fwl_error.h" |
|
Tom Sepez
2016/01/08 18:47:17
nit: alphabetize (at your peril due to IWYU).
Lei Zhang
2016/01/08 23:21:33
Also another CL for another day. Otherwise this CL
| |
| 10 #include "core/fwl_target.h" | 12 #include "xfa/include/fwl/core/fwl_target.h" |
| 11 #include "core/fwl_thread.h" | 13 #include "xfa/include/fwl/core/fwl_thread.h" |
| 12 #include "core/fwl_note.h" | 14 #include "xfa/include/fwl/core/fwl_note.h" |
| 13 #include "core/fwl_widgetdef.h" | 15 #include "xfa/include/fwl/core/fwl_widgetdef.h" |
| 14 #include "core/fwl_theme.h" | 16 #include "xfa/include/fwl/core/fwl_theme.h" |
| 15 #include "core/fwl_widget.h" | 17 #include "xfa/include/fwl/core/fwl_widget.h" |
| 16 #include "core/fwl_content.h" | 18 #include "xfa/include/fwl/core/fwl_content.h" |
| 17 #include "core/fwl_panel.h" | 19 #include "xfa/include/fwl/core/fwl_panel.h" |
| 18 #include "core/fwl_form.h" | 20 #include "xfa/include/fwl/core/fwl_form.h" |
| 19 #include "core/fwl_widgetmgr.h" | 21 #include "xfa/include/fwl/core/fwl_widgetmgr.h" |
| 20 #include "core/fwl_timer.h" | 22 #include "xfa/include/fwl/core/fwl_timer.h" |
| 21 #include "core/fwl_app.h" | 23 #include "xfa/include/fwl/core/fwl_app.h" |
| 22 #include "core/fwl_grid.h" | 24 #include "xfa/include/fwl/core/fwl_grid.h" |
| 23 #include "basewidget/fwl_pushbutton.h" | 25 #include "xfa/include/fwl/basewidget/fwl_pushbutton.h" |
| 24 #include "basewidget/fwl_checkbox.h" | 26 #include "xfa/include/fwl/basewidget/fwl_checkbox.h" |
| 25 #include "basewidget/fwl_scrollbar.h" | 27 #include "xfa/include/fwl/basewidget/fwl_scrollbar.h" |
| 26 #include "basewidget/fwl_listbox.h" | 28 #include "xfa/include/fwl/basewidget/fwl_listbox.h" |
| 27 #include "basewidget/fwl_edit.h" | 29 #include "xfa/include/fwl/basewidget/fwl_edit.h" |
| 28 #include "basewidget/fwl_picturebox.h" | 30 #include "xfa/include/fwl/basewidget/fwl_picturebox.h" |
| 29 #include "basewidget/fwl_combobox.h" | 31 #include "xfa/include/fwl/basewidget/fwl_combobox.h" |
| 30 #include "basewidget/fwl_menu.h" | 32 #include "xfa/include/fwl/basewidget/fwl_menu.h" |
| 31 #include "basewidget/fwl_monthcalendar.h" | 33 #include "xfa/include/fwl/basewidget/fwl_monthcalendar.h" |
| 32 #include "basewidget/fwl_datetimepicker.h" | 34 #include "xfa/include/fwl/basewidget/fwl_datetimepicker.h" |
| 33 #include "basewidget/fwl_spinbutton.h" | 35 #include "xfa/include/fwl/basewidget/fwl_spinbutton.h" |
| 34 #include "basewidget/fwl_barcode.h" | 36 #include "xfa/include/fwl/basewidget/fwl_barcode.h" |
| 35 #include "basewidget/fxmath_barcode.h" | 37 #include "xfa/include/fwl/basewidget/fxmath_barcode.h" |
| 36 #include "basewidget/fwl_tooltipctrl.h" | 38 #include "xfa/include/fwl/basewidget/fwl_tooltipctrl.h" |
| 37 #include "basewidget/fwl_caret.h" | 39 #include "xfa/include/fwl/basewidget/fwl_caret.h" |
| 38 #include "lightwidget/app.h" | 40 #include "xfa/include/fwl/lightwidget/app.h" |
| 39 #include "lightwidget/widget.h" | 41 #include "xfa/include/fwl/lightwidget/widget.h" |
| 40 #include "lightwidget/pushbutton.h" | 42 #include "xfa/include/fwl/lightwidget/pushbutton.h" |
| 41 #include "lightwidget/checkbox.h" | 43 #include "xfa/include/fwl/lightwidget/checkbox.h" |
| 42 #include "lightwidget/scrollbar.h" | 44 #include "xfa/include/fwl/lightwidget/scrollbar.h" |
| 43 #include "lightwidget/listbox.h" | 45 #include "xfa/include/fwl/lightwidget/listbox.h" |
| 44 #include "lightwidget/picturebox.h" | 46 #include "xfa/include/fwl/lightwidget/picturebox.h" |
| 45 #include "lightwidget/edit.h" | 47 #include "xfa/include/fwl/lightwidget/edit.h" |
| 46 #include "lightwidget/combobox.h" | 48 #include "xfa/include/fwl/lightwidget/combobox.h" |
| 47 #include "lightwidget/datetimepicker.h" | 49 #include "xfa/include/fwl/lightwidget/datetimepicker.h" |
| 48 #include "lightwidget/barcode.h" | 50 #include "xfa/include/fwl/lightwidget/barcode.h" |
| 49 #include "lightwidget/theme.h" | 51 #include "xfa/include/fwl/lightwidget/theme.h" |
| 50 #include "lightwidget/tooltipctrl.h" | 52 #include "xfa/include/fwl/lightwidget/tooltipctrl.h" |
| 51 #include "lightwidget/caret.h" | 53 #include "xfa/include/fwl/lightwidget/caret.h" |
| 52 #include "theme/utils.h" | 54 #include "xfa/include/fwl/theme/utils.h" |
| 53 #include "theme/widgettp.h" | 55 #include "xfa/include/fwl/theme/widgettp.h" |
| 54 #include "theme/barcodetp.h" | 56 #include "xfa/include/fwl/theme/barcodetp.h" |
| 55 #include "theme/checkboxtp.h" | 57 #include "xfa/include/fwl/theme/checkboxtp.h" |
| 56 #include "theme/comboboxtp.h" | 58 #include "xfa/include/fwl/theme/comboboxtp.h" |
| 57 #include "theme/datetimepickertp.h" | 59 #include "xfa/include/fwl/theme/datetimepickertp.h" |
| 58 #include "theme/edittp.h" | 60 #include "xfa/include/fwl/theme/edittp.h" |
| 59 #include "theme/formtp.h" | 61 #include "xfa/include/fwl/theme/formtp.h" |
| 60 #include "theme/listboxtp.h" | 62 #include "xfa/include/fwl/theme/listboxtp.h" |
| 61 #include "theme/monthcalendartp.h" | 63 #include "xfa/include/fwl/theme/monthcalendartp.h" |
| 62 #include "theme/pictureboxtp.h" | 64 #include "xfa/include/fwl/theme/pictureboxtp.h" |
| 63 #include "theme/pushbuttontp.h" | 65 #include "xfa/include/fwl/theme/pushbuttontp.h" |
| 64 #include "theme/scrollbartp.h" | 66 #include "xfa/include/fwl/theme/scrollbartp.h" |
| 65 #include "theme/widgettp.h" | 67 #include "xfa/include/fwl/theme/widgettp.h" |
| 66 #include "theme/barcodetp.h" | 68 #include "xfa/include/fwl/theme/barcodetp.h" |
| 67 #include "theme/carettp.h" | 69 #include "xfa/include/fwl/theme/carettp.h" |
| 68 #include "adapter/fwl_adapternative.h" | 70 #include "xfa/include/fwl/adapter/fwl_adapternative.h" |
| 69 #include "adapter/fwl_adapterthreadmgr.h" | 71 #include "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h" |
| 70 #include "adapter/fwl_adaptertimermgr.h" | 72 #include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h" |
| 71 #include "adapter/fwl_adapterwidgetmgr.h" | 73 #include "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h" |
| 72 #include "adapter/fwl_adaptercursormgr.h" | 74 #include "xfa/include/fwl/adapter/fwl_adaptercursormgr.h" |
| 73 #include "adapter/fwl_adaptermonitormgr.h" | 75 #include "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h" |
| 74 #include "adapter/fwl_adapterclipboardmgr.h" | 76 #include "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h" |
| 75 #include "adapter/fwl_sdadapterimp.h" | 77 #include "xfa/include/fwl/adapter/fwl_sdadapterimp.h" |
| 76 #endif | 78 #endif |
| OLD | NEW |