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

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

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/controls/webview/webview_unittest.cc ('k') | ui/views/corewm/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This code should not depend on Views.
2
3 include_rules = [
4 "-ui/views",
5 "+ui/views/corewm",
6 "+ui/views/views_export.h",
7 ]
8
9 # TODO: temporary, don't add more.
10 specific_include_rules = {
11 "tooltip_controller.cc": [
12 "+ui/views/widget/tooltip_manager.h",
13 ],
14
15 "tooltip_aura.cc": [
16 "+ui/views/background.h",
17 "+ui/views/border.h",
18 "+ui/views/widget/widget.h",
19 ],
20
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 ],
29
30 "tooltip_controller_unittest.cc": [
31 "+ui/views/test/desktop_test_views_delegate.h",
32 "+ui/views/test/test_views_delegate.h",
33 "+ui/views/view.h",
34 "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
35 "+ui/views/widget/desktop_aura/desktop_screen.h",
36 "+ui/views/widget/tooltip_manager.h",
37 "+ui/views/widget/widget.h",
38 ],
39
40 "tooltip_aura.h": [
41 "+ui/views/controls/label.h",
42 "+ui/views/widget/widget_observer.h",
43 ],
44
45 "tooltip_controller_test_helper.h": [
46 "+ui/views/view.h",
47 ],
48
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 ],
57 }
OLDNEW
« no previous file with comments | « ui/views/controls/webview/webview_unittest.cc ('k') | ui/views/corewm/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698