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

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

Issue 19746: Remove old web app code it's no longer needed. Simplifies startup a little. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 > 546 >
547 </File> 547 </File>
548 <File 548 <File
549 RelativePath=".\visitedlink_master.cc" 549 RelativePath=".\visitedlink_master.cc"
550 > 550 >
551 </File> 551 </File>
552 <File 552 <File
553 RelativePath=".\visitedlink_master.h" 553 RelativePath=".\visitedlink_master.h"
554 > 554 >
555 </File> 555 </File>
556 <File
557 RelativePath=".\web_app.cc"
558 >
559 </File>
560 <File
561 RelativePath=".\web_app.h"
562 >
563 </File>
564 <File
565 RelativePath=".\web_app_launcher.cc"
566 >
567 </File>
568 <File
569 RelativePath=".\web_app_launcher.h"
570 >
571 </File>
572 </Filter> 556 </Filter>
573 <Filter 557 <Filter
574 Name="Bookmarks" 558 Name="Bookmarks"
575 > 559 >
576 <File 560 <File
577 RelativePath=".\bookmarks\bookmark_codec.cc" 561 RelativePath=".\bookmarks\bookmark_codec.cc"
578 > 562 >
579 </File> 563 </File>
580 <File 564 <File
581 RelativePath=".\bookmarks\bookmark_codec.h" 565 RelativePath=".\bookmarks\bookmark_codec.h"
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 </File> 771 </File>
788 <File 772 <File
789 RelativePath=".\task_manager_resource_providers. cc" 773 RelativePath=".\task_manager_resource_providers. cc"
790 > 774 >
791 </File> 775 </File>
792 <File 776 <File
793 RelativePath=".\task_manager_resource_providers. h" 777 RelativePath=".\task_manager_resource_providers. h"
794 > 778 >
795 </File> 779 </File>
796 <File 780 <File
797 RelativePath=".\web_app_icon_manager.cc"
798 >
799 </File>
800 <File
801 RelativePath=".\web_app_icon_manager.h"
802 >
803 </File>
804 <File
805 RelativePath=".\window_sizer.cc" 781 RelativePath=".\window_sizer.cc"
806 > 782 >
807 </File> 783 </File>
808 <File 784 <File
809 RelativePath=".\window_sizer.h" 785 RelativePath=".\window_sizer.h"
810 > 786 >
811 </File> 787 </File>
812 </Filter> 788 </Filter>
813 <Filter 789 <Filter
814 Name="Destination" 790 Name="Destination"
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 > 2483 >
2508 </File> 2484 </File>
2509 <File 2485 <File
2510 RelativePath=".\toolbar_model.h" 2486 RelativePath=".\toolbar_model.h"
2511 > 2487 >
2512 </File> 2488 </File>
2513 </Files> 2489 </Files>
2514 <Globals> 2490 <Globals>
2515 </Globals> 2491 </Globals>
2516 </VisualStudioProject> 2492 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698