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

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

Issue 113967: Add general options page. Options are working with the following exceptions: (Closed)
Patch Set: Created 11 years, 7 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
« no previous file with comments | « app/l10n_util.cc ('k') | chrome/browser/gtk/options/general_page_gtk.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="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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 </File> 801 </File>
802 <File 802 <File
803 RelativePath=".\login_prompt.cc" 803 RelativePath=".\login_prompt.cc"
804 > 804 >
805 </File> 805 </File>
806 <File 806 <File
807 RelativePath=".\login_prompt.h" 807 RelativePath=".\login_prompt.h"
808 > 808 >
809 </File> 809 </File>
810 <File 810 <File
811 RelativePath=".\options_page_base.cc"
812 >
813 </File>
814 <File
815 RelativePath=".\options_page_base.h"
816 >
817 </File>
818 <File
811 RelativePath=".\options_window.h" 819 RelativePath=".\options_window.h"
812 > 820 >
813 </File> 821 </File>
814 <File 822 <File
815 RelativePath=".\status_bubble.h" 823 RelativePath=".\status_bubble.h"
816 > 824 >
817 </File> 825 </File>
818 <File 826 <File
819 RelativePath=".\task_manager.cc" 827 RelativePath=".\task_manager.cc"
820 > 828 >
(...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 > 2797 >
2790 </File> 2798 </File>
2791 <File 2799 <File
2792 RelativePath=".\utility_process_host.h" 2800 RelativePath=".\utility_process_host.h"
2793 > 2801 >
2794 </File> 2802 </File>
2795 </Files> 2803 </Files>
2796 <Globals> 2804 <Globals>
2797 </Globals> 2805 </Globals>
2798 </VisualStudioProject> 2806 </VisualStudioProject>
OLDNEW
« no previous file with comments | « app/l10n_util.cc ('k') | chrome/browser/gtk/options/general_page_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698