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

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

Issue 20110: Initial checkin of the HTML downloads UI. It's not yet complete (lacking... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 </File> 1507 </File>
1508 <File 1508 <File
1509 RelativePath=".\dom_ui\dom_ui_host.cc" 1509 RelativePath=".\dom_ui\dom_ui_host.cc"
1510 > 1510 >
1511 </File> 1511 </File>
1512 <File 1512 <File
1513 RelativePath=".\dom_ui\dom_ui_host.h" 1513 RelativePath=".\dom_ui\dom_ui_host.h"
1514 > 1514 >
1515 </File> 1515 </File>
1516 <File 1516 <File
1517 RelativePath=".\dom_ui\downloads_ui.cc"
1518 >
1519 </File>
1520 <File
1521 RelativePath=".\dom_ui\downloads_ui.h"
1522 >
1523 </File>
1524 <File
1525 RelativePath=".\dom_ui\fileicon_source.cc"
1526 >
1527 </File>
1528 <File
1529 RelativePath=".\dom_ui\fileicon_source.h"
1530 >
1531 </File>
1532 <File
1517 RelativePath=".\dom_ui\history_ui.cc" 1533 RelativePath=".\dom_ui\history_ui.cc"
1518 > 1534 >
1519 </File> 1535 </File>
1520 <File 1536 <File
1521 RelativePath=".\dom_ui\history_ui.h" 1537 RelativePath=".\dom_ui\history_ui.h"
1522 > 1538 >
1523 </File> 1539 </File>
1524 <File 1540 <File
1525 RelativePath=".\dom_ui\html_dialog_contents.cc" 1541 RelativePath=".\dom_ui\html_dialog_contents.cc"
1526 > 1542 >
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
2463 > 2479 >
2464 </File> 2480 </File>
2465 <File 2481 <File
2466 RelativePath=".\toolbar_model.h" 2482 RelativePath=".\toolbar_model.h"
2467 > 2483 >
2468 </File> 2484 </File>
2469 </Files> 2485 </Files>
2470 <Globals> 2486 <Globals>
2471 </Globals> 2487 </Globals>
2472 </VisualStudioProject> 2488 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698