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

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

Issue 27157: Initial checkin of the out of process worker implementation.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/browser/browser.scons ('k') | chrome/browser/renderer_host/resource_message_filter.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 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2379 </File> 2379 </File>
2380 <File 2380 <File
2381 RelativePath=".\ssl\ssl_policy.cc" 2381 RelativePath=".\ssl\ssl_policy.cc"
2382 > 2382 >
2383 </File> 2383 </File>
2384 <File 2384 <File
2385 RelativePath=".\ssl\ssl_policy.h" 2385 RelativePath=".\ssl\ssl_policy.h"
2386 > 2386 >
2387 </File> 2387 </File>
2388 </Filter> 2388 </Filter>
2389 <Filter
2390 Name="Worker Host"
2391 >
2392 <File
2393 RelativePath=".\worker_host\worker_process_host. cc"
2394 >
2395 </File>
2396 <File
2397 RelativePath=".\worker_host\worker_process_host. h"
2398 >
2399 </File>
2400 <File
2401 RelativePath=".\worker_host\worker_service.cc"
2402 >
2403 </File>
2404 <File
2405 RelativePath=".\worker_host\worker_service.h"
2406 >
2407 </File>
2408 </Filter>
2389 <File 2409 <File
2390 RelativePath=".\browser_trial.cc" 2410 RelativePath=".\browser_trial.cc"
2391 > 2411 >
2392 </File> 2412 </File>
2393 <File 2413 <File
2394 RelativePath=".\browser_trial.h" 2414 RelativePath=".\browser_trial.h"
2395 > 2415 >
2396 </File> 2416 </File>
2397 <File 2417 <File
2398 RelativePath=".\cert_store.cc" 2418 RelativePath=".\cert_store.cc"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 > 2495 >
2476 </File> 2496 </File>
2477 <File 2497 <File
2478 RelativePath=".\toolbar_model.h" 2498 RelativePath=".\toolbar_model.h"
2479 > 2499 >
2480 </File> 2500 </File>
2481 </Files> 2501 </Files>
2482 <Globals> 2502 <Globals>
2483 </Globals> 2503 </Globals>
2484 </VisualStudioProject> 2504 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/browser/renderer_host/resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698