Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: chrome/views/views.vcproj

Issue 42624: Moving the mouse-wheel processing code out of the FocusManager (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/views/focus/focus_util_win.cc ('k') | chrome/views/widget/widget_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="views" 5 Name="views"
6 ProjectGUID="{6F9258E5-294F-47B2-919D-17FFE7A8B751}" 6 ProjectGUID="{6F9258E5-294F-47B2-919D-17FFE7A8B751}"
7 RootNamespace="Views" 7 RootNamespace="Views"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 </File> 424 </File>
425 <File 425 <File
426 RelativePath=".\focus\focus_manager.cc" 426 RelativePath=".\focus\focus_manager.cc"
427 > 427 >
428 </File> 428 </File>
429 <File 429 <File
430 RelativePath=".\focus\focus_manager.h" 430 RelativePath=".\focus\focus_manager.h"
431 > 431 >
432 </File> 432 </File>
433 <File 433 <File
434 RelativePath=".\focus\focus_util_win.cc"
435 >
436 </File>
437 <File
438 RelativePath=".\focus\focus_util_win.h"
439 >
440 </File>
441 <File
434 RelativePath=".\focus\view_storage.cc" 442 RelativePath=".\focus\view_storage.cc"
435 > 443 >
436 </File> 444 </File>
437 <File 445 <File
438 RelativePath=".\focus\view_storage.h" 446 RelativePath=".\focus\view_storage.h"
439 > 447 >
440 </File> 448 </File>
441 </Filter> 449 </Filter>
442 <Filter 450 <Filter
443 Name="controls" 451 Name="controls"
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 > 860 >
853 </File> 861 </File>
854 <File 862 <File
855 RelativePath=".\view_win.cc" 863 RelativePath=".\view_win.cc"
856 > 864 >
857 </File> 865 </File>
858 </Files> 866 </Files>
859 <Globals> 867 <Globals>
860 </Globals> 868 </Globals>
861 </VisualStudioProject> 869 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/views/focus/focus_util_win.cc ('k') | chrome/views/widget/widget_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698