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

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

Issue 10870110: Move more code from NWW to HWNDMessageHandler. (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
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('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 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_export.h", 13 "+ui/views/views_export.h",
14 "+ui/views/widget/child_window_message_processor.h",
13 "+ui/views/widget/monitor_win.h", 15 "+ui/views/widget/monitor_win.h",
14 "+ui/views/widget/native_widget_win.h", 16 "+ui/views/widget/native_widget_win.h",
15 17
16 # temporary until fullscreen moves to hwnd_message_handler. 18 # temporary until fullscreen moves to hwnd_message_handler.
17 "+ui/views/widget/widget.h", 19 "+ui/views/widget/widget.h",
18 20
19 "+ui/views/widget/widget_hwnd_utils.h", 21 "+ui/views/widget/widget_hwnd_utils.h",
20 "+ui/views/win", 22 "+ui/views/win",
21 ] 23 ]
OLDNEW
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698