summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 16:47:41 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 16:47:41 +0000
commit776e749879084abf997bed1838737fd0f8bd5a20 (patch)
treead594c86d14afa848c1fe34e6d3d44559363fd6e /chrome/test
parent4b2170afea2d38cd98c7ea0e25a5c45151f7471e (diff)
downloadchromium_src-776e749879084abf997bed1838737fd0f8bd5a20.zip
chromium_src-776e749879084abf997bed1838737fd0f8bd5a20.tar.gz
chromium_src-776e749879084abf997bed1838737fd0f8bd5a20.tar.bz2
Adds models needed by the bookmark manager. Specifically a
BookmarkTableModel, which will be used to show one of the following: the children of a folder, recently bookmarked or the results of a search. And the tree model implementation that shows the folders. BUG=674 TEST=covered by unit tests Review URL: http://codereview.chromium.org/8063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/unit/unittests.vcproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj
index b63c26e..adeca29 100644
--- a/chrome/test/unit/unittests.vcproj
+++ b/chrome/test/unit/unittests.vcproj
@@ -583,6 +583,22 @@
</File>
</Filter>
<Filter
+ Name="TestBookmarkFolderTreeModel"
+ >
+ <File
+ RelativePath="..\..\browser\bookmarks\bookmark_folder_tree_model_unittest.cc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="TestBookmarkTableModel"
+ >
+ <File
+ RelativePath="..\..\browser\bookmarks\bookmark_table_model_unittest.cc"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="TestMetricsResponse"
>
<File