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

Unified Diff: ui/views/win/DEPS

Issue 10871077: Move more code from NWW to HWNDMessageHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/win/DEPS
===================================================================
--- ui/views/win/DEPS (revision 153487)
+++ ui/views/win/DEPS (working copy)
@@ -1,20 +1,21 @@
-# This code here is intended to be distinct from the rest of views.
-# Use HWNDMessageHandlerDelegate instead of #including views types here.
-include_rules = [
- "-ui/views",
-
- "+base",
- "+ui/base",
- "+ui/gfx",
- "+ui/views/ime/input_method_delegate.h",
- "+ui/views/ime/input_method_win.h",
- "+ui/views/views_export.h",
- "+ui/views/widget/monitor_win.h",
- "+ui/views/widget/native_widget_win.h",
-
- # temporary until fullscreen moves to hwnd_message_handler.
- "+ui/views/widget/widget.h",
-
- "+ui/views/widget/widget_hwnd_utils.h",
- "+ui/views/win",
-]
+# This code here is intended to be distinct from the rest of views.
+# Use HWNDMessageHandlerDelegate instead of #including views types here.
+include_rules = [
+ "-ui/views",
+
+ "+base",
+ "+ui/base",
+ "+ui/gfx",
+ "+ui/views/accessibility/native_view_accessibility_win.h",
+ "+ui/views/ime/input_method_delegate.h",
+ "+ui/views/ime/input_method_win.h",
+ "+ui/views/views_export.h",
+ "+ui/views/widget/monitor_win.h",
+ "+ui/views/widget/native_widget_win.h",
+
+ # temporary until fullscreen moves to hwnd_message_handler.
+ "+ui/views/widget/widget.h",
+
+ "+ui/views/widget/widget_hwnd_utils.h",
+ "+ui/views/win",
+]
« 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