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

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

Issue 2164783002: [md] Updates aura tooltip colors and padding to MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [md] Updates aura tooltip colors and padding to MD (disable subpixel anti-aliasing for transparent … Created 4 years, 5 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/native_theme/common_theme.cc ('k') | ui/views/corewm/tooltip_aura.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 = {
11 "tooltip_controller.cc": [ 11 "tooltip_controller.cc": [
12 "+ui/views/widget/tooltip_manager.h", 12 "+ui/views/widget/tooltip_manager.h",
13 ], 13 ],
14 14
15 "tooltip_aura.cc": [ 15 "tooltip_aura.cc": [
16 "+ui/views/background.h", 16 "+ui/views/background.h",
17 "+ui/views/border.h", 17 "+ui/views/border.h",
18 "+ui/views/painter.h",
18 "+ui/views/widget/widget.h", 19 "+ui/views/widget/widget.h",
19 "+ui/views/view.h", 20 "+ui/views/view.h",
20 ], 21 ],
21 22
22 "desktop_capture_controller_unittest.cc": [ 23 "desktop_capture_controller_unittest.cc": [
23 "+ui/views/test/views_test_base.h", 24 "+ui/views/test/views_test_base.h",
24 "+ui/views/view.h", 25 "+ui/views/view.h",
25 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 26 "+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/desktop_aura/desktop_screen_position_client.h",
27 "+ui/views/widget/root_view.h", 28 "+ui/views/widget/root_view.h",
(...skipping 20 matching lines...) Expand all
48 49
49 "capture_controller_unittest.cc": [ 50 "capture_controller_unittest.cc": [
50 "+ui/views/test/views_test_base.h", 51 "+ui/views/test/views_test_base.h",
51 "+ui/views/view.h", 52 "+ui/views/view.h",
52 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h", 53 "+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/desktop_aura/desktop_screen_position_client.h",
54 "+ui/views/widget/root_view.h", 55 "+ui/views/widget/root_view.h",
55 "+ui/views/widget/widget.h", 56 "+ui/views/widget/widget.h",
56 ], 57 ],
57 } 58 }
OLDNEW
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/views/corewm/tooltip_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698