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 = { |
(...skipping 13 matching lines...) Expand all Loading... |
24 "+ui/views/test/views_test_base.h", | 24 "+ui/views/test/views_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", | |
35 "+ui/views/test/test_views_delegate.h", | 34 "+ui/views/test/test_views_delegate.h", |
36 "+ui/views/test/views_test_base.h", | |
37 "+ui/views/view.h", | 35 "+ui/views/view.h", |
38 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", | 36 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", |
39 "+ui/views/widget/desktop_aura/desktop_screen.h", | 37 "+ui/views/widget/desktop_aura/desktop_screen.h", |
40 "+ui/views/widget/tooltip_manager.h", | 38 "+ui/views/widget/tooltip_manager.h", |
41 "+ui/views/widget/widget.h", | 39 "+ui/views/widget/widget.h", |
42 ], | 40 ], |
43 | 41 |
44 "tooltip_aura.h": [ | 42 "tooltip_aura.h": [ |
45 "+ui/views/widget/widget_observer.h", | 43 "+ui/views/widget/widget_observer.h", |
46 ], | 44 ], |
47 | 45 |
48 "tooltip_controller_test_helper.h": [ | 46 "tooltip_controller_test_helper.h": [ |
49 "+ui/views/view.h", | 47 "+ui/views/view.h", |
50 ], | 48 ], |
51 | 49 |
52 "capture_controller_unittest.cc": [ | 50 "capture_controller_unittest.cc": [ |
53 "+ui/views/test/views_test_base.h", | 51 "+ui/views/test/views_test_base.h", |
54 "+ui/views/view.h", | 52 "+ui/views/view.h", |
55 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", | 53 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", |
56 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", | 54 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", |
57 "+ui/views/widget/root_view.h", | 55 "+ui/views/widget/root_view.h", |
58 "+ui/views/widget/widget.h", | 56 "+ui/views/widget/widget.h", |
59 ], | 57 ], |
60 } | 58 } |
OLD | NEW |