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

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

Issue 92043: Refactor ExtensionView to support a UI-less extension instance.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_list.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 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 </File> 1951 </File>
1952 <File 1952 <File
1953 RelativePath=".\extensions\extension_function_di spatcher.cc" 1953 RelativePath=".\extensions\extension_function_di spatcher.cc"
1954 > 1954 >
1955 </File> 1955 </File>
1956 <File 1956 <File
1957 RelativePath=".\extensions\extension_function_di spatcher.h" 1957 RelativePath=".\extensions\extension_function_di spatcher.h"
1958 > 1958 >
1959 </File> 1959 </File>
1960 <File 1960 <File
1961 RelativePath=".\extensions\extension_host.cc"
1962 >
1963 </File>
1964 <File
1965 RelativePath=".\extensions\extension_host.h"
1966 >
1967 </File>
1968 <File
1961 RelativePath=".\extensions\extension_message_ser vice.cc" 1969 RelativePath=".\extensions\extension_message_ser vice.cc"
1962 > 1970 >
1963 </File> 1971 </File>
1964 <File 1972 <File
1965 RelativePath=".\extensions\extension_message_ser vice.h" 1973 RelativePath=".\extensions\extension_message_ser vice.h"
1966 > 1974 >
1967 </File> 1975 </File>
1968 <File 1976 <File
1969 RelativePath=".\extensions\extension_protocols.c c" 1977 RelativePath=".\extensions\extension_protocols.c c"
1970 > 1978 >
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
2623 > 2631 >
2624 </File> 2632 </File>
2625 <File 2633 <File
2626 RelativePath=".\toolbar_model.h" 2634 RelativePath=".\toolbar_model.h"
2627 > 2635 >
2628 </File> 2636 </File>
2629 </Files> 2637 </Files>
2630 <Globals> 2638 <Globals>
2631 </Globals> 2639 </Globals>
2632 </VisualStudioProject> 2640 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698