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

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

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/snapshot/snapshot_aura_unittest.cc ('k') | ui/views/corewm/capture_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 11 matching lines...) Expand all
22 "+ui/views/test/views_test_base.h", 22 "+ui/views/test/views_test_base.h",
23 "+ui/views/view.h", 23 "+ui/views/view.h",
24 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 24 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
25 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h", 25 "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
26 "+ui/views/widget/root_view.h", 26 "+ui/views/widget/root_view.h",
27 "+ui/views/widget/widget.h", 27 "+ui/views/widget/widget.h",
28 ], 28 ],
29 29
30 "tooltip_controller_unittest.cc": [ 30 "tooltip_controller_unittest.cc": [
31 "+ui/views/view.h", 31 "+ui/views/view.h",
32 "+ui/views/test/views_test_base.h",
32 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 33 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
33 "+ui/views/widget/desktop_aura/desktop_screen.h", 34 "+ui/views/widget/desktop_aura/desktop_screen.h",
34 "+ui/views/widget/tooltip_manager.h", 35 "+ui/views/widget/tooltip_manager.h",
35 "+ui/views/widget/widget.h", 36 "+ui/views/widget/widget.h",
36 ], 37 ],
37 38
38 "tooltip_aura.h": [ 39 "tooltip_aura.h": [
39 "+ui/views/controls/label.h", 40 "+ui/views/controls/label.h",
40 "+ui/views/widget/widget_observer.h", 41 "+ui/views/widget/widget_observer.h",
41 ], 42 ],
42 43
43 "tooltip_controller_test_helper.h": [ 44 "tooltip_controller_test_helper.h": [
44 "+ui/views/view.h", 45 "+ui/views/view.h",
45 ], 46 ],
46 47
47 "capture_controller_unittest.cc": [ 48 "capture_controller_unittest.cc": [
48 "+ui/views/test/views_test_base.h", 49 "+ui/views/test/views_test_base.h",
49 "+ui/views/view.h", 50 "+ui/views/view.h",
50 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 51 "+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/desktop_aura/desktop_screen_position_client.h",
52 "+ui/views/widget/root_view.h", 53 "+ui/views/widget/root_view.h",
53 "+ui/views/widget/widget.h", 54 "+ui/views/widget/widget.h",
54 ], 55 ],
55 } 56 }
OLDNEW
« no previous file with comments | « ui/snapshot/snapshot_aura_unittest.cc ('k') | ui/views/corewm/capture_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698