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

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

Issue 10867096: Make HWNDMessageHandler subclass WindowImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
OLDNEW
1 # This code here is intended to be distinct from the rest of views. 1 # This code here is intended to be distinct from the rest of views.
2 # Use HWNDMessageHandlerDelegate instead of #including views types here. 2 # Use HWNDMessageHandlerDelegate instead of #including views types here.
3 include_rules = [ 3 include_rules = [
4 "-ui/views", 4 "-ui/views",
5 5
6 "+base", 6 "+base",
7 "+ui/base", 7 "+ui/base",
8 "+ui/gfx", 8 "+ui/gfx",
9 "+ui/views/accessibility/native_view_accessibility_win.h", 9 "+ui/views/accessibility/native_view_accessibility_win.h",
10 "+ui/views/ime/input_method_delegate.h", 10 "+ui/views/ime/input_method_delegate.h",
11 "+ui/views/ime/input_method_win.h", 11 "+ui/views/ime/input_method_win.h",
12 "+ui/views/views_delegate.h", 12 "+ui/views/views_delegate.h",
13 "+ui/views/views_export.h", 13 "+ui/views/views_export.h",
14 "+ui/views/widget/child_window_message_processor.h", 14 "+ui/views/widget/child_window_message_processor.h",
15 "+ui/views/widget/monitor_win.h", 15 "+ui/views/widget/monitor_win.h",
16 "+ui/views/widget/native_widget_win.h",
17
18 # temporary until fullscreen moves to hwnd_message_handler.
19 "+ui/views/widget/widget.h",
20
21 "+ui/views/widget/widget_hwnd_utils.h", 16 "+ui/views/widget/widget_hwnd_utils.h",
22 "+ui/views/win", 17 "+ui/views/win",
23 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698