diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 20:29:13 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 20:29:13 +0000 |
commit | 7b398483f56fcbe4a84dc3eee6f80d1ec96c925a (patch) | |
tree | c1fdca22837562229f445cd529d39f2362201dd4 /ui/views/views.gyp | |
parent | a2a1baf4c5f6b4246eff6b9ed9f480ec64539ee6 (diff) | |
download | chromium_src-7b398483f56fcbe4a84dc3eee6f80d1ec96c925a.zip chromium_src-7b398483f56fcbe4a84dc3eee6f80d1ec96c925a.tar.gz chromium_src-7b398483f56fcbe4a84dc3eee6f80d1ec96c925a.tar.bz2 |
Switch to using FocusEvent for focus change notifications.
I also removed ViewStorage usage for now. Jay described generally the kind of cases where this might be useful but I have not encountered them yet in my current testing. I will reintroduce this code if it becomes necessary.
Note that I have not yet verified that this works. That comes next.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6368083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r-- | ui/views/views.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 3fb91fc..1778464 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -59,14 +59,14 @@ 'events/event.cc', 'events/event.h', 'events/event_win.cc', + 'events/focus_event.cc', + 'events/focus_event.h', 'focus/accelerator_handler.h', 'focus/accelerator_handler_win.cc', 'focus/focus_manager.cc', 'focus/focus_manager.h', 'focus/focus_search.cc', 'focus/focus_search.h', - 'focus/view_storage.cc', - 'focus/view_storage.h', 'layout/fill_layout.cc', 'layout/fill_layout.h', 'layout/layout_manager.cc', |