diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 01:06:12 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 01:06:12 +0000 |
commit | 0b2fa2b16961888c0936290b58435937de938b42 (patch) | |
tree | cfbd5b88232a447517c5cc1fa8eab810dc6f0a49 /chrome/chrome.gyp | |
parent | 78cc12bfd89dbabb585fc658b508ff90de3ff473 (diff) | |
download | chromium_src-0b2fa2b16961888c0936290b58435937de938b42.zip chromium_src-0b2fa2b16961888c0936290b58435937de938b42.tar.gz chromium_src-0b2fa2b16961888c0936290b58435937de938b42.tar.bz2 |
Porting the table view to Linux toolkit views.
It is the initial implementation, it is still missing:
- row focusing
- resizable columns
- autosize columns
BUG=None
TEST=Run the unit-tests, play with the TableView2 tab in the
view examples.
Review URL: http://codereview.chromium.org/434066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index fc13207..4381a32 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -137,10 +137,10 @@ '../views/view_unittest.cc', '../views/focus/focus_manager_unittest.cc', '../views/controls/label_unittest.cc', + '../views/controls/table/table_view_unittest.cc', ], 'views_unit_tests_sources_win_specific': [ # TODO(jcampan): make the following tests work on Linux. - '../views/controls/table/table_view_unittest.cc', '../views/grid_layout_unittest.cc', ], 'conditions': [ |