diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:54:02 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:54:02 +0000 |
commit | 08682a91c50c166c3b3c64f8fd3e11693a09ad3b (patch) | |
tree | 45bc0b83b34ea102afb97574b0dc79820d62fc51 /chrome/views/views.vcproj | |
parent | ac9c1dffe98ca1abc5864c7b191b05b5b75a3aea (diff) | |
download | chromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.zip chromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.tar.gz chromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.tar.bz2 |
Move focus related files into a new chrome/views/focus subdir
TBR=sky
Review URL: http://codereview.chromium.org/48056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index a9c31cb..ea740d4 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -411,6 +411,34 @@ > </File> </Filter> + <Filter + Name="focus" + > + <File + RelativePath=".\focus\external_focus_tracker.cc" + > + </File> + <File + RelativePath=".\focus\external_focus_tracker.h" + > + </File> + <File + RelativePath=".\focus\focus_manager.cc" + > + </File> + <File + RelativePath=".\focus\focus_manager.h" + > + </File> + <File + RelativePath=".\focus\view_storage.cc" + > + </File> + <File + RelativePath=".\focus\view_storage.h" + > + </File> + </Filter> <File RelativePath=".\accelerator.cc" > @@ -516,22 +544,6 @@ > </File> <File - RelativePath=".\external_focus_tracker.cc" - > - </File> - <File - RelativePath=".\external_focus_tracker.h" - > - </File> - <File - RelativePath=".\focus_manager.cc" - > - </File> - <File - RelativePath=".\focus_manager.h" - > - </File> - <File RelativePath=".\grid_layout.cc" > </File> @@ -800,14 +812,6 @@ > </File> <File - RelativePath=".\view_storage.cc" - > - </File> - <File - RelativePath=".\view_storage.h" - > - </File> - <File RelativePath=".\view_win.cc" > </File> |