OLD | NEW |
1 # This code should not depend on Views. | 1 # This code should not depend on Views. |
2 | 2 |
3 include_rules = [ | 3 include_rules = [ |
4 "-ui/views", | 4 "-ui/views", |
5 "+ui/views/corewm", | 5 "+ui/views/corewm", |
6 "+ui/views/views_export.h", | 6 "+ui/views/views_export.h", |
7 ] | 7 ] |
8 | 8 |
9 # TODO: temporary, don't add more. | 9 # TODO: temporary, don't add more. |
10 specific_include_rules = { | 10 specific_include_rules = { |
11 "tooltip_controller.cc": [ | 11 "tooltip_controller.cc": [ |
12 "+ui/views/widget/tooltip_manager.h", | 12 "+ui/views/widget/tooltip_manager.h", |
13 ], | 13 ], |
14 | 14 |
15 "tooltip_aura.cc": [ | 15 "tooltip_aura.cc": [ |
16 "+ui/views/background.h", | 16 "+ui/views/background.h", |
17 "+ui/views/border.h", | 17 "+ui/views/border.h", |
18 "+ui/views/painter.h", | 18 "+ui/views/painter.h", |
19 "+ui/views/widget/widget.h", | 19 "+ui/views/widget/widget.h", |
20 "+ui/views/view.h", | 20 "+ui/views/view.h", |
21 ], | 21 ], |
22 | 22 |
23 "desktop_capture_controller_unittest.cc": [ | 23 "desktop_capture_controller_unittest.cc": [ |
24 "+ui/views/test/views_test_base.h", | 24 "+ui/views/test/views_interactive_ui_test_base.h", |
25 "+ui/views/view.h", | 25 "+ui/views/view.h", |
26 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", | 26 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", |
27 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", | 27 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", |
28 "+ui/views/widget/root_view.h", | 28 "+ui/views/widget/root_view.h", |
29 "+ui/views/widget/widget.h", | 29 "+ui/views/widget/widget.h", |
30 ], | 30 ], |
31 | 31 |
32 "tooltip_controller_unittest.cc": [ | 32 "tooltip_controller_unittest.cc": [ |
33 "+ui/views/test/desktop_test_views_delegate.h", | 33 "+ui/views/test/desktop_test_views_delegate.h", |
34 "+ui/views/test/native_widget_factory.h", | 34 "+ui/views/test/native_widget_factory.h", |
(...skipping 16 matching lines...) Expand all Loading... |
51 | 51 |
52 "capture_controller_unittest.cc": [ | 52 "capture_controller_unittest.cc": [ |
53 "+ui/views/test/views_test_base.h", | 53 "+ui/views/test/views_test_base.h", |
54 "+ui/views/view.h", | 54 "+ui/views/view.h", |
55 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", | 55 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", |
56 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", | 56 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", |
57 "+ui/views/widget/root_view.h", | 57 "+ui/views/widget/root_view.h", |
58 "+ui/views/widget/widget.h", | 58 "+ui/views/widget/widget.h", |
59 ], | 59 ], |
60 } | 60 } |
OLD | NEW |