diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 22:53:51 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 22:53:51 +0000 |
commit | dc5e89230025a8202e0314410a388ad91138020c (patch) | |
tree | 41630518a44295112141de14f595c50e11fb84de /views/views.gyp | |
parent | 668dd15b25cf7fd94fede92dd140b59c62009390 (diff) | |
download | chromium_src-dc5e89230025a8202e0314410a388ad91138020c.zip chromium_src-dc5e89230025a8202e0314410a388ad91138020c.tar.gz chromium_src-dc5e89230025a8202e0314410a388ad91138020c.tar.bz2 |
The FocusManager stores/restores focus when the top window becomes inactive/active.
BUG=None
TEST=Run the focus manager unit-tests.
Review URL: http://codereview.chromium.org/164448
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/views.gyp b/views/views.gyp index 4deb5aa..946c9bd 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -292,7 +292,6 @@ 'accessibility/view_accessibility.cc', 'accessibility/view_accessibility_wrapper.cc', 'controls/scrollbar/bitmap_scroll_bar.cc', - 'controls/button/radio_button.cc', 'controls/combo_box.cc', 'controls/hwnd_view.cc', 'controls/message_box_view.cc', @@ -300,9 +299,7 @@ 'controls/table/group_table_view.cc', 'controls/native_control.cc', 'controls/scrollbar/native_scroll_bar.cc', - 'controls/button/radio_button.cc', 'controls/separator.cc', - 'controls/tabbed_pane.cc', 'controls/table/table_model.cc', 'controls/table/table_view.cc', 'controls/table/group_table_view.cc', |