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

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

Issue 17281: This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. (Closed)
Patch Set: Fix indent 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
« no previous file with comments | « chrome/test/unit/unit_tests.scons ('k') | no next file » | 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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 <File 1048 <File
1049 RelativePath="..\..\renderer\render_view_unittes t.cc" 1049 RelativePath="..\..\renderer\render_view_unittes t.cc"
1050 > 1050 >
1051 </File> 1051 </File>
1052 <File 1052 <File
1053 RelativePath="..\..\renderer\render_widget_unitt est.cc" 1053 RelativePath="..\..\renderer\render_widget_unitt est.cc"
1054 > 1054 >
1055 </File> 1055 </File>
1056 </Filter> 1056 </Filter>
1057 <Filter 1057 <Filter
1058 Name="TestGreasemonkey"
1059 >
1060 <File
1061 RelativePath="..\..\browser\greasemonkey_master_ unittest.cc"
1062 >
1063 </File>
1064 <File
1065 RelativePath="..\..\renderer\greasemonkey_slave_ unittest.cc"
1066 >
1067 </File>
1068 </Filter>
1069 <Filter
1070 Name="TestExtension" 1058 Name="TestExtension"
1071 > 1059 >
1072 <File 1060 <File
1073 RelativePath="..\..\browser\extensions\extension _protocol_unittest.cc" 1061 RelativePath="..\..\browser\extensions\extension _protocol_unittest.cc"
1074 > 1062 >
1075 </File> 1063 </File>
1076 <File 1064 <File
1077 RelativePath="..\..\browser\extensions\extension _unittest.cc" 1065 RelativePath="..\..\browser\extensions\extension _unittest.cc"
1078 > 1066 >
1079 </File> 1067 </File>
1080 <File 1068 <File
1081 RelativePath="..\..\browser\extensions\extension s_service_unittest.cc" 1069 RelativePath="..\..\browser\extensions\extension s_service_unittest.cc"
1082 > 1070 >
1083 </File> 1071 </File>
1072 <File
1073 RelativePath="..\..\browser\extensions\user_scri pt_master_unittest.cc"
1074 >
1075 </File>
1076 <File
1077 RelativePath="..\..\renderer\user_script_slave_u nittest.cc"
1078 >
1079 </File>
1084 </Filter> 1080 </Filter>
1085 <Filter 1081 <Filter
1086 Name="TestPropertBag" 1082 Name="TestPropertBag"
1087 > 1083 >
1088 <File 1084 <File
1089 RelativePath="..\..\common\property_bag_unittest .cc" 1085 RelativePath="..\..\common\property_bag_unittest .cc"
1090 > 1086 >
1091 </File> 1087 </File>
1092 </Filter> 1088 </Filter>
1093 <Filter 1089 <Filter
1094 Name="TestUnzip" 1090 Name="TestUnzip"
1095 > 1091 >
1096 <File 1092 <File
1097 RelativePath="..\..\common\unzip_unittest.cc" 1093 RelativePath="..\..\common\unzip_unittest.cc"
1098 > 1094 >
1099 </File> 1095 </File>
1100 </Filter> 1096 </Filter>
1101 </Files> 1097 </Files>
1102 <Globals> 1098 <Globals>
1103 </Globals> 1099 </Globals>
1104 </VisualStudioProject> 1100 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/unit/unit_tests.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698