diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 20:02:06 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 20:02:06 +0000 |
commit | ed157a21f003e2dd212d84fa81663c8fc95c8965 (patch) | |
tree | 316ae89593d61287ad823de3f6f607ef9c3befa7 /views/views.gyp | |
parent | 4c5368e69adf1ae4f234785ec20fd8c2384e7b67 (diff) | |
download | chromium_src-ed157a21f003e2dd212d84fa81663c8fc95c8965.zip chromium_src-ed157a21f003e2dd212d84fa81663c8fc95c8965.tar.gz chromium_src-ed157a21f003e2dd212d84fa81663c8fc95c8965.tar.bz2 |
Lands http://codereview.chromium.org/185003 for Oshima:
* gtk implemenation of tabbed pane
* focus is not handled as Jay is working on it.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/171120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 946c9bd..573986f 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -172,6 +172,8 @@ 'controls/single_split_view.h', 'controls/tabbed_pane/tabbed_pane.cc', 'controls/tabbed_pane/tabbed_pane.h', + 'controls/tabbed_pane/native_tabbed_pane_gtk.cc', + 'controls/tabbed_pane/native_tabbed_pane_gtk.h', 'controls/tabbed_pane/native_tabbed_pane_win.cc', 'controls/tabbed_pane/native_tabbed_pane_win.h', 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', |