Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: ui/views/corewm/DEPS

Issue 2379073003: mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Of course there's a second, different test suite in the same file. Why would I ever have thought ot… Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/corewm/tooltip_controller_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
34 "+ui/views/test/test_views_delegate.h", 35 "+ui/views/test/test_views_delegate.h",
36 "+ui/views/test/views_test_base.h",
35 "+ui/views/view.h", 37 "+ui/views/view.h",
36 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 38 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
37 "+ui/views/widget/desktop_aura/desktop_screen.h", 39 "+ui/views/widget/desktop_aura/desktop_screen.h",
38 "+ui/views/widget/tooltip_manager.h", 40 "+ui/views/widget/tooltip_manager.h",
39 "+ui/views/widget/widget.h", 41 "+ui/views/widget/widget.h",
40 ], 42 ],
41 43
42 "tooltip_aura.h": [ 44 "tooltip_aura.h": [
43 "+ui/views/widget/widget_observer.h", 45 "+ui/views/widget/widget_observer.h",
44 ], 46 ],
45 47
46 "tooltip_controller_test_helper.h": [ 48 "tooltip_controller_test_helper.h": [
47 "+ui/views/view.h", 49 "+ui/views/view.h",
48 ], 50 ],
49 51
50 "capture_controller_unittest.cc": [ 52 "capture_controller_unittest.cc": [
51 "+ui/views/test/views_test_base.h", 53 "+ui/views/test/views_test_base.h",
52 "+ui/views/view.h", 54 "+ui/views/view.h",
53 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 55 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
54 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", 56 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
55 "+ui/views/widget/root_view.h", 57 "+ui/views/widget/root_view.h",
56 "+ui/views/widget/widget.h", 58 "+ui/views/widget/widget.h",
57 ], 59 ],
58 } 60 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/corewm/tooltip_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698