diff options
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> |