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

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

Issue 99131: Create a bookmark editor dialog interface and implement a GTK version. (Closed)
Patch Set: fixes for tony 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
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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 </File> 583 </File>
584 <File 584 <File
585 RelativePath=".\bookmarks\bookmark_drop_info.cc" 585 RelativePath=".\bookmarks\bookmark_drop_info.cc"
586 > 586 >
587 </File> 587 </File>
588 <File 588 <File
589 RelativePath=".\bookmarks\bookmark_drop_info.h" 589 RelativePath=".\bookmarks\bookmark_drop_info.h"
590 > 590 >
591 </File> 591 </File>
592 <File 592 <File
593 RelativePath=".\bookmarks\bookmark_editor.h"
594 >
595 </File>
596 <File
593 RelativePath=".\bookmarks\bookmark_folder_tree_m odel.cc" 597 RelativePath=".\bookmarks\bookmark_folder_tree_m odel.cc"
594 > 598 >
595 </File> 599 </File>
596 <File 600 <File
597 RelativePath=".\bookmarks\bookmark_folder_tree_m odel.h" 601 RelativePath=".\bookmarks\bookmark_folder_tree_m odel.h"
598 > 602 >
599 </File> 603 </File>
600 <File 604 <File
601 RelativePath=".\bookmarks\bookmark_html_writer.c c" 605 RelativePath=".\bookmarks\bookmark_html_writer.c c"
602 > 606 >
(...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 > 2623 >
2620 </File> 2624 </File>
2621 <File 2625 <File
2622 RelativePath=".\toolbar_model.h" 2626 RelativePath=".\toolbar_model.h"
2623 > 2627 >
2624 </File> 2628 </File>
2625 </Files> 2629 </Files>
2626 <Globals> 2630 <Globals>
2627 </Globals> 2631 </Globals>
2628 </VisualStudioProject> 2632 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698