Clean up Throbber.
[chromium-blink-merge.git] / ui / views / corewm / DEPS
blobc50f6946b189e01b39f6a019c2d2cda555b4ab33
1 # This code should not depend on Views.
3 include_rules = [
4   "-ui/views",
5   "+ui/views/corewm",
6   "+ui/views/views_export.h",
9 # TODO: temporary, don't add more.
10 specific_include_rules = {
11   "tooltip_controller.cc": [
12     "+ui/views/widget/tooltip_manager.h",
13   ],
15   "tooltip_aura.cc": [
16     "+ui/views/background.h",
17     "+ui/views/border.h",
18     "+ui/views/widget/widget.h",
19     "+ui/views/view.h",
20   ],
22   "desktop_capture_controller_unittest.cc": [
23     "+ui/views/test/views_test_base.h",
24     "+ui/views/view.h",
25     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
26     "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
27     "+ui/views/widget/root_view.h",
28     "+ui/views/widget/widget.h",
29   ],
31   "tooltip_controller_unittest.cc": [
32     "+ui/views/test/desktop_test_views_delegate.h",
33     "+ui/views/test/test_views_delegate.h",
34     "+ui/views/view.h",
35     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
36     "+ui/views/widget/desktop_aura/desktop_screen.h",
37     "+ui/views/widget/tooltip_manager.h",
38     "+ui/views/widget/widget.h",
39   ],
41   "tooltip_aura.h": [
42     "+ui/views/widget/widget_observer.h",
43   ],
45   "tooltip_controller_test_helper.h": [
46     "+ui/views/view.h",
47   ],
49   "capture_controller_unittest.cc": [
50     "+ui/views/test/views_test_base.h",
51     "+ui/views/view.h",
52     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
53     "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
54     "+ui/views/widget/root_view.h",
55     "+ui/views/widget/widget.h",
56   ],