diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:30:05 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:30:05 +0000 |
commit | 012d2fb0a5e0ae21a9970ff553e92101a2268ae0 (patch) | |
tree | cfc9dc311cc0509393dcddaa152a2bce7ccd1c39 /chrome/browser/views/browser_views.vcproj | |
parent | 1ee1d8c401cf3018e993252a0df59d7e513ad23e (diff) | |
download | chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.zip chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.tar.gz chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.tar.bz2 |
Move XPFrame, VistaFrame to views/old_frames
Also remove WindowClippingInfo, since it's not used by anyone.
And fix a couple of header include issues.
B=2205
Review URL: http://codereview.chromium.org/2820
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2158 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 d7072d7..15054b5 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -381,6 +381,58 @@ > </File> </Filter> + <Filter + Name="Frame (Old)" + > + <File + RelativePath=".\old_frames\frame_view.cc" + > + </File> + <File + RelativePath=".\old_frames\frame_view.h" + > + </File> + <File + RelativePath=".\old_frames\point_buffer.cc" + > + </File> + <File + RelativePath=".\old_frames\point_buffer.h" + > + </File> + <File + RelativePath=".\old_frames\simple_vista_frame.cc" + > + </File> + <File + RelativePath=".\old_frames\simple_vista_frame.h" + > + </File> + <File + RelativePath=".\old_frames\simple_xp_frame.cc" + > + </File> + <File + RelativePath=".\old_frames\simple_xp_frame.h" + > + </File> + <File + RelativePath=".\old_frames\vista_frame.cc" + > + </File> + <File + RelativePath=".\old_frames\vista_frame.h" + > + </File> + <File + RelativePath=".\old_frames\xp_frame.cc" + > + </File> + <File + RelativePath=".\old_frames\xp_frame.h" + > + </File> + </Filter> <File RelativePath=".\about_chrome_view.cc" > |