OLD | NEW |
1 # This code here is intended to be distinct from the rest of views. | 1 # This code here is intended to be distinct from the rest of views. |
2 # Use HWNDMessageHandlerDelegate instead of #including views types here. | 2 # Use HWNDMessageHandlerDelegate instead of #including views types here. |
3 include_rules = [ | 3 include_rules = [ |
4 "-ui/views", | 4 "-ui/views", |
5 | 5 |
6 "+base", | 6 "+base", |
7 "+ui/base", | 7 "+ui/base", |
8 "+ui/gfx", | 8 "+ui/gfx", |
9 "+ui/views/accessibility/native_view_accessibility_win.h", | 9 "+ui/views/accessibility/native_view_accessibility_win.h", |
10 "+ui/views/ime/input_method_delegate.h", | 10 "+ui/views/ime/input_method_delegate.h", |
11 "+ui/views/ime/input_method_win.h", | 11 "+ui/views/ime/input_method_win.h", |
| 12 "+ui/views/views_delegate.h", |
12 "+ui/views/views_export.h", | 13 "+ui/views/views_export.h", |
| 14 "+ui/views/widget/child_window_message_processor.h", |
13 "+ui/views/widget/monitor_win.h", | 15 "+ui/views/widget/monitor_win.h", |
14 "+ui/views/widget/native_widget_win.h", | 16 "+ui/views/widget/native_widget_win.h", |
15 | 17 |
16 # temporary until fullscreen moves to hwnd_message_handler. | 18 # temporary until fullscreen moves to hwnd_message_handler. |
17 "+ui/views/widget/widget.h", | 19 "+ui/views/widget/widget.h", |
18 | 20 |
19 "+ui/views/widget/widget_hwnd_utils.h", | 21 "+ui/views/widget/widget_hwnd_utils.h", |
20 "+ui/views/win", | 22 "+ui/views/win", |
21 ] | 23 ] |
OLD | NEW |