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

Side by Side Diff: chrome/test/unit/unittests.vcproj

Issue 19606: Unit test addition, cleanup for render_process/thread. (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="unit_tests" 5 Name="unit_tests"
6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}" 6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}"
7 RootNamespace="unit_tests" 7 RootNamespace="unit_tests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 </File> 772 </File>
773 <File 773 <File
774 RelativePath="..\..\renderer\net\render_dns_queu e_unittest.cc" 774 RelativePath="..\..\renderer\net\render_dns_queu e_unittest.cc"
775 > 775 >
776 </File> 776 </File>
777 <File 777 <File
778 RelativePath="..\..\renderer\render_thread_unitt est.cc" 778 RelativePath="..\..\renderer\render_thread_unitt est.cc"
779 > 779 >
780 </File> 780 </File>
781 <File 781 <File
782 RelativePath="..\..\renderer\render_process_unit test.cc"
783 >
784 </File>
785 <File
782 RelativePath="..\..\renderer\render_view_unittes t.cc" 786 RelativePath="..\..\renderer\render_view_unittes t.cc"
783 > 787 >
784 </File> 788 </File>
785 <File 789 <File
786 RelativePath="..\..\renderer\render_widget_unitt est.cc" 790 RelativePath="..\..\renderer\render_widget_unitt est.cc"
787 > 791 >
788 </File> 792 </File>
789 <File 793 <File
790 RelativePath="..\..\renderer\user_script_slave_u nittest.cc" 794 RelativePath="..\..\renderer\user_script_slave_u nittest.cc"
791 > 795 >
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 </File> 956 </File>
953 <File 957 <File
954 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc" 958 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc"
955 > 959 >
956 </File> 960 </File>
957 </Filter> 961 </Filter>
958 </Files> 962 </Files>
959 <Globals> 963 <Globals>
960 </Globals> 964 </Globals>
961 </VisualStudioProject> 965 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698