diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 01:55:03 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 01:55:03 +0000 |
commit | 066e70a48bbaa480f7718db210d98c00d1c1310c (patch) | |
tree | 614419c22a71e93d97b864ec9dc5028e850644b2 /chrome/views/views.vcproj | |
parent | 9eb381798e60beac696ba13855b85691e9d22fb7 (diff) | |
download | chromium_src-066e70a48bbaa480f7718db210d98c00d1c1310c.zip chromium_src-066e70a48bbaa480f7718db210d98c00d1c1310c.tar.gz chromium_src-066e70a48bbaa480f7718db210d98c00d1c1310c.tar.bz2 |
Adds a horizontal split view.
BUG=674
TEST=none
Review URL: http://codereview.chromium.org/7930
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 0a6ef96..247dbab 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -534,6 +534,14 @@ > </File> <File + RelativePath=".\single_split_view.cc" + > + </File> + <File + RelativePath=".\single_split_view.h" + > + </File> + <File RelativePath=".\tabbed_pane.cc" > </File> |