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

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

Issue 15010: Implement extension:// protocol. (Closed)
Patch Set: add missing unit test Created 11 years, 12 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
« no previous file with comments | « chrome/common/notification_types.h ('k') | net/url_request/url_request_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 </File> 1047 </File>
1048 <File 1048 <File
1049 RelativePath="..\..\renderer\greasemonkey_slave_ unittest.cc" 1049 RelativePath="..\..\renderer\greasemonkey_slave_ unittest.cc"
1050 > 1050 >
1051 </File> 1051 </File>
1052 </Filter> 1052 </Filter>
1053 <Filter 1053 <Filter
1054 Name="TestExtension" 1054 Name="TestExtension"
1055 > 1055 >
1056 <File 1056 <File
1057 RelativePath="..\..\browser\extensions\extension _protocol_unittest.cc"
1058 >
1059 </File>
1060 <File
1057 RelativePath="..\..\browser\extensions\extension _unittest.cc" 1061 RelativePath="..\..\browser\extensions\extension _unittest.cc"
1058 > 1062 >
1059 </File> 1063 </File>
1060 <File 1064 <File
1061 RelativePath="..\..\browser\extensions\extension s_service_unittest.cc" 1065 RelativePath="..\..\browser\extensions\extension s_service_unittest.cc"
1062 > 1066 >
1063 </File> 1067 </File>
1064 </Filter> 1068 </Filter>
1065 <Filter 1069 <Filter
1066 Name="TestPropertBag" 1070 Name="TestPropertBag"
1067 > 1071 >
1068 <File 1072 <File
1069 RelativePath="..\..\common\property_bag_unittest .cc" 1073 RelativePath="..\..\common\property_bag_unittest .cc"
1070 > 1074 >
1071 </File> 1075 </File>
1072 </Filter> 1076 </Filter>
1073 </Files> 1077 </Files>
1074 <Globals> 1078 <Globals>
1075 </Globals> 1079 </Globals>
1076 </VisualStudioProject> 1080 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/common/notification_types.h ('k') | net/url_request/url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698