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

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

Issue 12876: Introduce ExtensionsService. Load extensions on startup from a directory in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 Name="extensions" 2166 Name="extensions"
2167 > 2167 >
2168 <File 2168 <File
2169 RelativePath=".\extensions\extension.cc" 2169 RelativePath=".\extensions\extension.cc"
2170 > 2170 >
2171 </File> 2171 </File>
2172 <File 2172 <File
2173 RelativePath=".\extensions\extension.h" 2173 RelativePath=".\extensions\extension.h"
2174 > 2174 >
2175 </File> 2175 </File>
2176 <File
2177 RelativePath=".\extensions\extensions_service.cc "
2178 >
2179 </File>
2180 <File
2181 RelativePath=".\extensions\extensions_service.h"
2182 >
2183 </File>
2176 </Filter> 2184 </Filter>
2177 <File 2185 <File
2178 RelativePath=".\browser_trial.cc" 2186 RelativePath=".\browser_trial.cc"
2179 > 2187 >
2180 </File> 2188 </File>
2181 <File 2189 <File
2182 RelativePath=".\browser_trial.h" 2190 RelativePath=".\browser_trial.h"
2183 > 2191 >
2184 </File> 2192 </File>
2185 <File 2193 <File
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2295 > 2303 >
2296 </File> 2304 </File>
2297 <File 2305 <File
2298 RelativePath=".\toolbar_model.h" 2306 RelativePath=".\toolbar_model.h"
2299 > 2307 >
2300 </File> 2308 </File>
2301 </Files> 2309 </Files>
2302 <Globals> 2310 <Globals>
2303 </Globals> 2311 </Globals>
2304 </VisualStudioProject> 2312 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698