diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 23:00:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 23:00:38 +0000 |
commit | 610d36a0b785f0dfdb6cfce635806ddd5252cb39 (patch) | |
tree | e07ea7e6e636a5d806d891e315458abe1103984a /chrome/chrome.gyp | |
parent | ca607835220dbfa2842c7667e63fcb243960951d (diff) | |
download | chromium_src-610d36a0b785f0dfdb6cfce635806ddd5252cb39.zip chromium_src-610d36a0b785f0dfdb6cfce635806ddd5252cb39.tar.gz chromium_src-610d36a0b785f0dfdb6cfce635806ddd5252cb39.tar.bz2 |
Refactors TabContentsContainerView into TabContentsContainer and associated platform-specific inner classes.
BUG=none
TEST=make sure web page focus cycling in and out of the content area still works.
Review URL: http://codereview.chromium.org/113784
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6cecfdd..9556dff 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1482,10 +1482,13 @@ 'browser/views/star_toggle.h', 'browser/views/status_bubble_views.cc', 'browser/views/status_bubble_views.h', - 'browser/views/tab_contents_container_view.cc', - 'browser/views/tab_contents_container_view.h', 'browser/views/tab_icon_view.cc', 'browser/views/tab_icon_view.h', + 'browser/views/tab_contents/tab_contents_container.cc', + 'browser/views/tab_contents/tab_contents_container.h', + 'browser/views/tab_contents/native_tab_contents_container.h', + 'browser/views/tab_contents/native_tab_contents_container_win.cc', + 'browser/views/tab_contents/native_tab_contents_container_win.h', 'browser/views/tabs/dragged_tab_controller.cc', 'browser/views/tabs/dragged_tab_controller.h', 'browser/views/tabs/dragged_tab_view.cc', @@ -1679,6 +1682,8 @@ ['include', '^browser/views/info_bubble.h'], ['include', '^browser/views/location_bar_view.cc'], ['include', '^browser/views/location_bar_view.h'], + ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.cc'], + ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.h'], ['include', '^browser/views/tabs/dragged_tab_view.cc'], ['include', '^browser/views/tabs/dragged_tab_view.h'], ['include', '^browser/views/tabs/tab.cc'], |