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

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

Issue 18728: Create a dialog box for the about:network view and kill the tab type.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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_views" 5 Name="browser_views"
6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}" 6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}"
7 RootNamespace="Browser_views" 7 RootNamespace="Browser_views"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 </Filter> 363 </Filter>
364 <File 364 <File
365 RelativePath=".\about_chrome_view.cc" 365 RelativePath=".\about_chrome_view.cc"
366 > 366 >
367 </File> 367 </File>
368 <File 368 <File
369 RelativePath=".\about_chrome_view.h" 369 RelativePath=".\about_chrome_view.h"
370 > 370 >
371 </File> 371 </File>
372 <File 372 <File
373 RelativePath=".\about_network_dialog.cc"
374 >
375 </File>
376 <File
377 RelativePath=".\about_network_dialog.h"
378 >
379 </File>
380 <File
373 RelativePath=".\blocked_popup_container.cc" 381 RelativePath=".\blocked_popup_container.cc"
374 > 382 >
375 </File> 383 </File>
376 <File 384 <File
377 RelativePath=".\blocked_popup_container.h" 385 RelativePath=".\blocked_popup_container.h"
378 > 386 >
379 </File> 387 </File>
380 <File 388 <File
381 RelativePath=".\bookmark_bar_view.cc" 389 RelativePath=".\bookmark_bar_view.cc"
382 > 390 >
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 > 806 >
799 </File> 807 </File>
800 <File 808 <File
801 RelativePath=".\user_data_dir_dialog.h" 809 RelativePath=".\user_data_dir_dialog.h"
802 > 810 >
803 </File> 811 </File>
804 </Files> 812 </Files>
805 <Globals> 813 <Globals>
806 </Globals> 814 </Globals>
807 </VisualStudioProject> 815 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698