use imageInfo instead of (deprecated) getDevice and config()
[chromium-blink-merge.git] / ui / views / corewm / DEPS
blob07e032c280d91429ef33c9d4aa309b5ff98738eb
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   ],
21   "desktop_capture_controller_unittest.cc": [
22     "+ui/views/test/views_test_base.h",
23     "+ui/views/view.h",
24     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
25     "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
26     "+ui/views/widget/root_view.h",
27     "+ui/views/widget/widget.h",
28   ],
30   "tooltip_controller_unittest.cc": [
31     "+ui/views/view.h",
32     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
33     "+ui/views/widget/desktop_aura/desktop_screen.h",
34     "+ui/views/widget/tooltip_manager.h",
35     "+ui/views/widget/widget.h",
36   ],
38   "tooltip_aura.h": [
39     "+ui/views/controls/label.h",
40     "+ui/views/widget/widget_observer.h",
41   ],
43   "tooltip_controller_test_helper.h": [
44     "+ui/views/view.h",
45   ],
47   "capture_controller_unittest.cc": [
48     "+ui/views/test/views_test_base.h",
49     "+ui/views/view.h",
50     "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
51     "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
52     "+ui/views/widget/root_view.h",
53     "+ui/views/widget/widget.h",
54   ],