diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-12 22:44:06 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-12 22:44:06 +0000 |
commit | 3146282c2250c51569d971234fbc9756b4d7a2d4 (patch) | |
tree | 0f9f418993163cd7a67955d10e89928b28787978 /chrome/browser/views/browser_views.vcproj | |
parent | 5db2a6ed0d09ef82cf84ba2677ecfcdff6192c79 (diff) | |
download | chromium_src-3146282c2250c51569d971234fbc9756b4d7a2d4.zip chromium_src-3146282c2250c51569d971234fbc9756b4d7a2d4.tar.gz chromium_src-3146282c2250c51569d971234fbc9756b4d7a2d4.tar.bz2 |
Move View components of the Browser's tab strip into the browser_views project, and into the views/ subdirectory on disk.
B=2198
Review URL: http://codereview.chromium.org/3020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 1b4f0d0..d7072d7 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -329,6 +329,58 @@ > </File> </Filter> + <Filter + Name="Tabs" + > + <File + RelativePath=".\tabs\dragged_tab_controller.cc" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_controller.h" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_view.cc" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_view.h" + > + </File> + <File + RelativePath=".\tabs\hwnd_photobooth.cc" + > + </File> + <File + RelativePath=".\tabs\hwnd_photobooth.h" + > + </File> + <File + RelativePath=".\tabs\tab.cc" + > + </File> + <File + RelativePath=".\tabs\tab.h" + > + </File> + <File + RelativePath=".\tabs\tab_renderer.cc" + > + </File> + <File + RelativePath=".\tabs\tab_renderer.h" + > + </File> + <File + RelativePath=".\tabs\tab_strip.cc" + > + </File> + <File + RelativePath=".\tabs\tab_strip.h" + > + </File> + </Filter> <File RelativePath=".\about_chrome_view.cc" > |