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

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

Issue 15010: Implement extension:// protocol. (Closed)
Patch Set: add missing unit test 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
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=".\native_ui_contents.h" 1953 RelativePath=".\native_ui_contents.h"
1954 > 1954 >
1955 </File> 1955 </File>
1956 </Filter> 1956 </Filter>
1957 <Filter 1957 <Filter
1958 Name="Net" 1958 Name="Net"
1959 > 1959 >
1960 <File 1960 <File
1961 RelativePath=".\net\chrome_url_request_context.c c"
1962 >
1963 </File>
1964 <File
1965 RelativePath=".\net\chrome_url_request_context.h "
1966 >
1967 </File>
1968 <File
1961 RelativePath=".\net\dns_global.cc" 1969 RelativePath=".\net\dns_global.cc"
1962 > 1970 >
1963 </File> 1971 </File>
1964 <File 1972 <File
1965 RelativePath=".\net\dns_global.h" 1973 RelativePath=".\net\dns_global.h"
1966 > 1974 >
1967 </File> 1975 </File>
1968 <File 1976 <File
1969 RelativePath=".\net\dns_host_info.cc" 1977 RelativePath=".\net\dns_host_info.cc"
1970 > 1978 >
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2239 > 2247 >
2240 <File 2248 <File
2241 RelativePath=".\extensions\extension.cc" 2249 RelativePath=".\extensions\extension.cc"
2242 > 2250 >
2243 </File> 2251 </File>
2244 <File 2252 <File
2245 RelativePath=".\extensions\extension.h" 2253 RelativePath=".\extensions\extension.h"
2246 > 2254 >
2247 </File> 2255 </File>
2248 <File 2256 <File
2257 RelativePath=".\extensions\extension_protocol.cc "
2258 >
2259 </File>
2260 <File
2261 RelativePath=".\extensions\extension_protocol.h"
2262 >
2263 </File>
2264 <File
2249 RelativePath=".\extensions\extensions_service.cc " 2265 RelativePath=".\extensions\extensions_service.cc "
2250 > 2266 >
2251 </File> 2267 </File>
2252 <File 2268 <File
2253 RelativePath=".\extensions\extensions_service.h" 2269 RelativePath=".\extensions\extensions_service.h"
2254 > 2270 >
2255 </File> 2271 </File>
2256 </Filter> 2272 </Filter>
2257 <File 2273 <File
2258 RelativePath=".\browser_trial.cc" 2274 RelativePath=".\browser_trial.cc"
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2367 > 2383 >
2368 </File> 2384 </File>
2369 <File 2385 <File
2370 RelativePath=".\toolbar_model.h" 2386 RelativePath=".\toolbar_model.h"
2371 > 2387 >
2372 </File> 2388 </File>
2373 </Files> 2389 </Files>
2374 <Globals> 2390 <Globals>
2375 </Globals> 2391 </Globals>
2376 </VisualStudioProject> 2392 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/automation/url_request_mock_net_error_job.cc ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698