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

Side by Side Diff: testing/gtest.vcproj

Issue 8864: 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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
« no previous file with comments | « testing/SConscript.gtest ('k') | testing/gtest.xcodeproj/project.pbxproj » ('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="gtest" 5 Name="gtest"
6 ProjectGUID="{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}" 6 ProjectGUID="{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}"
7 Keyword="Win32Proj" 7 Keyword="Win32Proj"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 > 177 >
178 </File> 178 </File>
179 <File 179 <File
180 RelativePath="gtest\include\gtest\gtest_pred_impl.h" 180 RelativePath="gtest\include\gtest\gtest_pred_impl.h"
181 > 181 >
182 </File> 182 </File>
183 <File 183 <File
184 RelativePath="gtest\include\gtest\gtest_prod.h" 184 RelativePath="gtest\include\gtest\gtest_prod.h"
185 > 185 >
186 </File> 186 </File>
187 <File
188 RelativePath="multiprocess_func_list.cc"
189 >
190 </File>
187 </Files> 191 </Files>
188 <Globals> 192 <Globals>
189 </Globals> 193 </Globals>
190 </VisualStudioProject> 194 </VisualStudioProject>
OLDNEW
« no previous file with comments | « testing/SConscript.gtest ('k') | testing/gtest.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698