diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 18:19:01 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 18:19:01 +0000 |
commit | 545045f68890e73afc7701a693805aaadf106ea8 (patch) | |
tree | 9057466efa50974c60550f3d05c70f7800db9abe /chrome/test/unit | |
parent | e807361ea5e82d8964a250a123206df87c0c58c5 (diff) | |
download | chromium_src-545045f68890e73afc7701a693805aaadf106ea8.zip chromium_src-545045f68890e73afc7701a693805aaadf106ea8.tar.gz chromium_src-545045f68890e73afc7701a693805aaadf106ea8.tar.bz2 |
Tests for BookmarkEditorView.
BUG=1323423
TEST=this is some tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/unit')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 245996e..095d594 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -227,6 +227,14 @@ </File> </Filter> <Filter + Name="TestBookmarkEditorView" + > + <File + RelativePath="..\..\browser\views\bookmark_editor_view_unittest.cc" + > + </File> + </Filter> + <Filter Name="TestGoogleURLTracker" > <File |