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

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

Issue 42460: Adds a bookmark menu. This is experimental. To turn on you need... (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
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="browser_views" 5 Name="browser_views"
6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}" 6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}"
7 RootNamespace="Browser_views" 7 RootNamespace="Browser_views"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 </File> 419 </File>
420 <File 420 <File
421 RelativePath=".\bookmark_manager_view.cc" 421 RelativePath=".\bookmark_manager_view.cc"
422 > 422 >
423 </File> 423 </File>
424 <File 424 <File
425 RelativePath=".\bookmark_manager_view.h" 425 RelativePath=".\bookmark_manager_view.h"
426 > 426 >
427 </File> 427 </File>
428 <File 428 <File
429 RelativePath=".\bookmark_menu_button.cc"
430 >
431 </File>
432 <File
433 RelativePath=".\bookmark_menu_button.h"
434 >
435 </File>
436 <File
429 RelativePath=".\bookmark_table_view.cc" 437 RelativePath=".\bookmark_table_view.cc"
430 > 438 >
431 </File> 439 </File>
432 <File 440 <File
433 RelativePath=".\bookmark_table_view.h" 441 RelativePath=".\bookmark_table_view.h"
434 > 442 >
435 </File> 443 </File>
436 <File 444 <File
437 RelativePath=".\bug_report_view.cc" 445 RelativePath=".\bug_report_view.cc"
438 > 446 >
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 > 822 >
815 </File> 823 </File>
816 <File 824 <File
817 RelativePath=".\user_data_dir_dialog.h" 825 RelativePath=".\user_data_dir_dialog.h"
818 > 826 >
819 </File> 827 </File>
820 </Files> 828 </Files>
821 <Globals> 829 <Globals>
822 </Globals> 830 </Globals>
823 </VisualStudioProject> 831 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698