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

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

Issue 113391: Refactor the inner classes from SSLManager to their own files to reduce the c... (Closed) Base URL: svn://svn.chromium.org/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
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 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 > 2507 >
2508 <File 2508 <File
2509 RelativePath=".\ssl\ssl_blocking_page.cc" 2509 RelativePath=".\ssl\ssl_blocking_page.cc"
2510 > 2510 >
2511 </File> 2511 </File>
2512 <File 2512 <File
2513 RelativePath=".\ssl\ssl_blocking_page.h" 2513 RelativePath=".\ssl\ssl_blocking_page.h"
2514 > 2514 >
2515 </File> 2515 </File>
2516 <File 2516 <File
2517 RelativePath=".\ssl\ssl_cert_error_handler.h"
2518 >
2519 </File>
2520 <File
2521 RelativePath=".\ssl\ssl_error_handler.cc"
2522 >
2523 </File>
2524 <File
2525 RelativePath=".\ssl\ssl_error_handler.h"
2526 >
2527 </File>
2528 <File
2517 RelativePath=".\ssl\ssl_error_info.cc" 2529 RelativePath=".\ssl\ssl_error_info.cc"
2518 > 2530 >
2519 </File> 2531 </File>
2520 <File 2532 <File
2521 RelativePath=".\ssl\ssl_error_info.h" 2533 RelativePath=".\ssl\ssl_error_info.h"
2522 > 2534 >
2523 </File> 2535 </File>
2524 <File 2536 <File
2525 RelativePath=".\ssl\ssl_host_state.cc" 2537 RelativePath=".\ssl\ssl_host_state.cc"
2526 > 2538 >
2527 </File> 2539 </File>
2528 <File 2540 <File
2529 RelativePath=".\ssl\ssl_host_state.h" 2541 RelativePath=".\ssl\ssl_host_state.h"
2530 > 2542 >
2531 </File> 2543 </File>
2532 <File 2544 <File
2533 RelativePath=".\ssl\ssl_manager.cc" 2545 RelativePath=".\ssl\ssl_manager.cc"
2534 > 2546 >
2535 </File> 2547 </File>
2536 <File 2548 <File
2537 RelativePath=".\ssl\ssl_manager.h" 2549 RelativePath=".\ssl\ssl_manager.h"
2538 > 2550 >
2539 </File> 2551 </File>
2540 <File 2552 <File
2553 RelativePath=".\ssl\ssl_mixed_content_handler.h"
2554 >
2555 </File>
2556 <File
2541 RelativePath=".\ssl\ssl_policy.cc" 2557 RelativePath=".\ssl\ssl_policy.cc"
2542 > 2558 >
2543 </File> 2559 </File>
2544 <File 2560 <File
2545 RelativePath=".\ssl\ssl_policy.h" 2561 RelativePath=".\ssl\ssl_policy.h"
2546 > 2562 >
2547 </File> 2563 </File>
2564 <File
2565 RelativePath=".\ssl\ssl_request_info.h"
2566 >
2567 </File>
2548 </Filter> 2568 </Filter>
2549 <Filter 2569 <Filter
2550 Name="Worker Host" 2570 Name="Worker Host"
2551 > 2571 >
2552 <File 2572 <File
2553 RelativePath=".\worker_host\worker_process_host. cc" 2573 RelativePath=".\worker_host\worker_process_host. cc"
2554 > 2574 >
2555 </File> 2575 </File>
2556 <File 2576 <File
2557 RelativePath=".\worker_host\worker_process_host. h" 2577 RelativePath=".\worker_host\worker_process_host. h"
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 > 2691 >
2672 </File> 2692 </File>
2673 <File 2693 <File
2674 RelativePath=".\toolbar_model.h" 2694 RelativePath=".\toolbar_model.h"
2675 > 2695 >
2676 </File> 2696 </File>
2677 </Files> 2697 </Files>
2678 <Globals> 2698 <Globals>
2679 </Globals> 2699 </Globals>
2680 </VisualStudioProject> 2700 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_blocking_page.h » ('j') | chrome/browser/ssl/ssl_cert_error_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698