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

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

Issue 12876: Introduce ExtensionsService. Load extensions on startup from a directory in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 > 1026 >
1027 </File> 1027 </File>
1028 </Filter> 1028 </Filter>
1029 <Filter 1029 <Filter
1030 Name="TestExtension" 1030 Name="TestExtension"
1031 > 1031 >
1032 <File 1032 <File
1033 RelativePath="..\..\browser\extensions\extension _unittest.cc" 1033 RelativePath="..\..\browser\extensions\extension _unittest.cc"
1034 > 1034 >
1035 </File> 1035 </File>
1036 <File
1037 RelativePath="..\..\browser\extensions\extension s_service_unittest.cc"
1038 >
1039 </File>
1036 </Filter> 1040 </Filter>
1037 </Files> 1041 </Files>
1038 <Globals> 1042 <Globals>
1039 </Globals> 1043 </Globals>
1040 </VisualStudioProject> 1044 </VisualStudioProject>
OLDNEW
« chrome/browser/extensions/extensions_service_unittest.cc ('K') | « chrome/test/unit/unit_tests.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698