diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 19:57:31 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 19:57:31 +0000 |
commit | 67c565eee0066426a716b2c5085a7af04f52e73a (patch) | |
tree | 9919e990c47bed244400e4d7c651d9f099726d83 /views/views.gyp | |
parent | 09c6dec4e18784861660f716d038035be9540601 (diff) | |
download | chromium_src-67c565eee0066426a716b2c5085a7af04f52e73a.zip chromium_src-67c565eee0066426a716b2c5085a7af04f52e73a.tar.gz chromium_src-67c565eee0066426a716b2c5085a7af04f52e73a.tar.bz2 |
Move TableModel out of views/ and into app/.
Remove stub implementation in temp_scaffolding_stubs.h
Use l10n_util collator helper function in TableModel::Compare
Review URL: http://codereview.chromium.org/126184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18518 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 c0e63c8..2faa58a 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -148,9 +148,6 @@ 'controls/tabbed_pane.h', 'controls/table/group_table_view.cc', 'controls/table/group_table_view.h', - 'controls/table/table_model.cc', - 'controls/table/table_model.h', - 'controls/table/table_model_observer.h', 'controls/table/table_view.cc', 'controls/table/table_view.h', 'controls/table/table_view_observer.h', |