diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 22:06:44 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 22:06:44 +0000 |
commit | 729065e3cfedd4db3db21d4b485527be2eff4d3e (patch) | |
tree | b4d58c0608b129b67555ba62dcc7f45d2fed5f4c /chrome/test/unit | |
parent | 493c0a196a653dd6ead30a8cc8e45df54ca3b997 (diff) | |
download | chromium_src-729065e3cfedd4db3db21d4b485527be2eff4d3e.zip chromium_src-729065e3cfedd4db3db21d4b485527be2eff4d3e.tar.gz chromium_src-729065e3cfedd4db3db21d4b485527be2eff4d3e.tar.bz2 |
Moves the bookmark bar view test into the interactive tests. To get
this to work I changed the interactive ui tests to link with
everything the unit tests do. I did this by way of clicking on the
dependencies dialog in VS. Let me know if that wasn't right. I also
had to slightly tweak BookmarkBarModel and BookmarkStorage to deal
with changes I did a while back. These changes only matter during
testing (background thread is NULL).
BUG=1318942
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1659 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/unit')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index c84a572..fee3966 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -209,14 +209,6 @@ RelativePath="..\..\..\net\url_request\url_request_test_job.h" > </File> - <File - RelativePath="..\ui\view_event_test_base.cc" - > - </File> - <File - RelativePath="..\ui\view_event_test_base.h" - > - </File> </Filter> <Filter Name="TestBookmarkBarContextMenuController" @@ -227,14 +219,6 @@ </File> </Filter> <Filter - Name="TestBookmarkBarView" - > - <File - RelativePath="..\..\browser\views\bookmark_bar_view_test.cc" - > - </File> - </Filter> - <Filter Name="TestBookmarkEditorView" > <File |